2025-03-14T03:51:51.7048517Z Current runner version: '2.322.0' 2025-03-14T03:51:51.7055816Z Runner name: 'i-0728080eaa9b5720b' 2025-03-14T03:51:51.7056612Z Runner group name: 'Default' 2025-03-14T03:51:51.7057495Z Machine name: 'EC2AMAZ-DD9BHOF' 2025-03-14T03:51:51.7061541Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:51:51.7065410Z Actions: read 2025-03-14T03:51:51.7065954Z Attestations: read 2025-03-14T03:51:51.7066444Z Checks: read 2025-03-14T03:51:51.7066955Z Contents: read 2025-03-14T03:51:51.7067451Z Deployments: read 2025-03-14T03:51:51.7067926Z Discussions: read 2025-03-14T03:51:51.7068446Z Issues: read 2025-03-14T03:51:51.7068948Z Metadata: read 2025-03-14T03:51:51.7069448Z Packages: read 2025-03-14T03:51:51.7069942Z Pages: read 2025-03-14T03:51:51.7070463Z PullRequests: read 2025-03-14T03:51:51.7071004Z RepositoryProjects: read 2025-03-14T03:51:51.7071603Z SecurityEvents: read 2025-03-14T03:51:51.7072120Z Statuses: read 2025-03-14T03:51:51.7072636Z ##[endgroup] 2025-03-14T03:51:51.7076218Z Secret source: Actions 2025-03-14T03:51:51.7077062Z Prepare workflow directory 2025-03-14T03:51:51.8886856Z Prepare all required actions 2025-03-14T03:51:51.8936263Z Getting action download info 2025-03-14T03:51:52.0713092Z Download action repository 'pytorch/test-infra@main' (SHA:de00dac6adc071cb2f9861380a0ed3947b93e5cc) 2025-03-14T03:51:54.3738512Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:52:19.2666406Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-14T03:52:19.5690562Z Getting action download info 2025-03-14T03:52:19.7816251Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:52:20.0570547Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/heads/main (aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:52:20.0572637Z ##[group] Inputs 2025-03-14T03:52:20.0573029Z build-environment: win-vs2022-cpu-py3 2025-03-14T03:52:20.0573384Z cuda-version: cpu 2025-03-14T03:52:20.0574000Z use-xpu: false 2025-03-14T03:52:20.0574269Z xpu-version: 2025-03-14T03:52:20.0574532Z vc-year: 2019 2025-03-14T03:52:20.0574798Z build-with-debug: false 2025-03-14T03:52:20.0575098Z sync-tag: win-cpu-build 2025-03-14T03:52:20.0576313Z 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-03-14T03:52:20.0577557Z runner: windows.4xlarge.nonephemeral 2025-03-14T03:52:20.0577927Z ##[endgroup] 2025-03-14T03:52:20.0578226Z Complete job name: win-vs2022-cpu-py3 / build 2025-03-14T03:52:20.1285556Z ##[group]Run git config --global core.longpaths true 2025-03-14T03:52:20.1286316Z git config --global core.longpaths true 2025-03-14T03:52:20.1286719Z git config --global core.symlinks true 2025-03-14T03:52:20.1287088Z  2025-03-14T03:52:20.1287649Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-03-14T03:52:20.1288299Z # the directory on Windows and prevent GHA from checking out as reported 2025-03-14T03:52:20.1288892Z # in https://github.com/actions/checkout/issues/1018 2025-03-14T03:52:20.1289371Z git config --global core.fsmonitor false 2025-03-14T03:52:20.1318378Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:20.1319290Z env: 2025-03-14T03:52:20.1319766Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.1320218Z ##[endgroup] 2025-03-14T03:52:20.3404849Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T03:52:20.3405404Z env: 2025-03-14T03:52:20.3405660Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.3405947Z ##[endgroup] 2025-03-14T03:52:20.3570240Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T03:52:20.3572541Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T03:52:20.3573261Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T03:52:20.3573779Z # handle tool 2025-03-14T03:52:20.3574172Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T03:52:20.3574631Z Foreach ($process In $processes) { 2025-03-14T03:52:20.3574950Z  Try { 2025-03-14T03:52:20.3575558Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T03:52:20.3576317Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T03:52:20.3576753Z  } 2025-03-14T03:52:20.3576992Z  Catch { 2025-03-14T03:52:20.3577347Z  Write-Output "No leftover $process process, continuing" 2025-03-14T03:52:20.3577779Z  Write-Output $_ 2025-03-14T03:52:20.3578051Z  } 2025-03-14T03:52:20.3578265Z } 2025-03-14T03:52:20.3578489Z  2025-03-14T03:52:20.3579149Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T03:52:20.3579759Z # for hung processes 2025-03-14T03:52:20.3580089Z Foreach ($process In $processes) { 2025-03-14T03:52:20.3580424Z  Try { 2025-03-14T03:52:20.3580851Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T03:52:20.3581367Z  } 2025-03-14T03:52:20.3581594Z  Catch { 2025-03-14T03:52:20.3581865Z  Write-Output $_ 2025-03-14T03:52:20.3582142Z  } 2025-03-14T03:52:20.3582353Z } 2025-03-14T03:52:20.3582571Z  2025-03-14T03:52:20.3582804Z Try { 2025-03-14T03:52:20.3583090Z  # Print all the processes for debugging 2025-03-14T03:52:20.3583706Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T03:52:20.3584176Z } 2025-03-14T03:52:20.3584396Z Catch { 2025-03-14T03:52:20.3584930Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T03:52:20.3585458Z  Write-Output $_ 2025-03-14T03:52:20.3585734Z } 2025-03-14T03:52:20.3601776Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:52:20.3602418Z env: 2025-03-14T03:52:20.3602664Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.3602945Z ##[endgroup] 2025-03-14T03:52:20.6946231Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:52:20.6977271Z Finished 2025-03-14T03:52:20.7124386Z No leftover python process, continuing 2025-03-14T03:52:20.7575102Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7575919Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7576549Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7577041Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7577635Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7578503Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7579142Z 2025-03-14T03:52:20.7593117Z No leftover ninja process, continuing 2025-03-14T03:52:20.7601871Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7602621Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7603777Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7604304Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7604841Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7605699Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7606341Z 2025-03-14T03:52:20.7617810Z No leftover cl process, continuing 2025-03-14T03:52:20.7627622Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7628367Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7628973Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7629420Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7630006Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7630852Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7631506Z 2025-03-14T03:52:20.7642201Z No leftover nvcc process, continuing 2025-03-14T03:52:20.7651966Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7652704Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7653314Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7653793Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7654367Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7655237Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7655891Z 2025-03-14T03:52:20.7684092Z No leftover sccache process, continuing 2025-03-14T03:52:20.7693879Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7694658Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7695299Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7695823Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7696377Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7697292Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7697932Z 2025-03-14T03:52:20.7705217Z No leftover git process, continuing 2025-03-14T03:52:20.7716721Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T03:52:20.7717480Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:9 char:5 2025-03-14T03:52:20.7718099Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:20.7718553Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.7719070Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:20.7719935Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:20.7720590Z 2025-03-14T03:52:20.8144280Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8145306Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8145974Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8146706Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8147323Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8147807Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8148299Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8149071Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8149681Z 2025-03-14T03:52:20.8170304Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8171288Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8171982Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8172526Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8173223Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8173779Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8174349Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8175135Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8175805Z 2025-03-14T03:52:20.8199576Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8200543Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8201224Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8201753Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8202379Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8202914Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8203434Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8204182Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8204792Z 2025-03-14T03:52:20.8229342Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8230416Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8231075Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8231607Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8232346Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8233247Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8233786Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8234540Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8235148Z 2025-03-14T03:52:20.8260040Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8260992Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8261934Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8262513Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8263122Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8263612Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8264224Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8264970Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8265567Z 2025-03-14T03:52:20.8286439Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8287334Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8288051Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8288579Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8289183Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8289680Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8290163Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8290952Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8291610Z 2025-03-14T03:52:20.8312190Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-03-14T03:52:20.8313089Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-03-14T03:52:20.8313732Z deletion. (Exception from HRESULT: 0x800703FA). 2025-03-14T03:52:20.8314341Z At C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1:21 char:6 2025-03-14T03:52:20.8314936Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.8315423Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.8315901Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-03-14T03:52:20.8316651Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-03-14T03:52:20.8317258Z 2025-03-14T03:52:20.9013059Z Caption CommandLine ProcessId 2025-03-14T03:52:20.9013678Z 2025-03-14T03:52:20.9014571Z System Idle Process 0 2025-03-14T03:52:20.9015134Z 2025-03-14T03:52:20.9015649Z System 4 2025-03-14T03:52:20.9016070Z 2025-03-14T03:52:20.9016596Z Registry 168 2025-03-14T03:52:20.9017718Z 2025-03-14T03:52:20.9018045Z smss.exe 408 2025-03-14T03:52:20.9018469Z 2025-03-14T03:52:20.9018787Z csrss.exe 524 2025-03-14T03:52:20.9019226Z 2025-03-14T03:52:20.9020082Z csrss.exe 600 2025-03-14T03:52:20.9020504Z 2025-03-14T03:52:20.9021041Z wininit.exe 624 2025-03-14T03:52:20.9021477Z 2025-03-14T03:52:20.9022246Z winlogon.exe winlogon.exe 696 2025-03-14T03:52:20.9022741Z 2025-03-14T03:52:20.9023199Z services.exe 744 2025-03-14T03:52:20.9023644Z 2025-03-14T03:52:20.9025012Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-03-14T03:52:20.9025641Z 2025-03-14T03:52:20.9026209Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-03-14T03:52:20.9026953Z 2025-03-14T03:52:20.9027507Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-03-14T03:52:20.9028092Z 2025-03-14T03:52:20.9028511Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-03-14T03:52:20.9029026Z 2025-03-14T03:52:20.9029445Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-03-14T03:52:20.9029957Z 2025-03-14T03:52:20.9030446Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2025-03-14T03:52:20.9031072Z 2025-03-14T03:52:20.9031666Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 480 2025-03-14T03:52:20.9032360Z 2025-03-14T03:52:20.9033818Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 484 2025-03-14T03:52:20.9034554Z 2025-03-14T03:52:20.9035485Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-14T03:52:20.9036432Z 2025-03-14T03:52:20.9036807Z dwm.exe "dwm.exe" 1152 2025-03-14T03:52:20.9037329Z 2025-03-14T03:52:20.9039135Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1260 2025-03-14T03:52:20.9039960Z 2025-03-14T03:52:20.9040490Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1340 2025-03-14T03:52:20.9041104Z 2025-03-14T03:52:20.9041740Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1368 2025-03-14T03:52:20.9042449Z 2025-03-14T03:52:20.9042961Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1392 2025-03-14T03:52:20.9043559Z 2025-03-14T03:52:20.9044107Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1444 2025-03-14T03:52:20.9044824Z 2025-03-14T03:52:20.9045382Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1468 2025-03-14T03:52:20.9046102Z 2025-03-14T03:52:20.9048466Z 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 1508 2025-03-14T03:52:20.9050872Z 2025-03-14T03:52:20.9051513Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1564 2025-03-14T03:52:20.9052232Z 2025-03-14T03:52:20.9052960Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1604 2025-03-14T03:52:20.9053827Z 2025-03-14T03:52:20.9054410Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1724 2025-03-14T03:52:20.9055093Z 2025-03-14T03:52:20.9055635Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1732 2025-03-14T03:52:20.9056333Z 2025-03-14T03:52:20.9056978Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1740 2025-03-14T03:52:20.9057730Z 2025-03-14T03:52:20.9058274Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1852 2025-03-14T03:52:20.9058945Z 2025-03-14T03:52:20.9059702Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1876 2025-03-14T03:52:20.9060422Z 2025-03-14T03:52:20.9061105Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1884 2025-03-14T03:52:20.9062555Z 2025-03-14T03:52:20.9063192Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1952 2025-03-14T03:52:20.9063957Z 2025-03-14T03:52:20.9064547Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1992 2025-03-14T03:52:20.9065318Z 2025-03-14T03:52:20.9066052Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2028 2025-03-14T03:52:20.9066900Z 2025-03-14T03:52:20.9067567Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2036 2025-03-14T03:52:20.9068328Z 2025-03-14T03:52:20.9069011Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2064 2025-03-14T03:52:20.9069781Z 2025-03-14T03:52:20.9070389Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2116 2025-03-14T03:52:20.9071024Z 2025-03-14T03:52:20.9072066Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2168 2025-03-14T03:52:20.9072861Z 2025-03-14T03:52:20.9073382Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2340 2025-03-14T03:52:20.9074093Z 2025-03-14T03:52:20.9074627Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2380 2025-03-14T03:52:20.9075252Z 2025-03-14T03:52:20.9075750Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2640 2025-03-14T03:52:20.9076348Z 2025-03-14T03:52:20.9076982Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2728 2025-03-14T03:52:20.9077707Z 2025-03-14T03:52:20.9078248Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2736 2025-03-14T03:52:20.9078891Z 2025-03-14T03:52:20.9079401Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2744 2025-03-14T03:52:20.9080011Z 2025-03-14T03:52:20.9080578Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2752 2025-03-14T03:52:20.9081225Z 2025-03-14T03:52:20.9081920Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2760 2025-03-14T03:52:20.9082627Z 2025-03-14T03:52:20.9083246Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2768 2025-03-14T03:52:20.9083942Z 2025-03-14T03:52:20.9084481Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2780 2025-03-14T03:52:20.9085124Z 2025-03-14T03:52:20.9085656Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2792 2025-03-14T03:52:20.9086272Z 2025-03-14T03:52:20.9086709Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3020 2025-03-14T03:52:20.9087302Z 2025-03-14T03:52:20.9087972Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2060 2025-03-14T03:52:20.9088610Z 2025-03-14T03:52:20.9089306Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2464 2025-03-14T03:52:20.9090077Z 2025-03-14T03:52:20.9090599Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3108 2025-03-14T03:52:20.9091224Z 2025-03-14T03:52:20.9092015Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3136 2025-03-14T03:52:20.9092919Z 2025-03-14T03:52:20.9093617Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3472 2025-03-14T03:52:20.9094369Z 2025-03-14T03:52:20.9094984Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4084 2025-03-14T03:52:20.9095703Z 2025-03-14T03:52:20.9096243Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 2716 2025-03-14T03:52:20.9096881Z 2025-03-14T03:52:20.9098621Z 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 2592 2025-03-14T03:52:20.9100441Z 2025-03-14T03:52:20.9101232Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 712 2025-03-14T03:52:20.9102092Z 2025-03-14T03:52:20.9102487Z vds.exe C:\Windows\System32\vds.exe 2052 2025-03-14T03:52:20.9102987Z 2025-03-14T03:52:20.9103721Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1180 2025-03-14T03:52:20.9104518Z 2025-03-14T03:52:20.9104939Z msdtc.exe C:\Windows\System32\msdtc.exe 3440 2025-03-14T03:52:20.9105531Z 2025-03-14T03:52:20.9106144Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1184 2025-03-14T03:52:20.9106855Z 2025-03-14T03:52:20.9107366Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1164 2025-03-14T03:52:20.9107970Z 2025-03-14T03:52:20.9108597Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2008 2025-03-14T03:52:20.9109299Z 2025-03-14T03:52:20.9109831Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4268 2025-03-14T03:52:20.9110463Z 2025-03-14T03:52:20.9111077Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4856 2025-03-14T03:52:20.9111788Z 2025-03-14T03:52:20.9112364Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4892 2025-03-14T03:52:20.9113018Z 2025-03-14T03:52:20.9113675Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5036 2025-03-14T03:52:20.9114332Z 2025-03-14T03:52:20.9115061Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4208 2025-03-14T03:52:20.9115796Z 2025-03-14T03:52:20.9116566Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1420 2025-03-14T03:52:20.9117433Z 2025-03-14T03:52:20.9119093Z 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 5100 2025-03-14T03:52:20.9120850Z 2025-03-14T03:52:20.9121305Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5092 2025-03-14T03:52:20.9121856Z 2025-03-14T03:52:20.9122300Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4820 2025-03-14T03:52:20.9122849Z 2025-03-14T03:52:20.9123372Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2404 2025-03-14T03:52:20.9123991Z 2025-03-14T03:52:20.9124526Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 788 2025-03-14T03:52:20.9125143Z 2025-03-14T03:52:20.9125757Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4044 2025-03-14T03:52:20.9126439Z 2025-03-14T03:52:20.9126890Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4156 2025-03-14T03:52:20.9127455Z 2025-03-14T03:52:20.9128133Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2176 2025-03-14T03:52:20.9128842Z 2025-03-14T03:52:20.9129302Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3640 2025-03-14T03:52:20.9129860Z 2025-03-14T03:52:20.9130429Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2540 2500 1484 2025-03-14T03:52:20.9131097Z 2025-03-14T03:52:20.9131544Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3488 2025-03-14T03:52:20.9132084Z 2025-03-14T03:52:20.9132931Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\c75fce85-1aec-433d-b59f-4132cb800896.ps1'" 2372 2025-03-14T03:52:20.9133858Z 2025-03-14T03:52:20.9134566Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 2160 2025-03-14T03:52:20.9135293Z 2025-03-14T03:52:20.9135300Z 2025-03-14T03:52:20.9135306Z 2025-03-14T03:52:20.9404691Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-03-14T03:52:20.9405181Z with: 2025-03-14T03:52:20.9405802Z github-secret: *** 2025-03-14T03:52:20.9408118Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, Activate miniconda and Visual Studio environment, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-03-14T03:52:20.9410331Z activate-with-label: false 2025-03-14T03:52:20.9410623Z label: with-ssh 2025-03-14T03:52:20.9410869Z remove-existing-keys: true 2025-03-14T03:52:20.9411154Z fail-silently: true 2025-03-14T03:52:20.9411404Z env: 2025-03-14T03:52:20.9411663Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.9411930Z ##[endgroup] 2025-03-14T03:52:21.0806582Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-14T03:52:21.0809012Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-14T03:52:21.1076345Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:52:21.1076850Z with: 2025-03-14T03:52:21.1077094Z no-sudo: true 2025-03-14T03:52:21.1077339Z submodules: recursive 2025-03-14T03:52:21.1077607Z fetch-depth: 0 2025-03-14T03:52:21.1077841Z env: 2025-03-14T03:52:21.1078065Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:21.1078331Z ##[endgroup] 2025-03-14T03:52:21.1199595Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:21.1200546Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:21.1220401Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:21.1220971Z env: 2025-03-14T03:52:21.1221247Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:21.1221544Z ##[endgroup] 2025-03-14T03:52:21.1608736Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:52:21.1609194Z # Use all available CPUs for fetching 2025-03-14T03:52:21.1609554Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:52:21.1609908Z git config --global fetch.parallel 0 2025-03-14T03:52:21.1610302Z git config --global submodule.fetchJobs 0 2025-03-14T03:52:21.1610657Z  2025-03-14T03:52:21.1611025Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:52:21.1611502Z # do it here as well just in case 2025-03-14T03:52:21.1611834Z if [[ -d .git ]]; then 2025-03-14T03:52:21.1612139Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:52:21.1612462Z  sudo git clean -ffdx 2025-03-14T03:52:21.1612750Z  else 2025-03-14T03:52:21.1612988Z  git clean -ffdx 2025-03-14T03:52:21.1613279Z  fi 2025-03-14T03:52:21.1613501Z fi 2025-03-14T03:52:21.1631932Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:21.1632415Z env: 2025-03-14T03:52:21.1632649Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:21.1632921Z NO_SUDO: true 2025-03-14T03:52:21.1633154Z ##[endgroup] 2025-03-14T03:52:21.2532409Z ##[group]Run actions/checkout@v4 2025-03-14T03:52:21.2532746Z with: 2025-03-14T03:52:21.2533006Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:21.2533349Z fetch-depth: 0 2025-03-14T03:52:21.2533606Z submodules: recursive 2025-03-14T03:52:21.2533883Z show-progress: false 2025-03-14T03:52:21.2534162Z repository: pytorch/pytorch 2025-03-14T03:52:21.2534626Z token: *** 2025-03-14T03:52:21.2534860Z ssh-strict: true 2025-03-14T03:52:21.2535108Z ssh-user: git 2025-03-14T03:52:21.2535370Z persist-credentials: true 2025-03-14T03:52:21.2535647Z clean: true 2025-03-14T03:52:21.2536548Z sparse-checkout-cone-mode: true 2025-03-14T03:52:21.2536869Z fetch-tags: false 2025-03-14T03:52:21.2537136Z lfs: false 2025-03-14T03:52:21.2537380Z set-safe-directory: true 2025-03-14T03:52:21.2537651Z env: 2025-03-14T03:52:21.2537869Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:21.2538135Z ##[endgroup] 2025-03-14T03:52:21.3840097Z Syncing repository: pytorch/pytorch 2025-03-14T03:52:21.3841460Z ##[group]Getting Git version info 2025-03-14T03:52:21.3841923Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T03:52:21.3922084Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T03:52:21.4126012Z git version 2.47.1.windows.2 2025-03-14T03:52:21.4169276Z ##[endgroup] 2025-03-14T03:52:21.4179680Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\31b10c35-6036-4bf9-866e-87b3678e72ab\.gitconfig' 2025-03-14T03:52:21.4197276Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\31b10c35-6036-4bf9-866e-87b3678e72ab' before making global git config changes 2025-03-14T03:52:21.4199551Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:52:21.4206059Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:52:21.4440896Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T03:52:47.9940480Z ##[group]Initializing the repository 2025-03-14T03:52:47.9951293Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:52:48.0248868Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-03-14T03:52:48.0293313Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-03-14T03:52:48.0531725Z ##[endgroup] 2025-03-14T03:52:48.0532326Z ##[group]Disabling automatic garbage collection 2025-03-14T03:52:48.0546452Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-03-14T03:52:48.0766447Z ##[endgroup] 2025-03-14T03:52:48.0766873Z ##[group]Setting up auth 2025-03-14T03:52:48.0779587Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:52:48.1014374Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T03:52:48.4458482Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:52:48.4685910Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T03:52:48.7937021Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T03:52:48.8177918Z ##[endgroup] 2025-03-14T03:52:48.8178430Z ##[group]Fetching the repository 2025-03-14T03:52:48.8191414Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-14T03:53:39.8577172Z From https://github.com/pytorch/pytorch 2025-03-14T03:53:39.8577734Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-03-14T03:53:39.8578262Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-03-14T03:53:39.8579500Z * [new branch] 20250219_e8m0_intermediate -> origin/20250219_e8m0_intermediate 2025-03-14T03:53:39.8580103Z * [new branch] 20250219_test -> origin/20250219_test 2025-03-14T03:53:39.8580937Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-03-14T03:53:39.8582042Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-03-14T03:53:39.8582596Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-03-14T03:53:39.8583207Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-03-14T03:53:39.8583895Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-03-14T03:53:39.8584669Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-03-14T03:53:39.8585380Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-03-14T03:53:39.8586100Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-03-14T03:53:39.8586935Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-03-14T03:53:39.8588287Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-03-14T03:53:39.8588884Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-03-14T03:53:39.8589508Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-03-14T03:53:39.8590105Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-03-14T03:53:39.8590742Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-03-14T03:53:39.8591324Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-03-14T03:53:39.8591975Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-03-14T03:53:39.8592593Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-03-14T03:53:39.8593163Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-03-14T03:53:39.8593797Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-03-14T03:53:39.8594450Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-03-14T03:53:39.8595150Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-03-14T03:53:39.8595858Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-03-14T03:53:39.8596419Z * [new branch] add-assign -> origin/add-assign 2025-03-14T03:53:39.8597008Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-03-14T03:53:39.8597675Z * [new branch] add_from_group_doc_and_test -> origin/add_from_group_doc_and_test 2025-03-14T03:53:39.8598277Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-03-14T03:53:39.8598918Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-03-14T03:53:39.8599551Z * [new branch] add_test_to_show_view_gap -> origin/add_test_to_show_view_gap 2025-03-14T03:53:39.8600134Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-03-14T03:53:39.8600693Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-03-14T03:53:39.8601175Z * [new branch] addsimde -> origin/addsimde 2025-03-14T03:53:39.8601657Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-03-14T03:53:39.8602205Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-03-14T03:53:39.8602902Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-03-14T03:53:39.8603538Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-03-14T03:53:39.8604051Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-03-14T03:53:39.8604530Z * [new branch] alt-disable -> origin/alt-disable 2025-03-14T03:53:39.8605142Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-03-14T03:53:39.9026846Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-03-14T03:53:39.9027558Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-03-14T03:53:39.9028210Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-03-14T03:53:39.9028858Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-03-14T03:53:39.9029777Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-03-14T03:53:39.9030381Z * [new branch] angelayi/attr_proxy -> origin/angelayi/attr_proxy 2025-03-14T03:53:39.9031011Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-03-14T03:53:39.9031931Z * [new branch] angelayi/bincount -> origin/angelayi/bincount 2025-03-14T03:53:39.9033294Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-03-14T03:53:39.9034590Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-03-14T03:53:39.9035709Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-03-14T03:53:39.9036686Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-03-14T03:53:39.9037670Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-03-14T03:53:39.9038372Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-03-14T03:53:39.9039232Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-03-14T03:53:39.9039904Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-03-14T03:53:39.9040540Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-03-14T03:53:39.9041179Z * [new branch] angelayi/draft_logger -> origin/angelayi/draft_logger 2025-03-14T03:53:39.9041896Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-03-14T03:53:39.9042721Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-03-14T03:53:39.9043571Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-03-14T03:53:39.9044224Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-03-14T03:53:39.9044800Z * [new branch] angelayi/fix3 -> origin/angelayi/fix3 2025-03-14T03:53:39.9045427Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-03-14T03:53:39.9046079Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-03-14T03:53:39.9046708Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-03-14T03:53:39.9047311Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-03-14T03:53:39.9047990Z * [new branch] angelayi/provenance_id -> origin/angelayi/provenance_id 2025-03-14T03:53:39.9048656Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-03-14T03:53:39.9049415Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-03-14T03:53:39.9050330Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-03-14T03:53:39.9050912Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-03-14T03:53:39.9051446Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-03-14T03:53:39.9051961Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-03-14T03:53:39.9052484Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-03-14T03:53:39.9053005Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-03-14T03:53:39.9053521Z * [new branch] angelayi/transpose_ -> origin/angelayi/transpose_ 2025-03-14T03:53:39.9054075Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-03-14T03:53:39.9054904Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-03-14T03:53:39.9055565Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-03-14T03:53:39.9056164Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-03-14T03:53:39.9056715Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-03-14T03:53:39.9057227Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-03-14T03:53:39.9057719Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-03-14T03:53:39.9058197Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-03-14T03:53:39.9058677Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-03-14T03:53:39.9783085Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-03-14T03:53:39.9783683Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-03-14T03:53:39.9784175Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-03-14T03:53:39.9784686Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-03-14T03:53:39.9785224Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-03-14T03:53:39.9785755Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-03-14T03:53:39.9786274Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-03-14T03:53:39.9786774Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-03-14T03:53:39.9787336Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-03-14T03:53:39.9787872Z * [new branch] base/1.5 -> origin/base/1.5 2025-03-14T03:53:39.9788372Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-03-14T03:53:39.9788977Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-03-14T03:53:39.9789588Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-03-14T03:53:39.9790106Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-03-14T03:53:39.9790619Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-03-14T03:53:39.9791162Z * [new branch] bf/cg-disable-tts-angular -> origin/bf/cg-disable-tts-angular 2025-03-14T03:53:39.9791695Z * [new branch] bf/cg-partition -> origin/bf/cg-partition 2025-03-14T03:53:39.9792178Z * [new branch] bf/cg-prototype -> origin/bf/cg-prototype 2025-03-14T03:53:39.9792913Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-03-14T03:53:39.9793555Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-03-14T03:53:39.9794133Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-03-14T03:53:39.9794760Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-03-14T03:53:39.9795724Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-03-14T03:53:39.9796581Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-03-14T03:53:39.9797150Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-03-14T03:53:39.9797690Z * [new branch] bf/fa-embedding-16 -> origin/bf/fa-embedding-16 2025-03-14T03:53:39.9798244Z * [new branch] bf/fd-non-one-num-head -> origin/bf/fd-non-one-num-head 2025-03-14T03:53:39.9799578Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-03-14T03:53:39.9800187Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-03-14T03:53:39.9800773Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-03-14T03:53:39.9801369Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-03-14T03:53:39.9801948Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-03-14T03:53:39.9802519Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-03-14T03:53:39.9803070Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-03-14T03:53:39.9803720Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-03-14T03:53:39.9804363Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-03-14T03:53:39.9804988Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-03-14T03:53:39.9805557Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-03-14T03:53:39.9806142Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-03-14T03:53:39.9806706Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-03-14T03:53:39.9807249Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-03-14T03:53:39.9807833Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-03-14T03:53:39.9808438Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-03-14T03:53:39.9809024Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-03-14T03:53:40.0248491Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-03-14T03:53:40.0249131Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-03-14T03:53:40.0249707Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-03-14T03:53:40.0250269Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-03-14T03:53:40.0250851Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-03-14T03:53:40.0251399Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-03-14T03:53:40.0251967Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-03-14T03:53:40.0252740Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-03-14T03:53:40.0253275Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-03-14T03:53:40.0253862Z * [new branch] brister/3d_permute_block_ptr -> origin/brister/3d_permute_block_ptr 2025-03-14T03:53:40.0254493Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-03-14T03:53:40.0255084Z * [new branch] brister/doc_bucketize -> origin/brister/doc_bucketize 2025-03-14T03:53:40.0255613Z * [new branch] brister/loop_order -> origin/brister/loop_order 2025-03-14T03:53:40.0256233Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-03-14T03:53:40.0256864Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-03-14T03:53:40.0257543Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-03-14T03:53:40.0258046Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-03-14T03:53:40.0258540Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-03-14T03:53:40.0259186Z * [new branch] cherry-pick-148663-by-pytorch_bot_bot_ -> origin/cherry-pick-148663-by-pytorch_bot_bot_ 2025-03-14T03:53:40.0259954Z * [new branch] cherry-pick-149025-by-pytorch_bot_bot_ -> origin/cherry-pick-149025-by-pytorch_bot_bot_ 2025-03-14T03:53:40.0260703Z * [new branch] cherry-pick-149092-by-pytorch_bot_bot_ -> origin/cherry-pick-149092-by-pytorch_bot_bot_ 2025-03-14T03:53:40.0261291Z * [new branch] ci_pin -> origin/ci_pin 2025-03-14T03:53:40.0261778Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-03-14T03:53:40.0262348Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-03-14T03:53:40.0262964Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-03-14T03:53:40.0263535Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-03-14T03:53:40.0264137Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-03-14T03:53:40.0264877Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-03-14T03:53:40.0265508Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-03-14T03:53:40.0265988Z * [new branch] copy_graph -> origin/copy_graph 2025-03-14T03:53:40.0266473Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-03-14T03:53:40.0266976Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-03-14T03:53:40.0267464Z * [new branch] cse-source -> origin/cse-source 2025-03-14T03:53:40.0267960Z * [new branch] csl/3proc -> origin/csl/3proc 2025-03-14T03:53:40.0268448Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-03-14T03:53:40.0269118Z * [new branch] csl/build_experiment_max_jobs -> origin/csl/build_experiment_max_jobs 2025-03-14T03:53:40.0269706Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-03-14T03:53:40.0270268Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-03-14T03:53:40.0270835Z * [new branch] csl/checkout_more_procs -> origin/csl/checkout_more_procs 2025-03-14T03:53:40.0271358Z * [new branch] csl/cutlass_bazel -> origin/csl/cutlass_bazel 2025-03-14T03:53:40.0271996Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-03-14T03:53:40.0272621Z * [new branch] csl/fix_rerun_disabled_tests_upload -> origin/csl/fix_rerun_disabled_tests_upload 2025-03-14T03:53:40.0273275Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-03-14T03:53:40.0273846Z * [new branch] csl/lint_dockerimg -> origin/csl/lint_dockerimg 2025-03-14T03:53:40.0734884Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-03-14T03:53:40.0735436Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-03-14T03:53:40.0735934Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-03-14T03:53:40.0736443Z * [new branch] csl/no_clean_workspace -> origin/csl/no_clean_workspace 2025-03-14T03:53:40.0736973Z * [new branch] csl/no_conda_cmake -> origin/csl/no_conda_cmake 2025-03-14T03:53:40.0737695Z * [new branch] csl/numpy222 -> origin/csl/numpy222 2025-03-14T03:53:40.0738253Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-03-14T03:53:40.0738907Z * [new branch] csl/rerun_disabled_tests_print_log -> origin/csl/rerun_disabled_tests_print_log 2025-03-14T03:53:40.0739484Z * [new branch] csl/revert -> origin/csl/revert 2025-03-14T03:53:40.0739971Z * [new branch] csl/sharding_build_env -> origin/csl/sharding_build_env 2025-03-14T03:53:40.0740516Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-03-14T03:53:40.0741045Z * [new branch] csl/some_super_setup -> origin/csl/some_super_setup 2025-03-14T03:53:40.0741555Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-03-14T03:53:40.0742092Z * [new branch] csl/sudo_clean_workspace -> origin/csl/sudo_clean_workspace 2025-03-14T03:53:40.0742662Z * [new branch] csl/td_test_cpp_extensions -> origin/csl/td_test_cpp_extensions 2025-03-14T03:53:40.0743200Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-03-14T03:53:40.0743918Z * [new branch] csl/test_checkout_git_changes -> origin/csl/test_checkout_git_changes 2025-03-14T03:53:40.0744530Z * [new branch] csl/trymerge_flush -> origin/csl/trymerge_flush 2025-03-14T03:53:40.0745128Z * [new branch] csl/trymerge_initial_comment_stack -> origin/csl/trymerge_initial_comment_stack 2025-03-14T03:53:40.0745802Z * [new branch] csl/update_gh_runners_ubuntu2004 -> origin/csl/update_gh_runners_ubuntu2004 2025-03-14T03:53:40.0746412Z * [new branch] csl/use_ninja -> origin/csl/use_ninja 2025-03-14T03:53:40.0746894Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-03-14T03:53:40.0747466Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-03-14T03:53:40.0748018Z * [new branch] d4l3k/fsdp_wait -> origin/d4l3k/fsdp_wait 2025-03-14T03:53:40.0748520Z * [new branch] danthe3rd-patch-1 -> origin/danthe3rd-patch-1 2025-03-14T03:53:40.0749058Z * [new branch] daxia6/fix/doc_string -> origin/daxia6/fix/doc_string 2025-03-14T03:53:40.0749709Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-03-14T03:53:40.0750414Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-03-14T03:53:40.0751181Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-03-14T03:53:40.0751820Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-03-14T03:53:40.0752586Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-03-14T03:53:40.0753143Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-03-14T03:53:40.0753685Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-03-14T03:53:40.0754201Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-03-14T03:53:40.0754708Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-03-14T03:53:40.0755268Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-03-14T03:53:40.0755780Z * [new branch] disable -> origin/disable 2025-03-14T03:53:40.0756303Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-03-14T03:53:40.0756968Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-03-14T03:53:40.0757668Z * [new branch] doc_change -> origin/doc_change 2025-03-14T03:53:40.0758120Z * [new branch] docs_numpy -> origin/docs_numpy 2025-03-14T03:53:40.0758701Z * [new branch] dropout-eval -> origin/dropout-eval 2025-03-14T03:53:40.0759187Z * [new branch] dt_alltoall -> origin/dt_alltoall 2025-03-14T03:53:40.0759664Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-03-14T03:53:40.0760147Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-03-14T03:53:40.0760686Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-03-14T03:53:40.1157714Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-03-14T03:53:40.1158480Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-03-14T03:53:40.1159092Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-03-14T03:53:40.1159704Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-03-14T03:53:40.1160286Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-03-14T03:53:40.1160819Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-03-14T03:53:40.1161280Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-03-14T03:53:40.1161746Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-03-14T03:53:40.1162211Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-03-14T03:53:40.1162720Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-03-14T03:53:40.1163329Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-03-14T03:53:40.1163831Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-03-14T03:53:40.1164330Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-03-14T03:53:40.1164977Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-03-14T03:53:40.1165587Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-03-14T03:53:40.1166173Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-03-14T03:53:40.1166890Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-03-14T03:53:40.1167638Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-03-14T03:53:40.1168277Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-03-14T03:53:40.1169302Z * [new branch] exclamaforte/dont-remove-feedback-functions -> origin/exclamaforte/dont-remove-feedback-functions 2025-03-14T03:53:40.1170152Z * [new branch] exclamaforte/dynamo-types -> origin/exclamaforte/dynamo-types 2025-03-14T03:53:40.1170835Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-03-14T03:53:40.1171514Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-03-14T03:53:40.1172217Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-03-14T03:53:40.1173053Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-03-14T03:53:40.1173779Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-03-14T03:53:40.1175216Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-03-14T03:53:40.1175992Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-03-14T03:53:40.1176752Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-03-14T03:53:40.1177493Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-03-14T03:53:40.1178196Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-03-14T03:53:40.1178906Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-03-14T03:53:40.1179553Z * [new branch] exclamaforte/testing_only -> origin/exclamaforte/testing_only 2025-03-14T03:53:40.1180073Z * [new branch] exec -> origin/exec 2025-03-14T03:53:40.1180579Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-03-14T03:53:40.1181191Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-03-14T03:53:40.1181693Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-03-14T03:53:40.1182195Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-03-14T03:53:40.1182682Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-03-14T03:53:40.1183178Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-03-14T03:53:40.1183667Z * [new branch] export-D61557220 -> origin/export-D61557220 2025-03-14T03:53:40.1184163Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-03-14T03:53:40.1184660Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-03-14T03:53:40.1185165Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-03-14T03:53:40.1615326Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-03-14T03:53:40.1615856Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-03-14T03:53:40.1616356Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-03-14T03:53:40.1616852Z * [new branch] export-D68909278 -> origin/export-D68909278 2025-03-14T03:53:40.1617355Z * [new branch] export-D69034578 -> origin/export-D69034578 2025-03-14T03:53:40.1617836Z * [new branch] export-D69355332 -> origin/export-D69355332 2025-03-14T03:53:40.1618336Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-03-14T03:53:40.1618828Z * [new branch] export-D69592025 -> origin/export-D69592025 2025-03-14T03:53:40.1619526Z * [new branch] export-D69595327 -> origin/export-D69595327 2025-03-14T03:53:40.1620036Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-14T03:53:40.1620534Z * [new branch] export-D70132269 -> origin/export-D70132269 2025-03-14T03:53:40.1621018Z * [new branch] export-D70141808 -> origin/export-D70141808 2025-03-14T03:53:40.1621506Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-03-14T03:53:40.1621998Z * [new branch] export-D70454149 -> origin/export-D70454149 2025-03-14T03:53:40.1622487Z * [new branch] export-D71081192 -> origin/export-D71081192 2025-03-14T03:53:40.1623103Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-03-14T03:53:40.1623704Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-03-14T03:53:40.1624627Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-03-14T03:53:40.1625137Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-03-14T03:53:40.1625582Z * [new branch] fca -> origin/fca 2025-03-14T03:53:40.1626022Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-03-14T03:53:40.1626459Z * [new branch] fca3 -> origin/fca3 2025-03-14T03:53:40.1626881Z * [new branch] fca5 -> origin/fca5 2025-03-14T03:53:40.1627386Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-03-14T03:53:40.1628121Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-03-14T03:53:40.1629002Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-03-14T03:53:40.1629790Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-03-14T03:53:40.1630369Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-03-14T03:53:40.1630882Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-03-14T03:53:40.1631401Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-03-14T03:53:40.1631923Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-03-14T03:53:40.1632507Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-03-14T03:53:40.1633145Z * [new branch] findhao/fix-triton-constexpr -> origin/findhao/fix-triton-constexpr 2025-03-14T03:53:40.1633748Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-03-14T03:53:40.1634303Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-03-14T03:53:40.1634874Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-03-14T03:53:40.1635488Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-03-14T03:53:40.1636033Z * [new branch] fix -> origin/fix 2025-03-14T03:53:40.1636558Z * [new branch] fix-benchmark-config-h100 -> origin/fix-benchmark-config-h100 2025-03-14T03:53:40.1637183Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-03-14T03:53:40.1637764Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-03-14T03:53:40.1638271Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-03-14T03:53:40.1638816Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-03-14T03:53:40.1639511Z * [new branch] fix-mem-leak -> origin/fix-mem-leak 2025-03-14T03:53:40.1640160Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-03-14T03:53:40.1640787Z * [new branch] fix-test-stat-upload-failures -> origin/fix-test-stat-upload-failures 2025-03-14T03:53:40.1641503Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-03-14T03:53:40.2090890Z * [new branch] fix_autotune_inplace_test -> origin/fix_autotune_inplace_test 2025-03-14T03:53:40.2091488Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-03-14T03:53:40.2092042Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-03-14T03:53:40.2092567Z * [new branch] fix_partial -> origin/fix_partial 2025-03-14T03:53:40.2093086Z * [new branch] fix_xpu_content_store -> origin/fix_xpu_content_store 2025-03-14T03:53:40.2093783Z * [new branch] fixes-triage -> origin/fixes-triage 2025-03-14T03:53:40.2094273Z * [new branch] flat_apply -> origin/flat_apply 2025-03-14T03:53:40.2094863Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-03-14T03:53:40.2095477Z * [new branch] fmassa/fix_all_gather_cost -> origin/fmassa/fix_all_gather_cost 2025-03-14T03:53:40.2096081Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-03-14T03:53:40.2096824Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-03-14T03:53:40.2097459Z * [new branch] fp8_fix -> origin/fp8_fix 2025-03-14T03:53:40.2097934Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-03-14T03:53:40.2098424Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-03-14T03:53:40.2098887Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-03-14T03:53:40.2099344Z * [new branch] func-attr -> origin/func-attr 2025-03-14T03:53:40.2099802Z * [new branch] functorch_scan -> origin/functorch_scan 2025-03-14T03:53:40.2100266Z * [new branch] fx_cpp -> origin/fx_cpp 2025-03-14T03:53:40.2100704Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-03-14T03:53:40.2101146Z * [new branch] gelu-3 -> origin/gelu-3 2025-03-14T03:53:40.2101649Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-03-14T03:53:40.2102209Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-03-14T03:53:40.2102721Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-03-14T03:53:40.2103248Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-03-14T03:53:40.2103787Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-03-14T03:53:40.2104325Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-03-14T03:53:40.2104832Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-03-14T03:53:40.2105324Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-03-14T03:53:40.2105797Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-03-14T03:53:40.2106281Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-03-14T03:53:40.2106765Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-03-14T03:53:40.2107371Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-03-14T03:53:40.2107854Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-03-14T03:53:40.2108332Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-03-14T03:53:40.2108804Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-03-14T03:53:40.2109292Z * [new branch] gh/CaoE/49/base -> origin/gh/CaoE/49/base 2025-03-14T03:53:40.2109775Z * [new branch] gh/CaoE/49/head -> origin/gh/CaoE/49/head 2025-03-14T03:53:40.2110263Z * [new branch] gh/CaoE/49/orig -> origin/gh/CaoE/49/orig 2025-03-14T03:53:40.2110746Z * [new branch] gh/CaoE/50/base -> origin/gh/CaoE/50/base 2025-03-14T03:53:40.2111225Z * [new branch] gh/CaoE/50/head -> origin/gh/CaoE/50/head 2025-03-14T03:53:40.2111812Z * [new branch] gh/CaoE/50/orig -> origin/gh/CaoE/50/orig 2025-03-14T03:53:40.2112301Z * [new branch] gh/CaoE/51/base -> origin/gh/CaoE/51/base 2025-03-14T03:53:40.2112783Z * [new branch] gh/CaoE/51/head -> origin/gh/CaoE/51/head 2025-03-14T03:53:40.2113262Z * [new branch] gh/CaoE/51/orig -> origin/gh/CaoE/51/orig 2025-03-14T03:53:40.2113801Z * [new branch] gh/ColinPeppler/62/base -> origin/gh/ColinPeppler/62/base 2025-03-14T03:53:40.2114390Z * [new branch] gh/ColinPeppler/62/head -> origin/gh/ColinPeppler/62/head 2025-03-14T03:53:40.2114956Z * [new branch] gh/ColinPeppler/62/orig -> origin/gh/ColinPeppler/62/orig 2025-03-14T03:53:40.2146172Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-03-14T03:53:40.2556744Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-03-14T03:53:40.2557346Z * [new branch] gh/EikanWang/75/base -> origin/gh/EikanWang/75/base 2025-03-14T03:53:40.2557901Z * [new branch] gh/EikanWang/75/head -> origin/gh/EikanWang/75/head 2025-03-14T03:53:40.2558433Z * [new branch] gh/EikanWang/75/orig -> origin/gh/EikanWang/75/orig 2025-03-14T03:53:40.2558972Z * [new branch] gh/EikanWang/76/base -> origin/gh/EikanWang/76/base 2025-03-14T03:53:40.2559504Z * [new branch] gh/EikanWang/76/head -> origin/gh/EikanWang/76/head 2025-03-14T03:53:40.2560041Z * [new branch] gh/EikanWang/76/orig -> origin/gh/EikanWang/76/orig 2025-03-14T03:53:40.2560564Z * [new branch] gh/EikanWang/77/base -> origin/gh/EikanWang/77/base 2025-03-14T03:53:40.2561094Z * [new branch] gh/EikanWang/77/head -> origin/gh/EikanWang/77/head 2025-03-14T03:53:40.2561630Z * [new branch] gh/EikanWang/77/orig -> origin/gh/EikanWang/77/orig 2025-03-14T03:53:40.2562183Z * [new branch] gh/EikanWang/78/base -> origin/gh/EikanWang/78/base 2025-03-14T03:53:40.2562708Z * [new branch] gh/EikanWang/78/head -> origin/gh/EikanWang/78/head 2025-03-14T03:53:40.2563293Z * [new branch] gh/EikanWang/78/orig -> origin/gh/EikanWang/78/orig 2025-03-14T03:53:40.2563880Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-14T03:53:40.2564469Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-03-14T03:53:40.2564998Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-03-14T03:53:40.2565515Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-03-14T03:53:40.2566033Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-03-14T03:53:40.2566746Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-03-14T03:53:40.2567246Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-03-14T03:53:40.2567757Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-03-14T03:53:40.2568255Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-03-14T03:53:40.2568760Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-03-14T03:53:40.2569262Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-03-14T03:53:40.2569758Z * [new branch] gh/H-Huang/167/base -> origin/gh/H-Huang/167/base 2025-03-14T03:53:40.2570256Z * [new branch] gh/H-Huang/167/head -> origin/gh/H-Huang/167/head 2025-03-14T03:53:40.2570739Z * [new branch] gh/H-Huang/167/orig -> origin/gh/H-Huang/167/orig 2025-03-14T03:53:40.2571357Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-03-14T03:53:40.2571864Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-03-14T03:53:40.2572368Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-03-14T03:53:40.2572877Z * [new branch] gh/H-Huang/169/base -> origin/gh/H-Huang/169/base 2025-03-14T03:53:40.2573372Z * [new branch] gh/H-Huang/169/head -> origin/gh/H-Huang/169/head 2025-03-14T03:53:40.2573870Z * [new branch] gh/H-Huang/169/orig -> origin/gh/H-Huang/169/orig 2025-03-14T03:53:40.2574377Z * [new branch] gh/H-Huang/170/base -> origin/gh/H-Huang/170/base 2025-03-14T03:53:40.2574877Z * [new branch] gh/H-Huang/170/head -> origin/gh/H-Huang/170/head 2025-03-14T03:53:40.2575380Z * [new branch] gh/H-Huang/170/orig -> origin/gh/H-Huang/170/orig 2025-03-14T03:53:40.2575890Z * [new branch] gh/H-Huang/171/base -> origin/gh/H-Huang/171/base 2025-03-14T03:53:40.2576387Z * [new branch] gh/H-Huang/171/head -> origin/gh/H-Huang/171/head 2025-03-14T03:53:40.2576900Z * [new branch] gh/H-Huang/171/orig -> origin/gh/H-Huang/171/orig 2025-03-14T03:53:40.2577419Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-03-14T03:53:40.2577957Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-03-14T03:53:40.2578504Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-03-14T03:53:40.2579071Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-03-14T03:53:40.2579800Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-03-14T03:53:40.2580388Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-03-14T03:53:40.2580952Z * [new branch] gh/IvanKobzarev/101/base -> origin/gh/IvanKobzarev/101/base 2025-03-14T03:53:40.2581536Z * [new branch] gh/IvanKobzarev/101/head -> origin/gh/IvanKobzarev/101/head 2025-03-14T03:53:40.3012573Z * [new branch] gh/IvanKobzarev/101/orig -> origin/gh/IvanKobzarev/101/orig 2025-03-14T03:53:40.3013230Z * [new branch] gh/IvanKobzarev/102/base -> origin/gh/IvanKobzarev/102/base 2025-03-14T03:53:40.3013823Z * [new branch] gh/IvanKobzarev/102/head -> origin/gh/IvanKobzarev/102/head 2025-03-14T03:53:40.3014413Z * [new branch] gh/IvanKobzarev/102/orig -> origin/gh/IvanKobzarev/102/orig 2025-03-14T03:53:40.3014994Z * [new branch] gh/IvanKobzarev/103/base -> origin/gh/IvanKobzarev/103/base 2025-03-14T03:53:40.3015558Z * [new branch] gh/IvanKobzarev/103/head -> origin/gh/IvanKobzarev/103/head 2025-03-14T03:53:40.3016373Z * [new branch] gh/IvanKobzarev/103/orig -> origin/gh/IvanKobzarev/103/orig 2025-03-14T03:53:40.3016955Z * [new branch] gh/IvanKobzarev/104/base -> origin/gh/IvanKobzarev/104/base 2025-03-14T03:53:40.3017544Z * [new branch] gh/IvanKobzarev/104/head -> origin/gh/IvanKobzarev/104/head 2025-03-14T03:53:40.3018121Z * [new branch] gh/IvanKobzarev/104/orig -> origin/gh/IvanKobzarev/104/orig 2025-03-14T03:53:40.3018701Z * [new branch] gh/IvanKobzarev/105/base -> origin/gh/IvanKobzarev/105/base 2025-03-14T03:53:40.3019280Z * [new branch] gh/IvanKobzarev/105/head -> origin/gh/IvanKobzarev/105/head 2025-03-14T03:53:40.3019838Z * [new branch] gh/IvanKobzarev/105/orig -> origin/gh/IvanKobzarev/105/orig 2025-03-14T03:53:40.3020422Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-03-14T03:53:40.3021118Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-03-14T03:53:40.3021694Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-03-14T03:53:40.3022265Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-03-14T03:53:40.3022831Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-03-14T03:53:40.3023381Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-03-14T03:53:40.3023951Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-03-14T03:53:40.3024519Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-03-14T03:53:40.3025084Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-03-14T03:53:40.3025648Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-03-14T03:53:40.3026222Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-03-14T03:53:40.3026771Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-03-14T03:53:40.3027339Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-03-14T03:53:40.3027911Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-03-14T03:53:40.3028472Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-03-14T03:53:40.3029043Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-03-14T03:53:40.3029609Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-03-14T03:53:40.3030183Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-03-14T03:53:40.3030745Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-03-14T03:53:40.3031315Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-03-14T03:53:40.3031890Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-03-14T03:53:40.3032488Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-03-14T03:53:40.3033055Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-03-14T03:53:40.3033625Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-03-14T03:53:40.3034162Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-03-14T03:53:40.3034689Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-03-14T03:53:40.3035305Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-03-14T03:53:40.3035988Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-03-14T03:53:40.3036492Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-03-14T03:53:40.3036995Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-03-14T03:53:40.3037496Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-03-14T03:53:40.3037979Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-03-14T03:53:40.3468220Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-03-14T03:53:40.3468845Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-03-14T03:53:40.3469414Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-03-14T03:53:40.3470002Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-03-14T03:53:40.3470751Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-03-14T03:53:40.3471308Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-03-14T03:53:40.3471842Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-03-14T03:53:40.3472474Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-03-14T03:53:40.3473089Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-03-14T03:53:40.3473650Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-03-14T03:53:40.3474197Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-03-14T03:53:40.3474750Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-03-14T03:53:40.3475289Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-03-14T03:53:40.3475849Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-03-14T03:53:40.3476398Z * [new branch] gh/StrongerXi/81/base -> origin/gh/StrongerXi/81/base 2025-03-14T03:53:40.3476947Z * [new branch] gh/StrongerXi/81/head -> origin/gh/StrongerXi/81/head 2025-03-14T03:53:40.3477496Z * [new branch] gh/StrongerXi/81/orig -> origin/gh/StrongerXi/81/orig 2025-03-14T03:53:40.3478034Z * [new branch] gh/StrongerXi/82/base -> origin/gh/StrongerXi/82/base 2025-03-14T03:53:40.3478650Z * [new branch] gh/StrongerXi/82/head -> origin/gh/StrongerXi/82/head 2025-03-14T03:53:40.3479244Z * [new branch] gh/StrongerXi/82/orig -> origin/gh/StrongerXi/82/orig 2025-03-14T03:53:40.3479886Z * [new branch] gh/StrongerXi/83/base -> origin/gh/StrongerXi/83/base 2025-03-14T03:53:40.3480443Z * [new branch] gh/StrongerXi/83/head -> origin/gh/StrongerXi/83/head 2025-03-14T03:53:40.3480987Z * [new branch] gh/StrongerXi/83/orig -> origin/gh/StrongerXi/83/orig 2025-03-14T03:53:40.3481539Z * [new branch] gh/StrongerXi/84/base -> origin/gh/StrongerXi/84/base 2025-03-14T03:53:40.3482076Z * [new branch] gh/StrongerXi/84/head -> origin/gh/StrongerXi/84/head 2025-03-14T03:53:40.3482598Z * [new branch] gh/StrongerXi/84/orig -> origin/gh/StrongerXi/84/orig 2025-03-14T03:53:40.3483204Z * [new branch] gh/StrongerXi/85/base -> origin/gh/StrongerXi/85/base 2025-03-14T03:53:40.3483745Z * [new branch] gh/StrongerXi/85/head -> origin/gh/StrongerXi/85/head 2025-03-14T03:53:40.3484284Z * [new branch] gh/StrongerXi/85/orig -> origin/gh/StrongerXi/85/orig 2025-03-14T03:53:40.3484988Z * [new branch] gh/StrongerXi/86/base -> origin/gh/StrongerXi/86/base 2025-03-14T03:53:40.3485534Z * [new branch] gh/StrongerXi/86/head -> origin/gh/StrongerXi/86/head 2025-03-14T03:53:40.3486064Z * [new branch] gh/StrongerXi/86/orig -> origin/gh/StrongerXi/86/orig 2025-03-14T03:53:40.3486612Z * [new branch] gh/StrongerXi/87/base -> origin/gh/StrongerXi/87/base 2025-03-14T03:53:40.3487149Z * [new branch] gh/StrongerXi/87/head -> origin/gh/StrongerXi/87/head 2025-03-14T03:53:40.3487683Z * [new branch] gh/StrongerXi/87/orig -> origin/gh/StrongerXi/87/orig 2025-03-14T03:53:40.3488240Z * [new branch] gh/StrongerXi/88/base -> origin/gh/StrongerXi/88/base 2025-03-14T03:53:40.3488780Z * [new branch] gh/StrongerXi/88/head -> origin/gh/StrongerXi/88/head 2025-03-14T03:53:40.3489358Z * [new branch] gh/StrongerXi/88/orig -> origin/gh/StrongerXi/88/orig 2025-03-14T03:53:40.3490105Z * [new branch] gh/StrongerXi/89/base -> origin/gh/StrongerXi/89/base 2025-03-14T03:53:40.3490650Z * [new branch] gh/StrongerXi/89/head -> origin/gh/StrongerXi/89/head 2025-03-14T03:53:40.3491238Z * [new branch] gh/StrongerXi/89/orig -> origin/gh/StrongerXi/89/orig 2025-03-14T03:53:40.3491787Z * [new branch] gh/StrongerXi/90/base -> origin/gh/StrongerXi/90/base 2025-03-14T03:53:40.3492338Z * [new branch] gh/StrongerXi/90/head -> origin/gh/StrongerXi/90/head 2025-03-14T03:53:40.3492875Z * [new branch] gh/StrongerXi/90/orig -> origin/gh/StrongerXi/90/orig 2025-03-14T03:53:40.3493413Z * [new branch] gh/StrongerXi/91/base -> origin/gh/StrongerXi/91/base 2025-03-14T03:53:40.3493956Z * [new branch] gh/StrongerXi/91/head -> origin/gh/StrongerXi/91/head 2025-03-14T03:53:40.3926252Z * [new branch] gh/StrongerXi/91/orig -> origin/gh/StrongerXi/91/orig 2025-03-14T03:53:40.3926817Z * [new branch] gh/StrongerXi/92/base -> origin/gh/StrongerXi/92/base 2025-03-14T03:53:40.3927414Z * [new branch] gh/StrongerXi/92/head -> origin/gh/StrongerXi/92/head 2025-03-14T03:53:40.3928013Z * [new branch] gh/StrongerXi/92/orig -> origin/gh/StrongerXi/92/orig 2025-03-14T03:53:40.3928657Z * [new branch] gh/StrongerXi/93/base -> origin/gh/StrongerXi/93/base 2025-03-14T03:53:40.3929280Z * [new branch] gh/StrongerXi/93/head -> origin/gh/StrongerXi/93/head 2025-03-14T03:53:40.3929904Z * [new branch] gh/StrongerXi/93/orig -> origin/gh/StrongerXi/93/orig 2025-03-14T03:53:40.3930489Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-03-14T03:53:40.3931102Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-03-14T03:53:40.3931733Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-03-14T03:53:40.3932334Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-03-14T03:53:40.3932937Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-03-14T03:53:40.3933535Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-03-14T03:53:40.3934131Z * [new branch] gh/Xia-Weiwen/30/base -> origin/gh/Xia-Weiwen/30/base 2025-03-14T03:53:40.3934680Z * [new branch] gh/Xia-Weiwen/30/head -> origin/gh/Xia-Weiwen/30/head 2025-03-14T03:53:40.3935281Z * [new branch] gh/Xia-Weiwen/30/orig -> origin/gh/Xia-Weiwen/30/orig 2025-03-14T03:53:40.3935876Z * [new branch] gh/Xia-Weiwen/31/base -> origin/gh/Xia-Weiwen/31/base 2025-03-14T03:53:40.3936466Z * [new branch] gh/Xia-Weiwen/31/head -> origin/gh/Xia-Weiwen/31/head 2025-03-14T03:53:40.3938106Z * [new branch] gh/Xia-Weiwen/31/orig -> origin/gh/Xia-Weiwen/31/orig 2025-03-14T03:53:40.3938638Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-03-14T03:53:40.3939155Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-03-14T03:53:40.3939665Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-03-14T03:53:40.3940168Z * [new branch] gh/XilunWu/114/base -> origin/gh/XilunWu/114/base 2025-03-14T03:53:40.3940661Z * [new branch] gh/XilunWu/114/head -> origin/gh/XilunWu/114/head 2025-03-14T03:53:40.3941174Z * [new branch] gh/XilunWu/114/orig -> origin/gh/XilunWu/114/orig 2025-03-14T03:53:40.3941686Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-03-14T03:53:40.3942208Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-03-14T03:53:40.3943119Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-03-14T03:53:40.3943741Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-03-14T03:53:40.3944243Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-03-14T03:53:40.3944769Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-03-14T03:53:40.3945284Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-03-14T03:53:40.3945795Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-03-14T03:53:40.3946318Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-03-14T03:53:40.3946838Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-03-14T03:53:40.3947353Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-03-14T03:53:40.3947883Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-03-14T03:53:40.3948376Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-03-14T03:53:40.3948925Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-03-14T03:53:40.3949506Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-03-14T03:53:40.3950002Z * [new branch] gh/XilunWu/120/base -> origin/gh/XilunWu/120/base 2025-03-14T03:53:40.3950507Z * [new branch] gh/XilunWu/120/head -> origin/gh/XilunWu/120/head 2025-03-14T03:53:40.3951008Z * [new branch] gh/XilunWu/120/orig -> origin/gh/XilunWu/120/orig 2025-03-14T03:53:40.3951503Z * [new branch] gh/XilunWu/121/base -> origin/gh/XilunWu/121/base 2025-03-14T03:53:40.3952006Z * [new branch] gh/XilunWu/121/head -> origin/gh/XilunWu/121/head 2025-03-14T03:53:40.3952507Z * [new branch] gh/XilunWu/121/orig -> origin/gh/XilunWu/121/orig 2025-03-14T03:53:40.3953005Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-03-14T03:53:40.4374314Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-03-14T03:53:40.4374926Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-03-14T03:53:40.4375448Z * [new branch] gh/XilunWu/123/base -> origin/gh/XilunWu/123/base 2025-03-14T03:53:40.4375956Z * [new branch] gh/XilunWu/123/head -> origin/gh/XilunWu/123/head 2025-03-14T03:53:40.4376498Z * [new branch] gh/XilunWu/123/orig -> origin/gh/XilunWu/123/orig 2025-03-14T03:53:40.4377053Z * [new branch] gh/XilunWu/124/base -> origin/gh/XilunWu/124/base 2025-03-14T03:53:40.4377797Z * [new branch] gh/XilunWu/124/head -> origin/gh/XilunWu/124/head 2025-03-14T03:53:40.4378307Z * [new branch] gh/XilunWu/124/orig -> origin/gh/XilunWu/124/orig 2025-03-14T03:53:40.4378802Z * [new branch] gh/XilunWu/125/base -> origin/gh/XilunWu/125/base 2025-03-14T03:53:40.4379299Z * [new branch] gh/XilunWu/125/head -> origin/gh/XilunWu/125/head 2025-03-14T03:53:40.4379789Z * [new branch] gh/XilunWu/125/orig -> origin/gh/XilunWu/125/orig 2025-03-14T03:53:40.4380297Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-03-14T03:53:40.4380809Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-03-14T03:53:40.4381324Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-03-14T03:53:40.4381853Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-03-14T03:53:40.4382593Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-03-14T03:53:40.4383121Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-03-14T03:53:40.4383656Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-03-14T03:53:40.4384181Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-03-14T03:53:40.4384711Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-03-14T03:53:40.4385236Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-03-14T03:53:40.4385760Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-03-14T03:53:40.4386278Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-03-14T03:53:40.4386808Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-03-14T03:53:40.4387337Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-03-14T03:53:40.4387912Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-03-14T03:53:40.4388472Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-03-14T03:53:40.4388989Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-03-14T03:53:40.4389507Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-03-14T03:53:40.4390023Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-03-14T03:53:40.4390561Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-03-14T03:53:40.4391092Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-03-14T03:53:40.4391636Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-03-14T03:53:40.4392159Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-03-14T03:53:40.4392689Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-03-14T03:53:40.4393202Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-03-14T03:53:40.4393768Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-03-14T03:53:40.4394336Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-03-14T03:53:40.4394864Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-03-14T03:53:40.4395385Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-03-14T03:53:40.4396056Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-03-14T03:53:40.4396587Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-03-14T03:53:40.4397114Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-03-14T03:53:40.4397639Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-03-14T03:53:40.4398164Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-03-14T03:53:40.4398686Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-03-14T03:53:40.4805977Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-03-14T03:53:40.4806540Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-03-14T03:53:40.4807077Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-03-14T03:53:40.4807789Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-03-14T03:53:40.4808334Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-03-14T03:53:40.4808909Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-03-14T03:53:40.4809485Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-03-14T03:53:40.4810010Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-03-14T03:53:40.4810531Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-03-14T03:53:40.4811045Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-03-14T03:53:40.4811566Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-03-14T03:53:40.4812090Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-03-14T03:53:40.4812614Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-03-14T03:53:40.4813144Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-03-14T03:53:40.4813668Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-03-14T03:53:40.4814189Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-03-14T03:53:40.4814744Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-03-14T03:53:40.4815308Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-03-14T03:53:40.4815824Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-03-14T03:53:40.4816348Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-03-14T03:53:40.4816877Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-03-14T03:53:40.4817400Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-03-14T03:53:40.4817914Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-03-14T03:53:40.4818439Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-03-14T03:53:40.4818969Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-03-14T03:53:40.4819490Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-03-14T03:53:40.4820019Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-03-14T03:53:40.4820577Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-03-14T03:53:40.4821136Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-03-14T03:53:40.4821830Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-03-14T03:53:40.4822359Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-03-14T03:53:40.4822888Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-03-14T03:53:40.4823422Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-03-14T03:53:40.4823949Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-03-14T03:53:40.4824474Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-03-14T03:53:40.4824984Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-03-14T03:53:40.4825499Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-03-14T03:53:40.4826024Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-03-14T03:53:40.4826727Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-03-14T03:53:40.4827258Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-03-14T03:53:40.4827779Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-03-14T03:53:40.4828292Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-03-14T03:53:40.4828820Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-03-14T03:53:40.4829343Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-03-14T03:53:40.4829868Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-03-14T03:53:40.4830387Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-03-14T03:53:40.5242955Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-03-14T03:53:40.5243645Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-03-14T03:53:40.5244170Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-03-14T03:53:40.5244683Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-03-14T03:53:40.5245213Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-03-14T03:53:40.5245736Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-03-14T03:53:40.5246257Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-03-14T03:53:40.5246776Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-03-14T03:53:40.5247319Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-03-14T03:53:40.5247848Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-03-14T03:53:40.5248380Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-03-14T03:53:40.5248963Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-03-14T03:53:40.5249542Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-03-14T03:53:40.5250078Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-03-14T03:53:40.5250616Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-03-14T03:53:40.5251138Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-03-14T03:53:40.5251681Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-03-14T03:53:40.5252395Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-03-14T03:53:40.5252929Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-03-14T03:53:40.5253469Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-03-14T03:53:40.5254004Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-03-14T03:53:40.5254566Z * [new branch] gh/XuehaiPan/238/base -> origin/gh/XuehaiPan/238/base 2025-03-14T03:53:40.5255148Z * [new branch] gh/XuehaiPan/238/head -> origin/gh/XuehaiPan/238/head 2025-03-14T03:53:40.5255687Z * [new branch] gh/XuehaiPan/238/orig -> origin/gh/XuehaiPan/238/orig 2025-03-14T03:53:40.5256224Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-03-14T03:53:40.5256755Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-03-14T03:53:40.5257408Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-03-14T03:53:40.5257952Z * [new branch] gh/XuehaiPan/240/base -> origin/gh/XuehaiPan/240/base 2025-03-14T03:53:40.5258474Z * [new branch] gh/XuehaiPan/240/head -> origin/gh/XuehaiPan/240/head 2025-03-14T03:53:40.5259015Z * [new branch] gh/XuehaiPan/240/orig -> origin/gh/XuehaiPan/240/orig 2025-03-14T03:53:40.5259547Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-03-14T03:53:40.5260126Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-03-14T03:53:40.5260698Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-03-14T03:53:40.5261232Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-03-14T03:53:40.5261760Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-03-14T03:53:40.5262295Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-03-14T03:53:40.5262834Z * [new branch] gh/XuehaiPan/243/base -> origin/gh/XuehaiPan/243/base 2025-03-14T03:53:40.5263365Z * [new branch] gh/XuehaiPan/243/head -> origin/gh/XuehaiPan/243/head 2025-03-14T03:53:40.5263897Z * [new branch] gh/XuehaiPan/243/orig -> origin/gh/XuehaiPan/243/orig 2025-03-14T03:53:40.5264431Z * [new branch] gh/XuehaiPan/244/base -> origin/gh/XuehaiPan/244/base 2025-03-14T03:53:40.5264957Z * [new branch] gh/XuehaiPan/244/head -> origin/gh/XuehaiPan/244/head 2025-03-14T03:53:40.5265494Z * [new branch] gh/XuehaiPan/244/orig -> origin/gh/XuehaiPan/244/orig 2025-03-14T03:53:40.5266115Z * [new branch] gh/XuehaiPan/245/base -> origin/gh/XuehaiPan/245/base 2025-03-14T03:53:40.5266688Z * [new branch] gh/XuehaiPan/245/head -> origin/gh/XuehaiPan/245/head 2025-03-14T03:53:40.5267228Z * [new branch] gh/XuehaiPan/245/orig -> origin/gh/XuehaiPan/245/orig 2025-03-14T03:53:40.5267762Z * [new branch] gh/XuehaiPan/246/base -> origin/gh/XuehaiPan/246/base 2025-03-14T03:53:40.5701850Z * [new branch] gh/XuehaiPan/246/head -> origin/gh/XuehaiPan/246/head 2025-03-14T03:53:40.5702450Z * [new branch] gh/XuehaiPan/246/orig -> origin/gh/XuehaiPan/246/orig 2025-03-14T03:53:40.5703008Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-03-14T03:53:40.5703550Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-03-14T03:53:40.5704089Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-03-14T03:53:40.5704847Z * [new branch] gh/XuehaiPan/248/base -> origin/gh/XuehaiPan/248/base 2025-03-14T03:53:40.5705400Z * [new branch] gh/XuehaiPan/248/head -> origin/gh/XuehaiPan/248/head 2025-03-14T03:53:40.5705925Z * [new branch] gh/XuehaiPan/248/orig -> origin/gh/XuehaiPan/248/orig 2025-03-14T03:53:40.5706477Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-03-14T03:53:40.5707018Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-03-14T03:53:40.5707560Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-03-14T03:53:40.5708109Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-03-14T03:53:40.5708634Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-03-14T03:53:40.5709160Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-03-14T03:53:40.5709799Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-03-14T03:53:40.5710329Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-03-14T03:53:40.5710849Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-03-14T03:53:40.5711379Z * [new branch] gh/XuehaiPan/252/base -> origin/gh/XuehaiPan/252/base 2025-03-14T03:53:40.5711905Z * [new branch] gh/XuehaiPan/252/head -> origin/gh/XuehaiPan/252/head 2025-03-14T03:53:40.5712435Z * [new branch] gh/XuehaiPan/252/orig -> origin/gh/XuehaiPan/252/orig 2025-03-14T03:53:40.5712958Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-03-14T03:53:40.5713481Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-03-14T03:53:40.5714011Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-03-14T03:53:40.5714536Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-03-14T03:53:40.5715061Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-03-14T03:53:40.5715589Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-03-14T03:53:40.5716109Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-03-14T03:53:40.5716664Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-03-14T03:53:40.5717199Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-03-14T03:53:40.5717720Z * [new branch] gh/XuehaiPan/256/base -> origin/gh/XuehaiPan/256/base 2025-03-14T03:53:40.5718251Z * [new branch] gh/XuehaiPan/256/head -> origin/gh/XuehaiPan/256/head 2025-03-14T03:53:40.5718781Z * [new branch] gh/XuehaiPan/256/orig -> origin/gh/XuehaiPan/256/orig 2025-03-14T03:53:40.5719309Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-03-14T03:53:40.5719832Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-03-14T03:53:40.5720355Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-03-14T03:53:40.5720875Z * [new branch] gh/XuehaiPan/258/base -> origin/gh/XuehaiPan/258/base 2025-03-14T03:53:40.5721394Z * [new branch] gh/XuehaiPan/258/head -> origin/gh/XuehaiPan/258/head 2025-03-14T03:53:40.5721919Z * [new branch] gh/XuehaiPan/258/orig -> origin/gh/XuehaiPan/258/orig 2025-03-14T03:53:40.5722435Z * [new branch] gh/XuehaiPan/259/base -> origin/gh/XuehaiPan/259/base 2025-03-14T03:53:40.5722953Z * [new branch] gh/XuehaiPan/259/head -> origin/gh/XuehaiPan/259/head 2025-03-14T03:53:40.5723683Z * [new branch] gh/XuehaiPan/259/orig -> origin/gh/XuehaiPan/259/orig 2025-03-14T03:53:40.5724228Z * [new branch] gh/XuehaiPan/260/base -> origin/gh/XuehaiPan/260/base 2025-03-14T03:53:40.5724752Z * [new branch] gh/XuehaiPan/260/head -> origin/gh/XuehaiPan/260/head 2025-03-14T03:53:40.5725362Z * [new branch] gh/XuehaiPan/260/orig -> origin/gh/XuehaiPan/260/orig 2025-03-14T03:53:40.5725932Z * [new branch] gh/XuehaiPan/261/base -> origin/gh/XuehaiPan/261/base 2025-03-14T03:53:40.5726466Z * [new branch] gh/XuehaiPan/261/head -> origin/gh/XuehaiPan/261/head 2025-03-14T03:53:40.6155764Z * [new branch] gh/XuehaiPan/261/orig -> origin/gh/XuehaiPan/261/orig 2025-03-14T03:53:40.6156305Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-03-14T03:53:40.6156845Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-03-14T03:53:40.6157530Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-03-14T03:53:40.6158054Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-03-14T03:53:40.6158584Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-03-14T03:53:40.6159110Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-03-14T03:53:40.6159648Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-03-14T03:53:40.6160169Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-03-14T03:53:40.6160683Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-03-14T03:53:40.6161230Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-03-14T03:53:40.6161753Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-03-14T03:53:40.6162281Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-03-14T03:53:40.6162801Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-03-14T03:53:40.6163372Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-03-14T03:53:40.6163892Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-03-14T03:53:40.6164397Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-03-14T03:53:40.6164909Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-03-14T03:53:40.6165447Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-03-14T03:53:40.6165985Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-03-14T03:53:40.6166534Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-03-14T03:53:40.6167074Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-03-14T03:53:40.6167615Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-03-14T03:53:40.6168149Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-03-14T03:53:40.6168682Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-03-14T03:53:40.6169223Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-03-14T03:53:40.6169765Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-03-14T03:53:40.6170300Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-03-14T03:53:40.6170962Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-03-14T03:53:40.6171499Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-03-14T03:53:40.6172045Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-03-14T03:53:40.6172589Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-03-14T03:53:40.6173125Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-03-14T03:53:40.6173662Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-03-14T03:53:40.6174200Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-03-14T03:53:40.6174730Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-03-14T03:53:40.6175274Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-03-14T03:53:40.6175902Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-03-14T03:53:40.6176445Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-03-14T03:53:40.6176985Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-03-14T03:53:40.6177526Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-03-14T03:53:40.6178069Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-03-14T03:53:40.6178602Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-03-14T03:53:40.6179143Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-03-14T03:53:40.6179695Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-03-14T03:53:40.6180240Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-03-14T03:53:40.6585211Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-03-14T03:53:40.6585773Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-03-14T03:53:40.6586316Z * [new branch] gh/ZhiweiYan-96/41/base -> origin/gh/ZhiweiYan-96/41/base 2025-03-14T03:53:40.6586850Z * [new branch] gh/ZhiweiYan-96/41/head -> origin/gh/ZhiweiYan-96/41/head 2025-03-14T03:53:40.6587390Z * [new branch] gh/ZhiweiYan-96/41/orig -> origin/gh/ZhiweiYan-96/41/orig 2025-03-14T03:53:40.6587934Z * [new branch] gh/ZhiweiYan-96/42/base -> origin/gh/ZhiweiYan-96/42/base 2025-03-14T03:53:40.6588478Z * [new branch] gh/ZhiweiYan-96/42/head -> origin/gh/ZhiweiYan-96/42/head 2025-03-14T03:53:40.6589019Z * [new branch] gh/ZhiweiYan-96/42/orig -> origin/gh/ZhiweiYan-96/42/orig 2025-03-14T03:53:40.6589569Z * [new branch] gh/ZhiweiYan-96/43/base -> origin/gh/ZhiweiYan-96/43/base 2025-03-14T03:53:40.6590098Z * [new branch] gh/ZhiweiYan-96/43/head -> origin/gh/ZhiweiYan-96/43/head 2025-03-14T03:53:40.6590636Z * [new branch] gh/ZhiweiYan-96/43/orig -> origin/gh/ZhiweiYan-96/43/orig 2025-03-14T03:53:40.6591173Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-03-14T03:53:40.6591710Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-03-14T03:53:40.6592251Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-03-14T03:53:40.6592782Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-03-14T03:53:40.6593320Z * [new branch] gh/ZhiweiYan-96/46/base -> origin/gh/ZhiweiYan-96/46/base 2025-03-14T03:53:40.6594029Z * [new branch] gh/ZhiweiYan-96/46/head -> origin/gh/ZhiweiYan-96/46/head 2025-03-14T03:53:40.6594576Z * [new branch] gh/ZhiweiYan-96/46/orig -> origin/gh/ZhiweiYan-96/46/orig 2025-03-14T03:53:40.6595114Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-03-14T03:53:40.6595657Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-03-14T03:53:40.6596200Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-03-14T03:53:40.6596744Z * [new branch] gh/ZhiweiYan-96/48/base -> origin/gh/ZhiweiYan-96/48/base 2025-03-14T03:53:40.6597306Z * [new branch] gh/ZhiweiYan-96/48/head -> origin/gh/ZhiweiYan-96/48/head 2025-03-14T03:53:40.6597839Z * [new branch] gh/ZhiweiYan-96/48/orig -> origin/gh/ZhiweiYan-96/48/orig 2025-03-14T03:53:40.6598377Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-03-14T03:53:40.6599016Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-03-14T03:53:40.6599620Z * [new branch] gh/ZhiweiYan-96/50/base -> origin/gh/ZhiweiYan-96/50/base 2025-03-14T03:53:40.6600161Z * [new branch] gh/ZhiweiYan-96/50/head -> origin/gh/ZhiweiYan-96/50/head 2025-03-14T03:53:40.6600707Z * [new branch] gh/ZhiweiYan-96/50/orig -> origin/gh/ZhiweiYan-96/50/orig 2025-03-14T03:53:40.6601244Z * [new branch] gh/ZhiweiYan-96/51/base -> origin/gh/ZhiweiYan-96/51/base 2025-03-14T03:53:40.6601780Z * [new branch] gh/ZhiweiYan-96/51/head -> origin/gh/ZhiweiYan-96/51/head 2025-03-14T03:53:40.6602311Z * [new branch] gh/ZhiweiYan-96/51/orig -> origin/gh/ZhiweiYan-96/51/orig 2025-03-14T03:53:40.6602845Z * [new branch] gh/ZhiweiYan-96/52/base -> origin/gh/ZhiweiYan-96/52/base 2025-03-14T03:53:40.6603470Z * [new branch] gh/ZhiweiYan-96/52/head -> origin/gh/ZhiweiYan-96/52/head 2025-03-14T03:53:40.6604015Z * [new branch] gh/ZhiweiYan-96/52/orig -> origin/gh/ZhiweiYan-96/52/orig 2025-03-14T03:53:40.6604548Z * [new branch] gh/ZhiweiYan-96/53/base -> origin/gh/ZhiweiYan-96/53/base 2025-03-14T03:53:40.6605101Z * [new branch] gh/ZhiweiYan-96/53/head -> origin/gh/ZhiweiYan-96/53/head 2025-03-14T03:53:40.6605639Z * [new branch] gh/ZhiweiYan-96/53/orig -> origin/gh/ZhiweiYan-96/53/orig 2025-03-14T03:53:40.6606175Z * [new branch] gh/ZhiweiYan-96/54/base -> origin/gh/ZhiweiYan-96/54/base 2025-03-14T03:53:40.6606713Z * [new branch] gh/ZhiweiYan-96/54/head -> origin/gh/ZhiweiYan-96/54/head 2025-03-14T03:53:40.6607247Z * [new branch] gh/ZhiweiYan-96/54/orig -> origin/gh/ZhiweiYan-96/54/orig 2025-03-14T03:53:40.6607788Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-03-14T03:53:40.6608299Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-03-14T03:53:40.6608815Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-03-14T03:53:40.6609323Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-03-14T03:53:40.7051183Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-03-14T03:53:40.7051787Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-03-14T03:53:40.7052301Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-03-14T03:53:40.7052797Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-03-14T03:53:40.7053288Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-03-14T03:53:40.7053941Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-03-14T03:53:40.7054595Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-03-14T03:53:40.7055287Z * [new branch] gh/alexsamardzic/25/base -> origin/gh/alexsamardzic/25/base 2025-03-14T03:53:40.7055861Z * [new branch] gh/alexsamardzic/25/head -> origin/gh/alexsamardzic/25/head 2025-03-14T03:53:40.7056427Z * [new branch] gh/alexsamardzic/25/orig -> origin/gh/alexsamardzic/25/orig 2025-03-14T03:53:40.7056993Z * [new branch] gh/alexsamardzic/26/base -> origin/gh/alexsamardzic/26/base 2025-03-14T03:53:40.7057546Z * [new branch] gh/alexsamardzic/26/head -> origin/gh/alexsamardzic/26/head 2025-03-14T03:53:40.7058100Z * [new branch] gh/alexsamardzic/26/orig -> origin/gh/alexsamardzic/26/orig 2025-03-14T03:53:40.7058633Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-03-14T03:53:40.7059239Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-03-14T03:53:40.7059756Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-03-14T03:53:40.7060250Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-03-14T03:53:40.7060736Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-03-14T03:53:40.7061235Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-03-14T03:53:40.7061737Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-03-14T03:53:40.7062233Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-03-14T03:53:40.7062728Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-03-14T03:53:40.7063261Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-03-14T03:53:40.7063798Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-03-14T03:53:40.7064334Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-03-14T03:53:40.7064871Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-03-14T03:53:40.7065406Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-03-14T03:53:40.7065943Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-03-14T03:53:40.7066480Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-03-14T03:53:40.7066992Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-03-14T03:53:40.7067514Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-03-14T03:53:40.7068042Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-03-14T03:53:40.7068565Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-03-14T03:53:40.7069082Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-03-14T03:53:40.7069598Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-03-14T03:53:40.7070123Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-03-14T03:53:40.7070639Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-03-14T03:53:40.7071159Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-03-14T03:53:40.7071680Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-03-14T03:53:40.7072197Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-03-14T03:53:40.7072821Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-03-14T03:53:40.7073342Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-03-14T03:53:40.7073841Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-03-14T03:53:40.7074358Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-03-14T03:53:40.7074871Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-03-14T03:53:40.7075376Z * [new branch] gh/angelayi/66/base -> origin/gh/angelayi/66/base 2025-03-14T03:53:40.7508428Z * [new branch] gh/angelayi/66/head -> origin/gh/angelayi/66/head 2025-03-14T03:53:40.7508964Z * [new branch] gh/angelayi/66/orig -> origin/gh/angelayi/66/orig 2025-03-14T03:53:40.7509513Z * [new branch] gh/angelayi/67/base -> origin/gh/angelayi/67/base 2025-03-14T03:53:40.7510205Z * [new branch] gh/angelayi/67/head -> origin/gh/angelayi/67/head 2025-03-14T03:53:40.7510803Z * [new branch] gh/angelayi/67/orig -> origin/gh/angelayi/67/orig 2025-03-14T03:53:40.7511366Z * [new branch] gh/angelayi/68/base -> origin/gh/angelayi/68/base 2025-03-14T03:53:40.7511884Z * [new branch] gh/angelayi/68/head -> origin/gh/angelayi/68/head 2025-03-14T03:53:40.7512406Z * [new branch] gh/angelayi/68/orig -> origin/gh/angelayi/68/orig 2025-03-14T03:53:40.7512923Z * [new branch] gh/angelayi/69/base -> origin/gh/angelayi/69/base 2025-03-14T03:53:40.7513439Z * [new branch] gh/angelayi/69/head -> origin/gh/angelayi/69/head 2025-03-14T03:53:40.7513947Z * [new branch] gh/angelayi/69/orig -> origin/gh/angelayi/69/orig 2025-03-14T03:53:40.7514461Z * [new branch] gh/angelayi/70/base -> origin/gh/angelayi/70/base 2025-03-14T03:53:40.7514974Z * [new branch] gh/angelayi/70/head -> origin/gh/angelayi/70/head 2025-03-14T03:53:40.7515489Z * [new branch] gh/angelayi/70/orig -> origin/gh/angelayi/70/orig 2025-03-14T03:53:40.7516008Z * [new branch] gh/angelayi/71/base -> origin/gh/angelayi/71/base 2025-03-14T03:53:40.7516568Z * [new branch] gh/angelayi/71/head -> origin/gh/angelayi/71/head 2025-03-14T03:53:40.7517161Z * [new branch] gh/angelayi/71/orig -> origin/gh/angelayi/71/orig 2025-03-14T03:53:40.7517668Z * [new branch] gh/angelayi/72/base -> origin/gh/angelayi/72/base 2025-03-14T03:53:40.7518186Z * [new branch] gh/angelayi/72/head -> origin/gh/angelayi/72/head 2025-03-14T03:53:40.7518699Z * [new branch] gh/angelayi/72/orig -> origin/gh/angelayi/72/orig 2025-03-14T03:53:40.7519229Z * [new branch] gh/angelayi/73/base -> origin/gh/angelayi/73/base 2025-03-14T03:53:40.7519747Z * [new branch] gh/angelayi/73/head -> origin/gh/angelayi/73/head 2025-03-14T03:53:40.7520264Z * [new branch] gh/angelayi/73/orig -> origin/gh/angelayi/73/orig 2025-03-14T03:53:40.7520765Z * [new branch] gh/angelayi/74/base -> origin/gh/angelayi/74/base 2025-03-14T03:53:40.7521286Z * [new branch] gh/angelayi/74/head -> origin/gh/angelayi/74/head 2025-03-14T03:53:40.7521790Z * [new branch] gh/angelayi/74/orig -> origin/gh/angelayi/74/orig 2025-03-14T03:53:40.7522288Z * [new branch] gh/angelayi/75/base -> origin/gh/angelayi/75/base 2025-03-14T03:53:40.7522866Z * [new branch] gh/angelayi/75/head -> origin/gh/angelayi/75/head 2025-03-14T03:53:40.7523440Z * [new branch] gh/angelayi/75/orig -> origin/gh/angelayi/75/orig 2025-03-14T03:53:40.7524079Z * [new branch] gh/angelayi/76/base -> origin/gh/angelayi/76/base 2025-03-14T03:53:40.7524598Z * [new branch] gh/angelayi/76/head -> origin/gh/angelayi/76/head 2025-03-14T03:53:40.7525114Z * [new branch] gh/angelayi/76/orig -> origin/gh/angelayi/76/orig 2025-03-14T03:53:40.7525654Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-03-14T03:53:40.7526211Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-03-14T03:53:40.7526766Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-03-14T03:53:40.7527320Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-03-14T03:53:40.7527855Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-03-14T03:53:40.7528454Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-03-14T03:53:40.7529167Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-03-14T03:53:40.7529708Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-03-14T03:53:40.7530242Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-03-14T03:53:40.7530772Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-03-14T03:53:40.7531314Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-03-14T03:53:40.7531855Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-03-14T03:53:40.7532406Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-03-14T03:53:40.7532957Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-03-14T03:53:40.7958681Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-03-14T03:53:40.7959287Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-03-14T03:53:40.7959877Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-03-14T03:53:40.7960426Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-03-14T03:53:40.7960959Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-03-14T03:53:40.7961509Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-03-14T03:53:40.7962056Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-03-14T03:53:40.7962606Z * [new branch] gh/anijain2305/669/base -> origin/gh/anijain2305/669/base 2025-03-14T03:53:40.7963210Z * [new branch] gh/anijain2305/669/head -> origin/gh/anijain2305/669/head 2025-03-14T03:53:40.7963769Z * [new branch] gh/anijain2305/669/orig -> origin/gh/anijain2305/669/orig 2025-03-14T03:53:40.7964341Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-03-14T03:53:40.7964928Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-03-14T03:53:40.7965537Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-03-14T03:53:40.7966165Z * [new branch] gh/anijain2305/677/base -> origin/gh/anijain2305/677/base 2025-03-14T03:53:40.7966791Z * [new branch] gh/anijain2305/677/head -> origin/gh/anijain2305/677/head 2025-03-14T03:53:40.7967419Z * [new branch] gh/anijain2305/677/orig -> origin/gh/anijain2305/677/orig 2025-03-14T03:53:40.7968041Z * [new branch] gh/anijain2305/679/base -> origin/gh/anijain2305/679/base 2025-03-14T03:53:40.7968811Z * [new branch] gh/anijain2305/679/head -> origin/gh/anijain2305/679/head 2025-03-14T03:53:40.7969434Z * [new branch] gh/anijain2305/679/orig -> origin/gh/anijain2305/679/orig 2025-03-14T03:53:40.7970052Z * [new branch] gh/anijain2305/680/base -> origin/gh/anijain2305/680/base 2025-03-14T03:53:40.7970666Z * [new branch] gh/anijain2305/680/head -> origin/gh/anijain2305/680/head 2025-03-14T03:53:40.7971291Z * [new branch] gh/anijain2305/680/orig -> origin/gh/anijain2305/680/orig 2025-03-14T03:53:40.7971901Z * [new branch] gh/anijain2305/681/base -> origin/gh/anijain2305/681/base 2025-03-14T03:53:40.7972495Z * [new branch] gh/anijain2305/681/head -> origin/gh/anijain2305/681/head 2025-03-14T03:53:40.7973066Z * [new branch] gh/anijain2305/681/orig -> origin/gh/anijain2305/681/orig 2025-03-14T03:53:40.7973706Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-03-14T03:53:40.7974253Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-03-14T03:53:40.7974803Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-03-14T03:53:40.7975341Z * [new branch] gh/anijain2305/683/base -> origin/gh/anijain2305/683/base 2025-03-14T03:53:40.7975870Z * [new branch] gh/anijain2305/683/head -> origin/gh/anijain2305/683/head 2025-03-14T03:53:40.7976412Z * [new branch] gh/anijain2305/683/orig -> origin/gh/anijain2305/683/orig 2025-03-14T03:53:40.7976954Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-03-14T03:53:40.7977492Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-03-14T03:53:40.7978026Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-03-14T03:53:40.7978653Z * [new branch] gh/anijain2305/685/base -> origin/gh/anijain2305/685/base 2025-03-14T03:53:40.7979224Z * [new branch] gh/anijain2305/685/head -> origin/gh/anijain2305/685/head 2025-03-14T03:53:40.7979745Z * [new branch] gh/anijain2305/685/orig -> origin/gh/anijain2305/685/orig 2025-03-14T03:53:40.7980287Z * [new branch] gh/anijain2305/686/base -> origin/gh/anijain2305/686/base 2025-03-14T03:53:40.7980823Z * [new branch] gh/anijain2305/686/head -> origin/gh/anijain2305/686/head 2025-03-14T03:53:40.7981357Z * [new branch] gh/anijain2305/686/orig -> origin/gh/anijain2305/686/orig 2025-03-14T03:53:40.7981896Z * [new branch] gh/anijain2305/687/base -> origin/gh/anijain2305/687/base 2025-03-14T03:53:40.7982426Z * [new branch] gh/anijain2305/687/head -> origin/gh/anijain2305/687/head 2025-03-14T03:53:40.7982960Z * [new branch] gh/anijain2305/687/orig -> origin/gh/anijain2305/687/orig 2025-03-14T03:53:40.7983505Z * [new branch] gh/anijain2305/688/base -> origin/gh/anijain2305/688/base 2025-03-14T03:53:40.7984038Z * [new branch] gh/anijain2305/688/head -> origin/gh/anijain2305/688/head 2025-03-14T03:53:40.7984657Z * [new branch] gh/anijain2305/688/orig -> origin/gh/anijain2305/688/orig 2025-03-14T03:53:40.8386786Z * [new branch] gh/anijain2305/689/base -> origin/gh/anijain2305/689/base 2025-03-14T03:53:40.8387348Z * [new branch] gh/anijain2305/689/head -> origin/gh/anijain2305/689/head 2025-03-14T03:53:40.8387888Z * [new branch] gh/anijain2305/689/orig -> origin/gh/anijain2305/689/orig 2025-03-14T03:53:40.8388415Z * [new branch] gh/anijain2305/690/base -> origin/gh/anijain2305/690/base 2025-03-14T03:53:40.8389134Z * [new branch] gh/anijain2305/690/head -> origin/gh/anijain2305/690/head 2025-03-14T03:53:40.8389713Z * [new branch] gh/anijain2305/690/orig -> origin/gh/anijain2305/690/orig 2025-03-14T03:53:40.8390255Z * [new branch] gh/anijain2305/691/base -> origin/gh/anijain2305/691/base 2025-03-14T03:53:40.8390829Z * [new branch] gh/anijain2305/691/head -> origin/gh/anijain2305/691/head 2025-03-14T03:53:40.8391405Z * [new branch] gh/anijain2305/691/orig -> origin/gh/anijain2305/691/orig 2025-03-14T03:53:40.8391935Z * [new branch] gh/anijain2305/692/base -> origin/gh/anijain2305/692/base 2025-03-14T03:53:40.8392458Z * [new branch] gh/anijain2305/692/head -> origin/gh/anijain2305/692/head 2025-03-14T03:53:40.8392994Z * [new branch] gh/anijain2305/692/orig -> origin/gh/anijain2305/692/orig 2025-03-14T03:53:40.8393530Z * [new branch] gh/anijain2305/693/base -> origin/gh/anijain2305/693/base 2025-03-14T03:53:40.8394187Z * [new branch] gh/anijain2305/693/head -> origin/gh/anijain2305/693/head 2025-03-14T03:53:40.8394727Z * [new branch] gh/anijain2305/693/orig -> origin/gh/anijain2305/693/orig 2025-03-14T03:53:40.8395270Z * [new branch] gh/anijain2305/694/base -> origin/gh/anijain2305/694/base 2025-03-14T03:53:40.8395803Z * [new branch] gh/anijain2305/694/head -> origin/gh/anijain2305/694/head 2025-03-14T03:53:40.8396378Z * [new branch] gh/anijain2305/694/orig -> origin/gh/anijain2305/694/orig 2025-03-14T03:53:40.8396953Z * [new branch] gh/anijain2305/695/base -> origin/gh/anijain2305/695/base 2025-03-14T03:53:40.8397477Z * [new branch] gh/anijain2305/695/head -> origin/gh/anijain2305/695/head 2025-03-14T03:53:40.8398010Z * [new branch] gh/anijain2305/695/orig -> origin/gh/anijain2305/695/orig 2025-03-14T03:53:40.8398551Z * [new branch] gh/anijain2305/696/base -> origin/gh/anijain2305/696/base 2025-03-14T03:53:40.8399095Z * [new branch] gh/anijain2305/696/head -> origin/gh/anijain2305/696/head 2025-03-14T03:53:40.8399624Z * [new branch] gh/anijain2305/696/orig -> origin/gh/anijain2305/696/orig 2025-03-14T03:53:40.8400162Z * [new branch] gh/anijain2305/697/base -> origin/gh/anijain2305/697/base 2025-03-14T03:53:40.8400691Z * [new branch] gh/anijain2305/697/head -> origin/gh/anijain2305/697/head 2025-03-14T03:53:40.8401229Z * [new branch] gh/anijain2305/697/orig -> origin/gh/anijain2305/697/orig 2025-03-14T03:53:40.8401760Z * [new branch] gh/anijain2305/698/base -> origin/gh/anijain2305/698/base 2025-03-14T03:53:40.8402334Z * [new branch] gh/anijain2305/698/head -> origin/gh/anijain2305/698/head 2025-03-14T03:53:40.8402898Z * [new branch] gh/anijain2305/698/orig -> origin/gh/anijain2305/698/orig 2025-03-14T03:53:40.8403516Z * [new branch] gh/anijain2305/699/base -> origin/gh/anijain2305/699/base 2025-03-14T03:53:40.8404054Z * [new branch] gh/anijain2305/699/head -> origin/gh/anijain2305/699/head 2025-03-14T03:53:40.8404589Z * [new branch] gh/anijain2305/699/orig -> origin/gh/anijain2305/699/orig 2025-03-14T03:53:40.8405131Z * [new branch] gh/anijain2305/700/base -> origin/gh/anijain2305/700/base 2025-03-14T03:53:40.8405670Z * [new branch] gh/anijain2305/700/head -> origin/gh/anijain2305/700/head 2025-03-14T03:53:40.8406208Z * [new branch] gh/anijain2305/700/orig -> origin/gh/anijain2305/700/orig 2025-03-14T03:53:40.8406733Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-03-14T03:53:40.8407258Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-03-14T03:53:40.8407895Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-03-14T03:53:40.8408469Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-03-14T03:53:40.8409030Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-03-14T03:53:40.8409549Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-03-14T03:53:40.8410049Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-03-14T03:53:40.8410562Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-03-14T03:53:40.8411071Z * [new branch] gh/aorenste/213/base -> origin/gh/aorenste/213/base 2025-03-14T03:53:40.8842422Z * [new branch] gh/aorenste/213/head -> origin/gh/aorenste/213/head 2025-03-14T03:53:40.8843039Z * [new branch] gh/aorenste/213/orig -> origin/gh/aorenste/213/orig 2025-03-14T03:53:40.8843857Z * [new branch] gh/aorenste/214/base -> origin/gh/aorenste/214/base 2025-03-14T03:53:40.8844383Z * [new branch] gh/aorenste/214/head -> origin/gh/aorenste/214/head 2025-03-14T03:53:40.8844888Z * [new branch] gh/aorenste/214/orig -> origin/gh/aorenste/214/orig 2025-03-14T03:53:40.8845399Z * [new branch] gh/aorenste/215/base -> origin/gh/aorenste/215/base 2025-03-14T03:53:40.8845914Z * [new branch] gh/aorenste/215/head -> origin/gh/aorenste/215/head 2025-03-14T03:53:40.8846422Z * [new branch] gh/aorenste/215/orig -> origin/gh/aorenste/215/orig 2025-03-14T03:53:40.8846930Z * [new branch] gh/aorenste/216/base -> origin/gh/aorenste/216/base 2025-03-14T03:53:40.8847437Z * [new branch] gh/aorenste/216/head -> origin/gh/aorenste/216/head 2025-03-14T03:53:40.8847945Z * [new branch] gh/aorenste/216/orig -> origin/gh/aorenste/216/orig 2025-03-14T03:53:40.8848452Z * [new branch] gh/aorenste/217/base -> origin/gh/aorenste/217/base 2025-03-14T03:53:40.8848968Z * [new branch] gh/aorenste/217/head -> origin/gh/aorenste/217/head 2025-03-14T03:53:40.8849491Z * [new branch] gh/aorenste/217/orig -> origin/gh/aorenste/217/orig 2025-03-14T03:53:40.8850003Z * [new branch] gh/aorenste/218/base -> origin/gh/aorenste/218/base 2025-03-14T03:53:40.8850507Z * [new branch] gh/aorenste/218/head -> origin/gh/aorenste/218/head 2025-03-14T03:53:40.8851014Z * [new branch] gh/aorenste/218/orig -> origin/gh/aorenste/218/orig 2025-03-14T03:53:40.8851522Z * [new branch] gh/aorenste/219/base -> origin/gh/aorenste/219/base 2025-03-14T03:53:40.8852040Z * [new branch] gh/aorenste/219/head -> origin/gh/aorenste/219/head 2025-03-14T03:53:40.8852554Z * [new branch] gh/aorenste/219/orig -> origin/gh/aorenste/219/orig 2025-03-14T03:53:40.8853068Z * [new branch] gh/aorenste/220/base -> origin/gh/aorenste/220/base 2025-03-14T03:53:40.8853583Z * [new branch] gh/aorenste/220/head -> origin/gh/aorenste/220/head 2025-03-14T03:53:40.8854090Z * [new branch] gh/aorenste/220/orig -> origin/gh/aorenste/220/orig 2025-03-14T03:53:40.8854590Z * [new branch] gh/aorenste/221/base -> origin/gh/aorenste/221/base 2025-03-14T03:53:40.8855102Z * [new branch] gh/aorenste/221/head -> origin/gh/aorenste/221/head 2025-03-14T03:53:40.8855613Z * [new branch] gh/aorenste/221/orig -> origin/gh/aorenste/221/orig 2025-03-14T03:53:40.8856123Z * [new branch] gh/aorenste/222/base -> origin/gh/aorenste/222/base 2025-03-14T03:53:40.8856633Z * [new branch] gh/aorenste/222/head -> origin/gh/aorenste/222/head 2025-03-14T03:53:40.8857295Z * [new branch] gh/aorenste/222/orig -> origin/gh/aorenste/222/orig 2025-03-14T03:53:40.8857839Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-03-14T03:53:40.8858415Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-03-14T03:53:40.8858997Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-03-14T03:53:40.8859564Z * [new branch] gh/avikchaudhuri/54/base -> origin/gh/avikchaudhuri/54/base 2025-03-14T03:53:40.8860123Z * [new branch] gh/avikchaudhuri/54/head -> origin/gh/avikchaudhuri/54/head 2025-03-14T03:53:40.8860694Z * [new branch] gh/avikchaudhuri/54/orig -> origin/gh/avikchaudhuri/54/orig 2025-03-14T03:53:40.8861260Z * [new branch] gh/avikchaudhuri/55/base -> origin/gh/avikchaudhuri/55/base 2025-03-14T03:53:40.8861823Z * [new branch] gh/avikchaudhuri/55/head -> origin/gh/avikchaudhuri/55/head 2025-03-14T03:53:40.8862479Z * [new branch] gh/avikchaudhuri/55/orig -> origin/gh/avikchaudhuri/55/orig 2025-03-14T03:53:40.8863045Z * [new branch] gh/avikchaudhuri/56/base -> origin/gh/avikchaudhuri/56/base 2025-03-14T03:53:40.8863613Z * [new branch] gh/avikchaudhuri/56/head -> origin/gh/avikchaudhuri/56/head 2025-03-14T03:53:40.8864178Z * [new branch] gh/avikchaudhuri/56/orig -> origin/gh/avikchaudhuri/56/orig 2025-03-14T03:53:40.8864719Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-03-14T03:53:40.8865221Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-03-14T03:53:40.8865736Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-03-14T03:53:40.8866235Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-03-14T03:53:40.8866744Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-03-14T03:53:40.9304336Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-03-14T03:53:40.9304867Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-03-14T03:53:40.9305375Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-03-14T03:53:40.9305873Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-03-14T03:53:40.9306369Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-03-14T03:53:40.9306870Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-03-14T03:53:40.9307378Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-03-14T03:53:40.9307885Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-03-14T03:53:40.9308419Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-03-14T03:53:40.9308913Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-03-14T03:53:40.9309417Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-03-14T03:53:40.9309933Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-03-14T03:53:40.9310432Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-03-14T03:53:40.9310939Z * [new branch] gh/bdhirsh/639/base -> origin/gh/bdhirsh/639/base 2025-03-14T03:53:40.9311443Z * [new branch] gh/bdhirsh/639/head -> origin/gh/bdhirsh/639/head 2025-03-14T03:53:40.9311940Z * [new branch] gh/bdhirsh/639/orig -> origin/gh/bdhirsh/639/orig 2025-03-14T03:53:40.9313149Z * [new branch] gh/bdhirsh/640/base -> origin/gh/bdhirsh/640/base 2025-03-14T03:53:40.9313672Z * [new branch] gh/bdhirsh/640/head -> origin/gh/bdhirsh/640/head 2025-03-14T03:53:40.9314175Z * [new branch] gh/bdhirsh/640/orig -> origin/gh/bdhirsh/640/orig 2025-03-14T03:53:40.9314687Z * [new branch] gh/bdhirsh/641/base -> origin/gh/bdhirsh/641/base 2025-03-14T03:53:40.9315196Z * [new branch] gh/bdhirsh/641/head -> origin/gh/bdhirsh/641/head 2025-03-14T03:53:40.9315693Z * [new branch] gh/bdhirsh/641/orig -> origin/gh/bdhirsh/641/orig 2025-03-14T03:53:40.9316199Z * [new branch] gh/bdhirsh/642/base -> origin/gh/bdhirsh/642/base 2025-03-14T03:53:40.9316698Z * [new branch] gh/bdhirsh/642/head -> origin/gh/bdhirsh/642/head 2025-03-14T03:53:40.9317196Z * [new branch] gh/bdhirsh/642/orig -> origin/gh/bdhirsh/642/orig 2025-03-14T03:53:40.9317695Z * [new branch] gh/bdhirsh/643/base -> origin/gh/bdhirsh/643/base 2025-03-14T03:53:40.9319031Z * [new branch] gh/bdhirsh/643/head -> origin/gh/bdhirsh/643/head 2025-03-14T03:53:40.9319593Z * [new branch] gh/bdhirsh/643/orig -> origin/gh/bdhirsh/643/orig 2025-03-14T03:53:40.9320102Z * [new branch] gh/bdhirsh/644/base -> origin/gh/bdhirsh/644/base 2025-03-14T03:53:40.9320596Z * [new branch] gh/bdhirsh/644/head -> origin/gh/bdhirsh/644/head 2025-03-14T03:53:40.9321096Z * [new branch] gh/bdhirsh/644/orig -> origin/gh/bdhirsh/644/orig 2025-03-14T03:53:40.9321603Z * [new branch] gh/bdhirsh/645/base -> origin/gh/bdhirsh/645/base 2025-03-14T03:53:40.9322118Z * [new branch] gh/bdhirsh/645/head -> origin/gh/bdhirsh/645/head 2025-03-14T03:53:40.9322637Z * [new branch] gh/bdhirsh/645/orig -> origin/gh/bdhirsh/645/orig 2025-03-14T03:53:40.9323281Z * [new branch] gh/bdhirsh/646/base -> origin/gh/bdhirsh/646/base 2025-03-14T03:53:40.9323781Z * [new branch] gh/bdhirsh/646/head -> origin/gh/bdhirsh/646/head 2025-03-14T03:53:40.9324286Z * [new branch] gh/bdhirsh/646/orig -> origin/gh/bdhirsh/646/orig 2025-03-14T03:53:40.9324830Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-03-14T03:53:40.9325418Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-03-14T03:53:40.9325996Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-03-14T03:53:40.9326579Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-03-14T03:53:40.9327153Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-03-14T03:53:40.9327725Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-03-14T03:53:40.9328295Z * [new branch] gh/benjaminglass1/63/base -> origin/gh/benjaminglass1/63/base 2025-03-14T03:53:40.9328868Z * [new branch] gh/benjaminglass1/63/head -> origin/gh/benjaminglass1/63/head 2025-03-14T03:53:40.9329447Z * [new branch] gh/benjaminglass1/63/orig -> origin/gh/benjaminglass1/63/orig 2025-03-14T03:53:40.9747646Z * [new branch] gh/benjaminglass1/64/base -> origin/gh/benjaminglass1/64/base 2025-03-14T03:53:40.9748319Z * [new branch] gh/benjaminglass1/64/head -> origin/gh/benjaminglass1/64/head 2025-03-14T03:53:40.9748921Z * [new branch] gh/benjaminglass1/64/orig -> origin/gh/benjaminglass1/64/orig 2025-03-14T03:53:40.9749522Z * [new branch] gh/benjaminglass1/65/base -> origin/gh/benjaminglass1/65/base 2025-03-14T03:53:40.9750100Z * [new branch] gh/benjaminglass1/65/head -> origin/gh/benjaminglass1/65/head 2025-03-14T03:53:40.9751843Z * [new branch] gh/benjaminglass1/65/orig -> origin/gh/benjaminglass1/65/orig 2025-03-14T03:53:40.9752497Z * [new branch] gh/benjaminglass1/66/base -> origin/gh/benjaminglass1/66/base 2025-03-14T03:53:40.9753098Z * [new branch] gh/benjaminglass1/66/head -> origin/gh/benjaminglass1/66/head 2025-03-14T03:53:40.9753770Z * [new branch] gh/benjaminglass1/66/orig -> origin/gh/benjaminglass1/66/orig 2025-03-14T03:53:40.9754371Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-03-14T03:53:40.9754956Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-03-14T03:53:40.9755534Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-03-14T03:53:40.9756122Z * [new branch] gh/benjaminglass1/68/base -> origin/gh/benjaminglass1/68/base 2025-03-14T03:53:40.9757092Z * [new branch] gh/benjaminglass1/68/head -> origin/gh/benjaminglass1/68/head 2025-03-14T03:53:40.9757742Z * [new branch] gh/benjaminglass1/68/orig -> origin/gh/benjaminglass1/68/orig 2025-03-14T03:53:40.9758871Z * [new branch] gh/benjaminglass1/69/base -> origin/gh/benjaminglass1/69/base 2025-03-14T03:53:40.9759527Z * [new branch] gh/benjaminglass1/69/head -> origin/gh/benjaminglass1/69/head 2025-03-14T03:53:40.9760188Z * [new branch] gh/benjaminglass1/69/orig -> origin/gh/benjaminglass1/69/orig 2025-03-14T03:53:40.9760867Z * [new branch] gh/benjaminglass1/70/base -> origin/gh/benjaminglass1/70/base 2025-03-14T03:53:40.9788763Z * [new branch] gh/benjaminglass1/70/head -> origin/gh/benjaminglass1/70/head 2025-03-14T03:53:40.9789375Z * [new branch] gh/benjaminglass1/70/orig -> origin/gh/benjaminglass1/70/orig 2025-03-14T03:53:40.9789980Z * [new branch] gh/benjaminglass1/71/base -> origin/gh/benjaminglass1/71/base 2025-03-14T03:53:40.9790559Z * [new branch] gh/benjaminglass1/71/head -> origin/gh/benjaminglass1/71/head 2025-03-14T03:53:40.9791137Z * [new branch] gh/benjaminglass1/71/orig -> origin/gh/benjaminglass1/71/orig 2025-03-14T03:53:40.9791712Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-03-14T03:53:40.9792329Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-03-14T03:53:40.9792934Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-03-14T03:53:40.9793499Z * [new branch] gh/benjaminglass1/73/base -> origin/gh/benjaminglass1/73/base 2025-03-14T03:53:40.9794078Z * [new branch] gh/benjaminglass1/73/head -> origin/gh/benjaminglass1/73/head 2025-03-14T03:53:40.9794653Z * [new branch] gh/benjaminglass1/73/orig -> origin/gh/benjaminglass1/73/orig 2025-03-14T03:53:40.9795237Z * [new branch] gh/benjaminglass1/74/base -> origin/gh/benjaminglass1/74/base 2025-03-14T03:53:40.9795809Z * [new branch] gh/benjaminglass1/74/head -> origin/gh/benjaminglass1/74/head 2025-03-14T03:53:40.9796370Z * [new branch] gh/benjaminglass1/74/orig -> origin/gh/benjaminglass1/74/orig 2025-03-14T03:53:40.9796937Z * [new branch] gh/benjaminglass1/75/base -> origin/gh/benjaminglass1/75/base 2025-03-14T03:53:40.9797503Z * [new branch] gh/benjaminglass1/75/head -> origin/gh/benjaminglass1/75/head 2025-03-14T03:53:40.9798149Z * [new branch] gh/benjaminglass1/75/orig -> origin/gh/benjaminglass1/75/orig 2025-03-14T03:53:40.9798722Z * [new branch] gh/benjaminglass1/76/base -> origin/gh/benjaminglass1/76/base 2025-03-14T03:53:40.9799292Z * [new branch] gh/benjaminglass1/76/head -> origin/gh/benjaminglass1/76/head 2025-03-14T03:53:40.9800062Z * [new branch] gh/benjaminglass1/76/orig -> origin/gh/benjaminglass1/76/orig 2025-03-14T03:53:40.9800624Z * [new branch] gh/benjaminglass1/77/base -> origin/gh/benjaminglass1/77/base 2025-03-14T03:53:40.9801194Z * [new branch] gh/benjaminglass1/77/head -> origin/gh/benjaminglass1/77/head 2025-03-14T03:53:40.9801768Z * [new branch] gh/benjaminglass1/77/orig -> origin/gh/benjaminglass1/77/orig 2025-03-14T03:53:40.9802328Z * [new branch] gh/bertmaher/6/base -> origin/gh/bertmaher/6/base 2025-03-14T03:53:40.9802856Z * [new branch] gh/bertmaher/6/head -> origin/gh/bertmaher/6/head 2025-03-14T03:53:41.0201010Z * [new branch] gh/bertmaher/6/orig -> origin/gh/bertmaher/6/orig 2025-03-14T03:53:41.0201617Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-03-14T03:53:41.0202149Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-03-14T03:53:41.0202889Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-03-14T03:53:41.0203505Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-03-14T03:53:41.0204032Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-03-14T03:53:41.0204565Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-03-14T03:53:41.0205094Z * [new branch] gh/bobrenjc93/272/base -> origin/gh/bobrenjc93/272/base 2025-03-14T03:53:41.0205611Z * [new branch] gh/bobrenjc93/272/head -> origin/gh/bobrenjc93/272/head 2025-03-14T03:53:41.0206139Z * [new branch] gh/bobrenjc93/272/orig -> origin/gh/bobrenjc93/272/orig 2025-03-14T03:53:41.0206663Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-03-14T03:53:41.0207195Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-03-14T03:53:41.0207719Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-03-14T03:53:41.0208243Z * [new branch] gh/bobrenjc93/274/base -> origin/gh/bobrenjc93/274/base 2025-03-14T03:53:41.0208768Z * [new branch] gh/bobrenjc93/274/head -> origin/gh/bobrenjc93/274/head 2025-03-14T03:53:41.0209292Z * [new branch] gh/bobrenjc93/274/orig -> origin/gh/bobrenjc93/274/orig 2025-03-14T03:53:41.0209820Z * [new branch] gh/bobrenjc93/275/base -> origin/gh/bobrenjc93/275/base 2025-03-14T03:53:41.0210347Z * [new branch] gh/bobrenjc93/275/head -> origin/gh/bobrenjc93/275/head 2025-03-14T03:53:41.0210867Z * [new branch] gh/bobrenjc93/275/orig -> origin/gh/bobrenjc93/275/orig 2025-03-14T03:53:41.0211392Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-03-14T03:53:41.0211921Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-03-14T03:53:41.0212438Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-03-14T03:53:41.0212958Z * [new branch] gh/bobrenjc93/277/base -> origin/gh/bobrenjc93/277/base 2025-03-14T03:53:41.0213486Z * [new branch] gh/bobrenjc93/277/head -> origin/gh/bobrenjc93/277/head 2025-03-14T03:53:41.0214009Z * [new branch] gh/bobrenjc93/277/orig -> origin/gh/bobrenjc93/277/orig 2025-03-14T03:53:41.0214530Z * [new branch] gh/bobrenjc93/278/base -> origin/gh/bobrenjc93/278/base 2025-03-14T03:53:41.0215057Z * [new branch] gh/bobrenjc93/278/head -> origin/gh/bobrenjc93/278/head 2025-03-14T03:53:41.0215573Z * [new branch] gh/bobrenjc93/278/orig -> origin/gh/bobrenjc93/278/orig 2025-03-14T03:53:41.0216230Z * [new branch] gh/bobrenjc93/279/base -> origin/gh/bobrenjc93/279/base 2025-03-14T03:53:41.0216756Z * [new branch] gh/bobrenjc93/279/head -> origin/gh/bobrenjc93/279/head 2025-03-14T03:53:41.0217289Z * [new branch] gh/bobrenjc93/279/orig -> origin/gh/bobrenjc93/279/orig 2025-03-14T03:53:41.0217825Z * [new branch] gh/bobrenjc93/280/base -> origin/gh/bobrenjc93/280/base 2025-03-14T03:53:41.0218351Z * [new branch] gh/bobrenjc93/280/head -> origin/gh/bobrenjc93/280/head 2025-03-14T03:53:41.0218879Z * [new branch] gh/bobrenjc93/280/orig -> origin/gh/bobrenjc93/280/orig 2025-03-14T03:53:41.0219393Z * [new branch] gh/bobrenjc93/281/base -> origin/gh/bobrenjc93/281/base 2025-03-14T03:53:41.0219922Z * [new branch] gh/bobrenjc93/281/head -> origin/gh/bobrenjc93/281/head 2025-03-14T03:53:41.0220446Z * [new branch] gh/bobrenjc93/281/orig -> origin/gh/bobrenjc93/281/orig 2025-03-14T03:53:41.0221071Z * [new branch] gh/bobrenjc93/282/base -> origin/gh/bobrenjc93/282/base 2025-03-14T03:53:41.0221607Z * [new branch] gh/bobrenjc93/282/head -> origin/gh/bobrenjc93/282/head 2025-03-14T03:53:41.0222134Z * [new branch] gh/bobrenjc93/282/orig -> origin/gh/bobrenjc93/282/orig 2025-03-14T03:53:41.0222654Z * [new branch] gh/bobrenjc93/283/base -> origin/gh/bobrenjc93/283/base 2025-03-14T03:53:41.0223189Z * [new branch] gh/bobrenjc93/283/head -> origin/gh/bobrenjc93/283/head 2025-03-14T03:53:41.0223720Z * [new branch] gh/bobrenjc93/283/orig -> origin/gh/bobrenjc93/283/orig 2025-03-14T03:53:41.0224251Z * [new branch] gh/bobrenjc93/284/base -> origin/gh/bobrenjc93/284/base 2025-03-14T03:53:41.0224776Z * [new branch] gh/bobrenjc93/284/head -> origin/gh/bobrenjc93/284/head 2025-03-14T03:53:41.0225305Z * [new branch] gh/bobrenjc93/284/orig -> origin/gh/bobrenjc93/284/orig 2025-03-14T03:53:41.0633534Z * [new branch] gh/bobrenjc93/285/base -> origin/gh/bobrenjc93/285/base 2025-03-14T03:53:41.0634089Z * [new branch] gh/bobrenjc93/285/head -> origin/gh/bobrenjc93/285/head 2025-03-14T03:53:41.0634628Z * [new branch] gh/bobrenjc93/285/orig -> origin/gh/bobrenjc93/285/orig 2025-03-14T03:53:41.0635166Z * [new branch] gh/bobrenjc93/286/base -> origin/gh/bobrenjc93/286/base 2025-03-14T03:53:41.0635695Z * [new branch] gh/bobrenjc93/286/head -> origin/gh/bobrenjc93/286/head 2025-03-14T03:53:41.0636221Z * [new branch] gh/bobrenjc93/286/orig -> origin/gh/bobrenjc93/286/orig 2025-03-14T03:53:41.0636751Z * [new branch] gh/bobrenjc93/287/base -> origin/gh/bobrenjc93/287/base 2025-03-14T03:53:41.0637266Z * [new branch] gh/bobrenjc93/287/head -> origin/gh/bobrenjc93/287/head 2025-03-14T03:53:41.0637809Z * [new branch] gh/bobrenjc93/287/orig -> origin/gh/bobrenjc93/287/orig 2025-03-14T03:53:41.0638338Z * [new branch] gh/bobrenjc93/288/base -> origin/gh/bobrenjc93/288/base 2025-03-14T03:53:41.0638861Z * [new branch] gh/bobrenjc93/288/head -> origin/gh/bobrenjc93/288/head 2025-03-14T03:53:41.0639399Z * [new branch] gh/bobrenjc93/288/orig -> origin/gh/bobrenjc93/288/orig 2025-03-14T03:53:41.0639946Z * [new branch] gh/bobrenjc93/289/base -> origin/gh/bobrenjc93/289/base 2025-03-14T03:53:41.0640485Z * [new branch] gh/bobrenjc93/289/head -> origin/gh/bobrenjc93/289/head 2025-03-14T03:53:41.0641006Z * [new branch] gh/bobrenjc93/289/orig -> origin/gh/bobrenjc93/289/orig 2025-03-14T03:53:41.0641543Z * [new branch] gh/bobrenjc93/290/base -> origin/gh/bobrenjc93/290/base 2025-03-14T03:53:41.0642243Z * [new branch] gh/bobrenjc93/290/head -> origin/gh/bobrenjc93/290/head 2025-03-14T03:53:41.0642798Z * [new branch] gh/bobrenjc93/290/orig -> origin/gh/bobrenjc93/290/orig 2025-03-14T03:53:41.0643383Z * [new branch] gh/bobrenjc93/291/base -> origin/gh/bobrenjc93/291/base 2025-03-14T03:53:41.0643918Z * [new branch] gh/bobrenjc93/291/head -> origin/gh/bobrenjc93/291/head 2025-03-14T03:53:41.0644437Z * [new branch] gh/bobrenjc93/291/orig -> origin/gh/bobrenjc93/291/orig 2025-03-14T03:53:41.0644976Z * [new branch] gh/bobrenjc93/292/base -> origin/gh/bobrenjc93/292/base 2025-03-14T03:53:41.0645508Z * [new branch] gh/bobrenjc93/292/head -> origin/gh/bobrenjc93/292/head 2025-03-14T03:53:41.0646051Z * [new branch] gh/bobrenjc93/292/orig -> origin/gh/bobrenjc93/292/orig 2025-03-14T03:53:41.0646585Z * [new branch] gh/bobrenjc93/293/base -> origin/gh/bobrenjc93/293/base 2025-03-14T03:53:41.0647240Z * [new branch] gh/bobrenjc93/293/head -> origin/gh/bobrenjc93/293/head 2025-03-14T03:53:41.0647780Z * [new branch] gh/bobrenjc93/293/orig -> origin/gh/bobrenjc93/293/orig 2025-03-14T03:53:41.0648305Z * [new branch] gh/bobrenjc93/294/base -> origin/gh/bobrenjc93/294/base 2025-03-14T03:53:41.0648836Z * [new branch] gh/bobrenjc93/294/head -> origin/gh/bobrenjc93/294/head 2025-03-14T03:53:41.0649376Z * [new branch] gh/bobrenjc93/294/orig -> origin/gh/bobrenjc93/294/orig 2025-03-14T03:53:41.0649916Z * [new branch] gh/bobrenjc93/295/base -> origin/gh/bobrenjc93/295/base 2025-03-14T03:53:41.0650460Z * [new branch] gh/bobrenjc93/295/head -> origin/gh/bobrenjc93/295/head 2025-03-14T03:53:41.0651000Z * [new branch] gh/bobrenjc93/295/orig -> origin/gh/bobrenjc93/295/orig 2025-03-14T03:53:41.0651533Z * [new branch] gh/bobrenjc93/296/base -> origin/gh/bobrenjc93/296/base 2025-03-14T03:53:41.0652075Z * [new branch] gh/bobrenjc93/296/head -> origin/gh/bobrenjc93/296/head 2025-03-14T03:53:41.0652614Z * [new branch] gh/bobrenjc93/296/orig -> origin/gh/bobrenjc93/296/orig 2025-03-14T03:53:41.0653154Z * [new branch] gh/bobrenjc93/297/base -> origin/gh/bobrenjc93/297/base 2025-03-14T03:53:41.0653702Z * [new branch] gh/bobrenjc93/297/head -> origin/gh/bobrenjc93/297/head 2025-03-14T03:53:41.0654247Z * [new branch] gh/bobrenjc93/297/orig -> origin/gh/bobrenjc93/297/orig 2025-03-14T03:53:41.0654776Z * [new branch] gh/bobrenjc93/298/base -> origin/gh/bobrenjc93/298/base 2025-03-14T03:53:41.0655314Z * [new branch] gh/bobrenjc93/298/head -> origin/gh/bobrenjc93/298/head 2025-03-14T03:53:41.0655853Z * [new branch] gh/bobrenjc93/298/orig -> origin/gh/bobrenjc93/298/orig 2025-03-14T03:53:41.0656437Z * [new branch] gh/bobrenjc93/299/base -> origin/gh/bobrenjc93/299/base 2025-03-14T03:53:41.0656996Z * [new branch] gh/bobrenjc93/299/head -> origin/gh/bobrenjc93/299/head 2025-03-14T03:53:41.0657583Z * [new branch] gh/bobrenjc93/299/orig -> origin/gh/bobrenjc93/299/orig 2025-03-14T03:53:41.0658151Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-03-14T03:53:41.1132332Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-03-14T03:53:41.1132887Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-03-14T03:53:41.1133375Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-03-14T03:53:41.1133846Z * [new branch] gh/c00w/37/base -> origin/gh/c00w/37/base 2025-03-14T03:53:41.1134323Z * [new branch] gh/c00w/37/head -> origin/gh/c00w/37/head 2025-03-14T03:53:41.1134994Z * [new branch] gh/c00w/37/orig -> origin/gh/c00w/37/orig 2025-03-14T03:53:41.1135475Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-03-14T03:53:41.1135939Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-03-14T03:53:41.1136422Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-03-14T03:53:41.1136902Z * [new branch] gh/c00w/39/base -> origin/gh/c00w/39/base 2025-03-14T03:53:41.1137375Z * [new branch] gh/c00w/39/head -> origin/gh/c00w/39/head 2025-03-14T03:53:41.1137854Z * [new branch] gh/c00w/39/orig -> origin/gh/c00w/39/orig 2025-03-14T03:53:41.1138334Z * [new branch] gh/c00w/40/base -> origin/gh/c00w/40/base 2025-03-14T03:53:41.1138803Z * [new branch] gh/c00w/40/head -> origin/gh/c00w/40/head 2025-03-14T03:53:41.1139397Z * [new branch] gh/c00w/40/orig -> origin/gh/c00w/40/orig 2025-03-14T03:53:41.1139879Z * [new branch] gh/c00w/41/base -> origin/gh/c00w/41/base 2025-03-14T03:53:41.1140357Z * [new branch] gh/c00w/41/head -> origin/gh/c00w/41/head 2025-03-14T03:53:41.1140834Z * [new branch] gh/c00w/41/orig -> origin/gh/c00w/41/orig 2025-03-14T03:53:41.1141312Z * [new branch] gh/c00w/42/base -> origin/gh/c00w/42/base 2025-03-14T03:53:41.1141778Z * [new branch] gh/c00w/42/head -> origin/gh/c00w/42/head 2025-03-14T03:53:41.1142249Z * [new branch] gh/c00w/42/orig -> origin/gh/c00w/42/orig 2025-03-14T03:53:41.1142726Z * [new branch] gh/c00w/43/base -> origin/gh/c00w/43/base 2025-03-14T03:53:41.1143195Z * [new branch] gh/c00w/43/head -> origin/gh/c00w/43/head 2025-03-14T03:53:41.1143679Z * [new branch] gh/c00w/43/orig -> origin/gh/c00w/43/orig 2025-03-14T03:53:41.1144152Z * [new branch] gh/c00w/44/base -> origin/gh/c00w/44/base 2025-03-14T03:53:41.1144610Z * [new branch] gh/c00w/44/head -> origin/gh/c00w/44/head 2025-03-14T03:53:41.1145106Z * [new branch] gh/c00w/44/orig -> origin/gh/c00w/44/orig 2025-03-14T03:53:41.1145584Z * [new branch] gh/c00w/45/base -> origin/gh/c00w/45/base 2025-03-14T03:53:41.1146060Z * [new branch] gh/c00w/45/head -> origin/gh/c00w/45/head 2025-03-14T03:53:41.1146530Z * [new branch] gh/c00w/45/orig -> origin/gh/c00w/45/orig 2025-03-14T03:53:41.1147041Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-03-14T03:53:41.1147567Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-03-14T03:53:41.1148100Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-03-14T03:53:41.1148636Z * [new branch] gh/chenyang78/2/base -> origin/gh/chenyang78/2/base 2025-03-14T03:53:41.1149167Z * [new branch] gh/chenyang78/2/head -> origin/gh/chenyang78/2/head 2025-03-14T03:53:41.1149693Z * [new branch] gh/chenyang78/2/orig -> origin/gh/chenyang78/2/orig 2025-03-14T03:53:41.1150218Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-03-14T03:53:41.1150734Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-03-14T03:53:41.1151239Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-03-14T03:53:41.1151757Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-03-14T03:53:41.1152382Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-03-14T03:53:41.1152915Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-03-14T03:53:41.1153438Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-03-14T03:53:41.1153959Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-03-14T03:53:41.1154473Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-03-14T03:53:41.1154990Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-03-14T03:53:41.1155528Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-03-14T03:53:41.1156045Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-03-14T03:53:41.1584492Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-03-14T03:53:41.1585129Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-03-14T03:53:41.1585833Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-03-14T03:53:41.1586360Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-03-14T03:53:41.1586876Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-03-14T03:53:41.1587386Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-03-14T03:53:41.1587891Z * [new branch] gh/clee2000/2/base -> origin/gh/clee2000/2/base 2025-03-14T03:53:41.1588386Z * [new branch] gh/clee2000/2/head -> origin/gh/clee2000/2/head 2025-03-14T03:53:41.1588898Z * [new branch] gh/clee2000/2/orig -> origin/gh/clee2000/2/orig 2025-03-14T03:53:41.1589398Z * [new branch] gh/clee2000/3/base -> origin/gh/clee2000/3/base 2025-03-14T03:53:41.1589904Z * [new branch] gh/clee2000/3/head -> origin/gh/clee2000/3/head 2025-03-14T03:53:41.1590418Z * [new branch] gh/clee2000/3/orig -> origin/gh/clee2000/3/orig 2025-03-14T03:53:41.1590953Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-03-14T03:53:41.1591529Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-03-14T03:53:41.1592095Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-03-14T03:53:41.1592651Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-03-14T03:53:41.1593212Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-03-14T03:53:41.1593765Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-03-14T03:53:41.1594337Z * [new branch] gh/davidberard98/338/base -> origin/gh/davidberard98/338/base 2025-03-14T03:53:41.1594904Z * [new branch] gh/davidberard98/338/head -> origin/gh/davidberard98/338/head 2025-03-14T03:53:41.1595463Z * [new branch] gh/davidberard98/338/orig -> origin/gh/davidberard98/338/orig 2025-03-14T03:53:41.1596026Z * [new branch] gh/davidberard98/339/base -> origin/gh/davidberard98/339/base 2025-03-14T03:53:41.1596591Z * [new branch] gh/davidberard98/339/head -> origin/gh/davidberard98/339/head 2025-03-14T03:53:41.1597145Z * [new branch] gh/davidberard98/339/orig -> origin/gh/davidberard98/339/orig 2025-03-14T03:53:41.1597712Z * [new branch] gh/davidberard98/340/base -> origin/gh/davidberard98/340/base 2025-03-14T03:53:41.1598269Z * [new branch] gh/davidberard98/340/head -> origin/gh/davidberard98/340/head 2025-03-14T03:53:41.1598834Z * [new branch] gh/davidberard98/340/orig -> origin/gh/davidberard98/340/orig 2025-03-14T03:53:41.1599528Z * [new branch] gh/davidberard98/341/base -> origin/gh/davidberard98/341/base 2025-03-14T03:53:41.1600088Z * [new branch] gh/davidberard98/341/head -> origin/gh/davidberard98/341/head 2025-03-14T03:53:41.1600644Z * [new branch] gh/davidberard98/341/orig -> origin/gh/davidberard98/341/orig 2025-03-14T03:53:41.1601208Z * [new branch] gh/davidberard98/342/base -> origin/gh/davidberard98/342/base 2025-03-14T03:53:41.1601770Z * [new branch] gh/davidberard98/342/head -> origin/gh/davidberard98/342/head 2025-03-14T03:53:41.1602334Z * [new branch] gh/davidberard98/342/orig -> origin/gh/davidberard98/342/orig 2025-03-14T03:53:41.1602898Z * [new branch] gh/davidberard98/343/base -> origin/gh/davidberard98/343/base 2025-03-14T03:53:41.1603544Z * [new branch] gh/davidberard98/343/head -> origin/gh/davidberard98/343/head 2025-03-14T03:53:41.1604207Z * [new branch] gh/davidberard98/343/orig -> origin/gh/davidberard98/343/orig 2025-03-14T03:53:41.1604771Z * [new branch] gh/davidberard98/344/base -> origin/gh/davidberard98/344/base 2025-03-14T03:53:41.1605339Z * [new branch] gh/davidberard98/344/head -> origin/gh/davidberard98/344/head 2025-03-14T03:53:41.1605901Z * [new branch] gh/davidberard98/344/orig -> origin/gh/davidberard98/344/orig 2025-03-14T03:53:41.1606464Z * [new branch] gh/davidberard98/345/base -> origin/gh/davidberard98/345/base 2025-03-14T03:53:41.1607029Z * [new branch] gh/davidberard98/345/head -> origin/gh/davidberard98/345/head 2025-03-14T03:53:41.1607588Z * [new branch] gh/davidberard98/345/orig -> origin/gh/davidberard98/345/orig 2025-03-14T03:53:41.1608144Z * [new branch] gh/davidberard98/346/base -> origin/gh/davidberard98/346/base 2025-03-14T03:53:41.1608713Z * [new branch] gh/davidberard98/346/head -> origin/gh/davidberard98/346/head 2025-03-14T03:53:41.1609279Z * [new branch] gh/davidberard98/346/orig -> origin/gh/davidberard98/346/orig 2025-03-14T03:53:41.2031918Z * [new branch] gh/desertfire/531/base -> origin/gh/desertfire/531/base 2025-03-14T03:53:41.2032513Z * [new branch] gh/desertfire/531/head -> origin/gh/desertfire/531/head 2025-03-14T03:53:41.2033061Z * [new branch] gh/desertfire/531/orig -> origin/gh/desertfire/531/orig 2025-03-14T03:53:41.2033606Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-03-14T03:53:41.2034132Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-03-14T03:53:41.2034660Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-03-14T03:53:41.2035197Z * [new branch] gh/desertfire/539/base -> origin/gh/desertfire/539/base 2025-03-14T03:53:41.2035759Z * [new branch] gh/desertfire/539/head -> origin/gh/desertfire/539/head 2025-03-14T03:53:41.2036291Z * [new branch] gh/desertfire/539/orig -> origin/gh/desertfire/539/orig 2025-03-14T03:53:41.2036831Z * [new branch] gh/desertfire/540/base -> origin/gh/desertfire/540/base 2025-03-14T03:53:41.2037364Z * [new branch] gh/desertfire/540/head -> origin/gh/desertfire/540/head 2025-03-14T03:53:41.2037947Z * [new branch] gh/desertfire/540/orig -> origin/gh/desertfire/540/orig 2025-03-14T03:53:41.2038563Z * [new branch] gh/desertfire/541/base -> origin/gh/desertfire/541/base 2025-03-14T03:53:41.2039091Z * [new branch] gh/desertfire/541/head -> origin/gh/desertfire/541/head 2025-03-14T03:53:41.2039636Z * [new branch] gh/desertfire/541/orig -> origin/gh/desertfire/541/orig 2025-03-14T03:53:41.2040365Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-03-14T03:53:41.2040908Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-03-14T03:53:41.2041427Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-03-14T03:53:41.2041957Z * [new branch] gh/desertfire/543/base -> origin/gh/desertfire/543/base 2025-03-14T03:53:41.2042491Z * [new branch] gh/desertfire/543/head -> origin/gh/desertfire/543/head 2025-03-14T03:53:41.2043022Z * [new branch] gh/desertfire/543/orig -> origin/gh/desertfire/543/orig 2025-03-14T03:53:41.2043629Z * [new branch] gh/desertfire/544/base -> origin/gh/desertfire/544/base 2025-03-14T03:53:41.2044167Z * [new branch] gh/desertfire/544/head -> origin/gh/desertfire/544/head 2025-03-14T03:53:41.2044707Z * [new branch] gh/desertfire/544/orig -> origin/gh/desertfire/544/orig 2025-03-14T03:53:41.2045362Z * [new branch] gh/desertfire/545/base -> origin/gh/desertfire/545/base 2025-03-14T03:53:41.2045911Z * [new branch] gh/desertfire/545/head -> origin/gh/desertfire/545/head 2025-03-14T03:53:41.2046451Z * [new branch] gh/desertfire/545/orig -> origin/gh/desertfire/545/orig 2025-03-14T03:53:41.2046995Z * [new branch] gh/desertfire/546/base -> origin/gh/desertfire/546/base 2025-03-14T03:53:41.2047543Z * [new branch] gh/desertfire/546/head -> origin/gh/desertfire/546/head 2025-03-14T03:53:41.2048089Z * [new branch] gh/desertfire/546/orig -> origin/gh/desertfire/546/orig 2025-03-14T03:53:41.2048620Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-03-14T03:53:41.2049150Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-03-14T03:53:41.2049682Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-03-14T03:53:41.2050231Z * [new branch] gh/desertfire/548/base -> origin/gh/desertfire/548/base 2025-03-14T03:53:41.2050764Z * [new branch] gh/desertfire/548/head -> origin/gh/desertfire/548/head 2025-03-14T03:53:41.2051293Z * [new branch] gh/desertfire/548/orig -> origin/gh/desertfire/548/orig 2025-03-14T03:53:41.2051820Z * [new branch] gh/desertfire/549/base -> origin/gh/desertfire/549/base 2025-03-14T03:53:41.2052356Z * [new branch] gh/desertfire/549/head -> origin/gh/desertfire/549/head 2025-03-14T03:53:41.2052888Z * [new branch] gh/desertfire/549/orig -> origin/gh/desertfire/549/orig 2025-03-14T03:53:41.2053428Z * [new branch] gh/desertfire/550/base -> origin/gh/desertfire/550/base 2025-03-14T03:53:41.2053961Z * [new branch] gh/desertfire/550/head -> origin/gh/desertfire/550/head 2025-03-14T03:53:41.2054503Z * [new branch] gh/desertfire/550/orig -> origin/gh/desertfire/550/orig 2025-03-14T03:53:41.2055039Z * [new branch] gh/desertfire/551/base -> origin/gh/desertfire/551/base 2025-03-14T03:53:41.2055565Z * [new branch] gh/desertfire/551/head -> origin/gh/desertfire/551/head 2025-03-14T03:53:41.2056097Z * [new branch] gh/desertfire/551/orig -> origin/gh/desertfire/551/orig 2025-03-14T03:53:41.2476004Z * [new branch] gh/desertfire/552/base -> origin/gh/desertfire/552/base 2025-03-14T03:53:41.2476568Z * [new branch] gh/desertfire/552/head -> origin/gh/desertfire/552/head 2025-03-14T03:53:41.2477109Z * [new branch] gh/desertfire/552/orig -> origin/gh/desertfire/552/orig 2025-03-14T03:53:41.2477660Z * [new branch] gh/desertfire/553/base -> origin/gh/desertfire/553/base 2025-03-14T03:53:41.2478195Z * [new branch] gh/desertfire/553/head -> origin/gh/desertfire/553/head 2025-03-14T03:53:41.2478902Z * [new branch] gh/desertfire/553/orig -> origin/gh/desertfire/553/orig 2025-03-14T03:53:41.2479441Z * [new branch] gh/desertfire/554/base -> origin/gh/desertfire/554/base 2025-03-14T03:53:41.2480027Z * [new branch] gh/desertfire/554/head -> origin/gh/desertfire/554/head 2025-03-14T03:53:41.2480660Z * [new branch] gh/desertfire/554/orig -> origin/gh/desertfire/554/orig 2025-03-14T03:53:41.2481185Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-03-14T03:53:41.2481693Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-03-14T03:53:41.2482193Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-03-14T03:53:41.2482692Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-03-14T03:53:41.2483323Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-03-14T03:53:41.2483951Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-03-14T03:53:41.2484453Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-03-14T03:53:41.2484962Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-03-14T03:53:41.2485462Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-03-14T03:53:41.2486053Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-03-14T03:53:41.2486647Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-03-14T03:53:41.2487236Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-03-14T03:53:41.2487784Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-03-14T03:53:41.2488387Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-03-14T03:53:41.2488988Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-03-14T03:53:41.2489573Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-03-14T03:53:41.2490157Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-03-14T03:53:41.2490704Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-03-14T03:53:41.2491298Z * [new branch] gh/drisspg/123/base -> origin/gh/drisspg/123/base 2025-03-14T03:53:41.2491893Z * [new branch] gh/drisspg/123/head -> origin/gh/drisspg/123/head 2025-03-14T03:53:41.2492486Z * [new branch] gh/drisspg/123/orig -> origin/gh/drisspg/123/orig 2025-03-14T03:53:41.2493066Z * [new branch] gh/drisspg/125/base -> origin/gh/drisspg/125/base 2025-03-14T03:53:41.2493629Z * [new branch] gh/drisspg/125/head -> origin/gh/drisspg/125/head 2025-03-14T03:53:41.2494220Z * [new branch] gh/drisspg/125/orig -> origin/gh/drisspg/125/orig 2025-03-14T03:53:41.2494814Z * [new branch] gh/drisspg/126/base -> origin/gh/drisspg/126/base 2025-03-14T03:53:41.2495406Z * [new branch] gh/drisspg/126/head -> origin/gh/drisspg/126/head 2025-03-14T03:53:41.2495991Z * [new branch] gh/drisspg/126/orig -> origin/gh/drisspg/126/orig 2025-03-14T03:53:41.2496526Z * [new branch] gh/drisspg/127/base -> origin/gh/drisspg/127/base 2025-03-14T03:53:41.2497111Z * [new branch] gh/drisspg/127/head -> origin/gh/drisspg/127/head 2025-03-14T03:53:41.2497705Z * [new branch] gh/drisspg/127/orig -> origin/gh/drisspg/127/orig 2025-03-14T03:53:41.2498409Z * [new branch] gh/drisspg/128/base -> origin/gh/drisspg/128/base 2025-03-14T03:53:41.2499010Z * [new branch] gh/drisspg/128/head -> origin/gh/drisspg/128/head 2025-03-14T03:53:41.2499601Z * [new branch] gh/drisspg/128/orig -> origin/gh/drisspg/128/orig 2025-03-14T03:53:41.2500191Z * [new branch] gh/drisspg/129/base -> origin/gh/drisspg/129/base 2025-03-14T03:53:41.2500733Z * [new branch] gh/drisspg/129/head -> origin/gh/drisspg/129/head 2025-03-14T03:53:41.2501322Z * [new branch] gh/drisspg/129/orig -> origin/gh/drisspg/129/orig 2025-03-14T03:53:41.2501829Z * [new branch] gh/drisspg/130/base -> origin/gh/drisspg/130/base 2025-03-14T03:53:41.2502334Z * [new branch] gh/drisspg/130/head -> origin/gh/drisspg/130/head 2025-03-14T03:53:41.3947305Z * [new branch] gh/drisspg/130/orig -> origin/gh/drisspg/130/orig 2025-03-14T03:53:41.3947910Z * [new branch] gh/drisspg/131/base -> origin/gh/drisspg/131/base 2025-03-14T03:53:41.3948653Z * [new branch] gh/drisspg/131/head -> origin/gh/drisspg/131/head 2025-03-14T03:53:41.3949223Z * [new branch] gh/drisspg/131/orig -> origin/gh/drisspg/131/orig 2025-03-14T03:53:41.3949759Z * [new branch] gh/drisspg/132/base -> origin/gh/drisspg/132/base 2025-03-14T03:53:41.3950258Z * [new branch] gh/drisspg/132/head -> origin/gh/drisspg/132/head 2025-03-14T03:53:41.3950769Z * [new branch] gh/drisspg/132/orig -> origin/gh/drisspg/132/orig 2025-03-14T03:53:41.3951275Z * [new branch] gh/drisspg/133/base -> origin/gh/drisspg/133/base 2025-03-14T03:53:41.3951778Z * [new branch] gh/drisspg/133/head -> origin/gh/drisspg/133/head 2025-03-14T03:53:41.3952279Z * [new branch] gh/drisspg/133/orig -> origin/gh/drisspg/133/orig 2025-03-14T03:53:41.3952786Z * [new branch] gh/drisspg/134/base -> origin/gh/drisspg/134/base 2025-03-14T03:53:41.3953284Z * [new branch] gh/drisspg/134/head -> origin/gh/drisspg/134/head 2025-03-14T03:53:41.3953780Z * [new branch] gh/drisspg/134/orig -> origin/gh/drisspg/134/orig 2025-03-14T03:53:41.3954281Z * [new branch] gh/drisspg/135/base -> origin/gh/drisspg/135/base 2025-03-14T03:53:41.3954780Z * [new branch] gh/drisspg/135/head -> origin/gh/drisspg/135/head 2025-03-14T03:53:41.3955358Z * [new branch] gh/drisspg/135/orig -> origin/gh/drisspg/135/orig 2025-03-14T03:53:41.3955874Z * [new branch] gh/drisspg/136/base -> origin/gh/drisspg/136/base 2025-03-14T03:53:41.3956377Z * [new branch] gh/drisspg/136/head -> origin/gh/drisspg/136/head 2025-03-14T03:53:41.3956882Z * [new branch] gh/drisspg/136/orig -> origin/gh/drisspg/136/orig 2025-03-14T03:53:41.3957395Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-03-14T03:53:41.3957893Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-03-14T03:53:41.3958393Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-03-14T03:53:41.3958889Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-03-14T03:53:41.3959377Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-03-14T03:53:41.3959875Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-03-14T03:53:41.3960380Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-03-14T03:53:41.3960930Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-03-14T03:53:41.3961474Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-03-14T03:53:41.3962149Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-03-14T03:53:41.3962662Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-03-14T03:53:41.3963263Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-03-14T03:53:41.3963788Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-03-14T03:53:41.3964304Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-03-14T03:53:41.3964821Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-03-14T03:53:41.3965334Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-03-14T03:53:41.3965834Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-03-14T03:53:41.3966346Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-03-14T03:53:41.3967044Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-03-14T03:53:41.3967562Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-03-14T03:53:41.3968076Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-03-14T03:53:41.3968594Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-03-14T03:53:41.3969109Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-03-14T03:53:41.3969618Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-03-14T03:53:41.3970134Z * [new branch] gh/eellison/759/base -> origin/gh/eellison/759/base 2025-03-14T03:53:41.3970652Z * [new branch] gh/eellison/759/head -> origin/gh/eellison/759/head 2025-03-14T03:53:41.3971190Z * [new branch] gh/eellison/759/orig -> origin/gh/eellison/759/orig 2025-03-14T03:53:41.3971703Z * [new branch] gh/eellison/760/base -> origin/gh/eellison/760/base 2025-03-14T03:53:41.4388890Z * [new branch] gh/eellison/760/head -> origin/gh/eellison/760/head 2025-03-14T03:53:41.4389500Z * [new branch] gh/eellison/760/orig -> origin/gh/eellison/760/orig 2025-03-14T03:53:41.4390023Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-03-14T03:53:41.4390537Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-03-14T03:53:41.4391065Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-03-14T03:53:41.4391615Z * [new branch] gh/eellison/762/base -> origin/gh/eellison/762/base 2025-03-14T03:53:41.4392157Z * [new branch] gh/eellison/762/head -> origin/gh/eellison/762/head 2025-03-14T03:53:41.4392706Z * [new branch] gh/eellison/762/orig -> origin/gh/eellison/762/orig 2025-03-14T03:53:41.4393208Z * [new branch] gh/eellison/763/base -> origin/gh/eellison/763/base 2025-03-14T03:53:41.4393716Z * [new branch] gh/eellison/763/head -> origin/gh/eellison/763/head 2025-03-14T03:53:41.4394224Z * [new branch] gh/eellison/763/orig -> origin/gh/eellison/763/orig 2025-03-14T03:53:41.4394733Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-03-14T03:53:41.4395238Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-03-14T03:53:41.4395748Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-03-14T03:53:41.4396251Z * [new branch] gh/eellison/765/base -> origin/gh/eellison/765/base 2025-03-14T03:53:41.4396954Z * [new branch] gh/eellison/765/head -> origin/gh/eellison/765/head 2025-03-14T03:53:41.4397517Z * [new branch] gh/eellison/765/orig -> origin/gh/eellison/765/orig 2025-03-14T03:53:41.4398062Z * [new branch] gh/eellison/766/base -> origin/gh/eellison/766/base 2025-03-14T03:53:41.4398572Z * [new branch] gh/eellison/766/head -> origin/gh/eellison/766/head 2025-03-14T03:53:41.4399081Z * [new branch] gh/eellison/766/orig -> origin/gh/eellison/766/orig 2025-03-14T03:53:41.4399588Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-03-14T03:53:41.4400082Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-03-14T03:53:41.4400589Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-03-14T03:53:41.4401093Z * [new branch] gh/eellison/768/base -> origin/gh/eellison/768/base 2025-03-14T03:53:41.4401723Z * [new branch] gh/eellison/768/head -> origin/gh/eellison/768/head 2025-03-14T03:53:41.4402235Z * [new branch] gh/eellison/768/orig -> origin/gh/eellison/768/orig 2025-03-14T03:53:41.4402747Z * [new branch] gh/eellison/769/base -> origin/gh/eellison/769/base 2025-03-14T03:53:41.4403381Z * [new branch] gh/eellison/769/head -> origin/gh/eellison/769/head 2025-03-14T03:53:41.4403927Z * [new branch] gh/eellison/769/orig -> origin/gh/eellison/769/orig 2025-03-14T03:53:41.4404442Z * [new branch] gh/eellison/770/base -> origin/gh/eellison/770/base 2025-03-14T03:53:41.4404989Z * [new branch] gh/eellison/770/head -> origin/gh/eellison/770/head 2025-03-14T03:53:41.4405497Z * [new branch] gh/eellison/770/orig -> origin/gh/eellison/770/orig 2025-03-14T03:53:41.4406001Z * [new branch] gh/eellison/771/base -> origin/gh/eellison/771/base 2025-03-14T03:53:41.4406514Z * [new branch] gh/eellison/771/head -> origin/gh/eellison/771/head 2025-03-14T03:53:41.4407022Z * [new branch] gh/eellison/771/orig -> origin/gh/eellison/771/orig 2025-03-14T03:53:41.4407521Z * [new branch] gh/etaf/100/base -> origin/gh/etaf/100/base 2025-03-14T03:53:41.4408005Z * [new branch] gh/etaf/100/head -> origin/gh/etaf/100/head 2025-03-14T03:53:41.4408476Z * [new branch] gh/etaf/100/orig -> origin/gh/etaf/100/orig 2025-03-14T03:53:41.4408990Z * [new branch] gh/etaf/101/base -> origin/gh/etaf/101/base 2025-03-14T03:53:41.4409492Z * [new branch] gh/etaf/101/head -> origin/gh/etaf/101/head 2025-03-14T03:53:41.4409964Z * [new branch] gh/etaf/101/orig -> origin/gh/etaf/101/orig 2025-03-14T03:53:41.4410443Z * [new branch] gh/etaf/102/base -> origin/gh/etaf/102/base 2025-03-14T03:53:41.4410914Z * [new branch] gh/etaf/102/head -> origin/gh/etaf/102/head 2025-03-14T03:53:41.4411383Z * [new branch] gh/etaf/102/orig -> origin/gh/etaf/102/orig 2025-03-14T03:53:41.4411852Z * [new branch] gh/etaf/103/base -> origin/gh/etaf/103/base 2025-03-14T03:53:41.4412319Z * [new branch] gh/etaf/103/head -> origin/gh/etaf/103/head 2025-03-14T03:53:41.4412777Z * [new branch] gh/etaf/103/orig -> origin/gh/etaf/103/orig 2025-03-14T03:53:41.4984075Z * [new branch] gh/etaf/104/base -> origin/gh/etaf/104/base 2025-03-14T03:53:41.4984676Z * [new branch] gh/etaf/104/head -> origin/gh/etaf/104/head 2025-03-14T03:53:41.4985207Z * [new branch] gh/etaf/104/orig -> origin/gh/etaf/104/orig 2025-03-14T03:53:41.4985912Z * [new branch] gh/etaf/105/base -> origin/gh/etaf/105/base 2025-03-14T03:53:41.4986411Z * [new branch] gh/etaf/105/head -> origin/gh/etaf/105/head 2025-03-14T03:53:41.4986878Z * [new branch] gh/etaf/105/orig -> origin/gh/etaf/105/orig 2025-03-14T03:53:41.4987358Z * [new branch] gh/etaf/106/base -> origin/gh/etaf/106/base 2025-03-14T03:53:41.4987834Z * [new branch] gh/etaf/106/head -> origin/gh/etaf/106/head 2025-03-14T03:53:41.4988307Z * [new branch] gh/etaf/106/orig -> origin/gh/etaf/106/orig 2025-03-14T03:53:41.4988775Z * [new branch] gh/etaf/107/base -> origin/gh/etaf/107/base 2025-03-14T03:53:41.4989292Z * [new branch] gh/etaf/107/head -> origin/gh/etaf/107/head 2025-03-14T03:53:41.4989761Z * [new branch] gh/etaf/107/orig -> origin/gh/etaf/107/orig 2025-03-14T03:53:41.4990285Z * [new branch] gh/etaf/108/base -> origin/gh/etaf/108/base 2025-03-14T03:53:41.4990957Z * [new branch] gh/etaf/108/head -> origin/gh/etaf/108/head 2025-03-14T03:53:41.4991443Z * [new branch] gh/etaf/108/orig -> origin/gh/etaf/108/orig 2025-03-14T03:53:41.4991920Z * [new branch] gh/etaf/109/base -> origin/gh/etaf/109/base 2025-03-14T03:53:41.4992399Z * [new branch] gh/etaf/109/head -> origin/gh/etaf/109/head 2025-03-14T03:53:41.4992876Z * [new branch] gh/etaf/109/orig -> origin/gh/etaf/109/orig 2025-03-14T03:53:41.4993345Z * [new branch] gh/etaf/110/base -> origin/gh/etaf/110/base 2025-03-14T03:53:41.4993817Z * [new branch] gh/etaf/110/head -> origin/gh/etaf/110/head 2025-03-14T03:53:41.4994284Z * [new branch] gh/etaf/110/orig -> origin/gh/etaf/110/orig 2025-03-14T03:53:41.4994764Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-03-14T03:53:41.4995241Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-03-14T03:53:41.4995707Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-03-14T03:53:41.4996218Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-03-14T03:53:41.4996725Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-03-14T03:53:41.4997196Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-03-14T03:53:41.4997663Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-03-14T03:53:41.4998135Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-03-14T03:53:41.4998600Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-03-14T03:53:41.4999082Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-03-14T03:53:41.4999592Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-03-14T03:53:41.5000060Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-03-14T03:53:41.5000524Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-03-14T03:53:41.5000984Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-03-14T03:53:41.5001446Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-03-14T03:53:41.5001947Z * [new branch] gh/etaf/96/base -> origin/gh/etaf/96/base 2025-03-14T03:53:41.5002500Z * [new branch] gh/etaf/96/head -> origin/gh/etaf/96/head 2025-03-14T03:53:41.5003098Z * [new branch] gh/etaf/96/orig -> origin/gh/etaf/96/orig 2025-03-14T03:53:41.5003628Z * [new branch] gh/etaf/97/base -> origin/gh/etaf/97/base 2025-03-14T03:53:41.5004304Z * [new branch] gh/etaf/97/head -> origin/gh/etaf/97/head 2025-03-14T03:53:41.5004862Z * [new branch] gh/etaf/97/orig -> origin/gh/etaf/97/orig 2025-03-14T03:53:41.5005402Z * [new branch] gh/etaf/98/base -> origin/gh/etaf/98/base 2025-03-14T03:53:41.5005912Z * [new branch] gh/etaf/98/head -> origin/gh/etaf/98/head 2025-03-14T03:53:41.5006462Z * [new branch] gh/etaf/98/orig -> origin/gh/etaf/98/orig 2025-03-14T03:53:41.5006961Z * [new branch] gh/etaf/99/base -> origin/gh/etaf/99/base 2025-03-14T03:53:41.5007514Z * [new branch] gh/etaf/99/head -> origin/gh/etaf/99/head 2025-03-14T03:53:41.5008063Z * [new branch] gh/etaf/99/orig -> origin/gh/etaf/99/orig 2025-03-14T03:53:41.5008603Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-03-14T03:53:41.5599729Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-03-14T03:53:41.5600362Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-03-14T03:53:41.5600910Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-03-14T03:53:41.5601460Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-03-14T03:53:41.5601977Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-03-14T03:53:41.5602476Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-03-14T03:53:41.5602975Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-03-14T03:53:41.5603537Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-03-14T03:53:41.5604040Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-03-14T03:53:41.5604546Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-03-14T03:53:41.5605045Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-03-14T03:53:41.5605537Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-03-14T03:53:41.5606031Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-03-14T03:53:41.5606520Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-03-14T03:53:41.5607006Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-03-14T03:53:41.5607507Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-03-14T03:53:41.5608000Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-03-14T03:53:41.5608499Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-03-14T03:53:41.5608999Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-03-14T03:53:41.5609491Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-03-14T03:53:41.5609986Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-03-14T03:53:41.5610486Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-03-14T03:53:41.5610978Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-03-14T03:53:41.5611471Z * [new branch] gh/fadara01/2/base -> origin/gh/fadara01/2/base 2025-03-14T03:53:41.5611968Z * [new branch] gh/fadara01/2/head -> origin/gh/fadara01/2/head 2025-03-14T03:53:41.5612459Z * [new branch] gh/fadara01/2/orig -> origin/gh/fadara01/2/orig 2025-03-14T03:53:41.5613095Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-03-14T03:53:41.5613584Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-03-14T03:53:41.5614086Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-03-14T03:53:41.5614584Z * [new branch] gh/fadara01/4/base -> origin/gh/fadara01/4/base 2025-03-14T03:53:41.5615077Z * [new branch] gh/fadara01/4/head -> origin/gh/fadara01/4/head 2025-03-14T03:53:41.5615571Z * [new branch] gh/fadara01/4/orig -> origin/gh/fadara01/4/orig 2025-03-14T03:53:41.5616050Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-03-14T03:53:41.5616545Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-03-14T03:53:41.5617033Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-03-14T03:53:41.5617616Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-03-14T03:53:41.5618116Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-03-14T03:53:41.5618617Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-03-14T03:53:41.5619102Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-03-14T03:53:41.5619583Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-03-14T03:53:41.5620077Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-03-14T03:53:41.5620583Z * [new branch] gh/fduwjj/111/base -> origin/gh/fduwjj/111/base 2025-03-14T03:53:41.5621075Z * [new branch] gh/fduwjj/111/head -> origin/gh/fduwjj/111/head 2025-03-14T03:53:41.5621570Z * [new branch] gh/fduwjj/111/orig -> origin/gh/fduwjj/111/orig 2025-03-14T03:53:41.5622068Z * [new branch] gh/fduwjj/112/base -> origin/gh/fduwjj/112/base 2025-03-14T03:53:41.5622553Z * [new branch] gh/fduwjj/112/head -> origin/gh/fduwjj/112/head 2025-03-14T03:53:41.5623050Z * [new branch] gh/fduwjj/112/orig -> origin/gh/fduwjj/112/orig 2025-03-14T03:53:41.6072931Z * [new branch] gh/fduwjj/113/base -> origin/gh/fduwjj/113/base 2025-03-14T03:53:41.6073484Z * [new branch] gh/fduwjj/113/head -> origin/gh/fduwjj/113/head 2025-03-14T03:53:41.6074007Z * [new branch] gh/fduwjj/113/orig -> origin/gh/fduwjj/113/orig 2025-03-14T03:53:41.6074508Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-03-14T03:53:41.6074999Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-03-14T03:53:41.6075500Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-03-14T03:53:41.6076028Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-03-14T03:53:41.6076580Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-03-14T03:53:41.6077071Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-03-14T03:53:41.6077553Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-03-14T03:53:41.6078037Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-03-14T03:53:41.6078517Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-03-14T03:53:41.6079003Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-03-14T03:53:41.6079486Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-03-14T03:53:41.6080203Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-03-14T03:53:41.6080700Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-03-14T03:53:41.6081186Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-03-14T03:53:41.6081663Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-03-14T03:53:41.6082155Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-03-14T03:53:41.6082635Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-03-14T03:53:41.6083195Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-03-14T03:53:41.6083703Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-03-14T03:53:41.6084192Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-03-14T03:53:41.6084685Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-03-14T03:53:41.6085629Z * [new branch] gh/fegin/295/base -> origin/gh/fegin/295/base 2025-03-14T03:53:41.6086145Z * [new branch] gh/fegin/295/head -> origin/gh/fegin/295/head 2025-03-14T03:53:41.6086637Z * [new branch] gh/fegin/295/orig -> origin/gh/fegin/295/orig 2025-03-14T03:53:41.6087125Z * [new branch] gh/fegin/296/base -> origin/gh/fegin/296/base 2025-03-14T03:53:41.6087600Z * [new branch] gh/fegin/296/head -> origin/gh/fegin/296/head 2025-03-14T03:53:41.6088082Z * [new branch] gh/fegin/296/orig -> origin/gh/fegin/296/orig 2025-03-14T03:53:41.6088564Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-03-14T03:53:41.6089048Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-03-14T03:53:41.6089533Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-03-14T03:53:41.6090015Z * [new branch] gh/fegin/298/base -> origin/gh/fegin/298/base 2025-03-14T03:53:41.6090485Z * [new branch] gh/fegin/298/head -> origin/gh/fegin/298/head 2025-03-14T03:53:41.6090970Z * [new branch] gh/fegin/298/orig -> origin/gh/fegin/298/orig 2025-03-14T03:53:41.6091454Z * [new branch] gh/fegin/299/base -> origin/gh/fegin/299/base 2025-03-14T03:53:41.6091941Z * [new branch] gh/fegin/299/head -> origin/gh/fegin/299/head 2025-03-14T03:53:41.6092419Z * [new branch] gh/fegin/299/orig -> origin/gh/fegin/299/orig 2025-03-14T03:53:41.6092904Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-03-14T03:53:41.6093378Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-03-14T03:53:41.6093869Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-03-14T03:53:41.6094346Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-03-14T03:53:41.6094830Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-03-14T03:53:41.6095304Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-03-14T03:53:41.6095796Z * [new branch] gh/fffrog/38/base -> origin/gh/fffrog/38/base 2025-03-14T03:53:41.6096270Z * [new branch] gh/fffrog/38/head -> origin/gh/fffrog/38/head 2025-03-14T03:53:41.6096747Z * [new branch] gh/fffrog/38/orig -> origin/gh/fffrog/38/orig 2025-03-14T03:53:41.6097238Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-03-14T03:53:41.6526093Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-03-14T03:53:41.6526821Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-03-14T03:53:41.6527314Z * [new branch] gh/fffrog/40/base -> origin/gh/fffrog/40/base 2025-03-14T03:53:41.6527804Z * [new branch] gh/fffrog/40/head -> origin/gh/fffrog/40/head 2025-03-14T03:53:41.6528280Z * [new branch] gh/fffrog/40/orig -> origin/gh/fffrog/40/orig 2025-03-14T03:53:41.6528763Z * [new branch] gh/fffrog/41/base -> origin/gh/fffrog/41/base 2025-03-14T03:53:41.6529245Z * [new branch] gh/fffrog/41/head -> origin/gh/fffrog/41/head 2025-03-14T03:53:41.6529730Z * [new branch] gh/fffrog/41/orig -> origin/gh/fffrog/41/orig 2025-03-14T03:53:41.6530212Z * [new branch] gh/fffrog/42/base -> origin/gh/fffrog/42/base 2025-03-14T03:53:41.6530694Z * [new branch] gh/fffrog/42/head -> origin/gh/fffrog/42/head 2025-03-14T03:53:41.6531274Z * [new branch] gh/fffrog/42/orig -> origin/gh/fffrog/42/orig 2025-03-14T03:53:41.6531760Z * [new branch] gh/fffrog/43/base -> origin/gh/fffrog/43/base 2025-03-14T03:53:41.6532243Z * [new branch] gh/fffrog/43/head -> origin/gh/fffrog/43/head 2025-03-14T03:53:41.6532729Z * [new branch] gh/fffrog/43/orig -> origin/gh/fffrog/43/orig 2025-03-14T03:53:41.6533223Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-03-14T03:53:41.6533713Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-03-14T03:53:41.6534189Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-03-14T03:53:41.6534672Z * [new branch] gh/fffrog/45/base -> origin/gh/fffrog/45/base 2025-03-14T03:53:41.6535155Z * [new branch] gh/fffrog/45/head -> origin/gh/fffrog/45/head 2025-03-14T03:53:41.6535642Z * [new branch] gh/fffrog/45/orig -> origin/gh/fffrog/45/orig 2025-03-14T03:53:41.6536141Z * [new branch] gh/fffrog/46/base -> origin/gh/fffrog/46/base 2025-03-14T03:53:41.6536622Z * [new branch] gh/fffrog/46/head -> origin/gh/fffrog/46/head 2025-03-14T03:53:41.6537106Z * [new branch] gh/fffrog/46/orig -> origin/gh/fffrog/46/orig 2025-03-14T03:53:41.6537580Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-03-14T03:53:41.6538060Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-03-14T03:53:41.6538541Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-03-14T03:53:41.6539026Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-03-14T03:53:41.6539505Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-03-14T03:53:41.6540000Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-03-14T03:53:41.6540474Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-03-14T03:53:41.6540962Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-03-14T03:53:41.6541439Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-03-14T03:53:41.6541934Z * [new branch] gh/fffrog/50/base -> origin/gh/fffrog/50/base 2025-03-14T03:53:41.6542484Z * [new branch] gh/fffrog/50/head -> origin/gh/fffrog/50/head 2025-03-14T03:53:41.6543013Z * [new branch] gh/fffrog/50/orig -> origin/gh/fffrog/50/orig 2025-03-14T03:53:41.6543544Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-03-14T03:53:41.6544069Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-03-14T03:53:41.6544706Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-03-14T03:53:41.6545224Z * [new branch] gh/guangyey/123/base -> origin/gh/guangyey/123/base 2025-03-14T03:53:41.6545741Z * [new branch] gh/guangyey/123/head -> origin/gh/guangyey/123/head 2025-03-14T03:53:41.6546254Z * [new branch] gh/guangyey/123/orig -> origin/gh/guangyey/123/orig 2025-03-14T03:53:41.6546762Z * [new branch] gh/guangyey/124/base -> origin/gh/guangyey/124/base 2025-03-14T03:53:41.6547265Z * [new branch] gh/guangyey/124/head -> origin/gh/guangyey/124/head 2025-03-14T03:53:41.6547774Z * [new branch] gh/guangyey/124/orig -> origin/gh/guangyey/124/orig 2025-03-14T03:53:41.6548282Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-03-14T03:53:41.6548801Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-03-14T03:53:41.6549406Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-03-14T03:53:41.6983474Z * [new branch] gh/guangyey/126/base -> origin/gh/guangyey/126/base 2025-03-14T03:53:41.6984053Z * [new branch] gh/guangyey/126/head -> origin/gh/guangyey/126/head 2025-03-14T03:53:41.6984586Z * [new branch] gh/guangyey/126/orig -> origin/gh/guangyey/126/orig 2025-03-14T03:53:41.6985127Z * [new branch] gh/guangyey/127/base -> origin/gh/guangyey/127/base 2025-03-14T03:53:41.6985636Z * [new branch] gh/guangyey/127/head -> origin/gh/guangyey/127/head 2025-03-14T03:53:41.6986151Z * [new branch] gh/guangyey/127/orig -> origin/gh/guangyey/127/orig 2025-03-14T03:53:41.6986667Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-03-14T03:53:41.6987213Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-03-14T03:53:41.6987826Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-03-14T03:53:41.6988335Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-03-14T03:53:41.6988846Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-03-14T03:53:41.6989349Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-03-14T03:53:41.6989859Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-03-14T03:53:41.6990368Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-03-14T03:53:41.6990864Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-03-14T03:53:41.6991362Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-03-14T03:53:41.6991880Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-03-14T03:53:41.6992387Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-03-14T03:53:41.6992938Z * [new branch] gh/guilhermeleobas/100/base -> origin/gh/guilhermeleobas/100/base 2025-03-14T03:53:41.6993544Z * [new branch] gh/guilhermeleobas/100/head -> origin/gh/guilhermeleobas/100/head 2025-03-14T03:53:41.6994138Z * [new branch] gh/guilhermeleobas/100/orig -> origin/gh/guilhermeleobas/100/orig 2025-03-14T03:53:41.6994724Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-03-14T03:53:41.6995322Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-03-14T03:53:41.6995912Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-03-14T03:53:41.6996713Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-03-14T03:53:41.6997302Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-03-14T03:53:41.6997899Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-03-14T03:53:41.6998498Z * [new branch] gh/guilhermeleobas/103/base -> origin/gh/guilhermeleobas/103/base 2025-03-14T03:53:41.6999088Z * [new branch] gh/guilhermeleobas/103/head -> origin/gh/guilhermeleobas/103/head 2025-03-14T03:53:41.6999680Z * [new branch] gh/guilhermeleobas/103/orig -> origin/gh/guilhermeleobas/103/orig 2025-03-14T03:53:41.7000271Z * [new branch] gh/guilhermeleobas/104/base -> origin/gh/guilhermeleobas/104/base 2025-03-14T03:53:41.7000869Z * [new branch] gh/guilhermeleobas/104/head -> origin/gh/guilhermeleobas/104/head 2025-03-14T03:53:41.7001465Z * [new branch] gh/guilhermeleobas/104/orig -> origin/gh/guilhermeleobas/104/orig 2025-03-14T03:53:41.7002171Z * [new branch] gh/guilhermeleobas/105/base -> origin/gh/guilhermeleobas/105/base 2025-03-14T03:53:41.7002758Z * [new branch] gh/guilhermeleobas/105/head -> origin/gh/guilhermeleobas/105/head 2025-03-14T03:53:41.7003426Z * [new branch] gh/guilhermeleobas/105/orig -> origin/gh/guilhermeleobas/105/orig 2025-03-14T03:53:41.7004015Z * [new branch] gh/guilhermeleobas/106/base -> origin/gh/guilhermeleobas/106/base 2025-03-14T03:53:41.7004616Z * [new branch] gh/guilhermeleobas/106/head -> origin/gh/guilhermeleobas/106/head 2025-03-14T03:53:41.7005216Z * [new branch] gh/guilhermeleobas/106/orig -> origin/gh/guilhermeleobas/106/orig 2025-03-14T03:53:41.7005812Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-03-14T03:53:41.7006423Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-03-14T03:53:41.7007014Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-03-14T03:53:41.7007605Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-03-14T03:53:41.7008197Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-03-14T03:53:41.7008799Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-03-14T03:53:41.7388164Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-03-14T03:53:41.7388826Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-03-14T03:53:41.7389428Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-03-14T03:53:41.7390098Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-03-14T03:53:41.7390720Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-03-14T03:53:41.7391308Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-03-14T03:53:41.7391899Z * [new branch] gh/guilhermeleobas/110/base -> origin/gh/guilhermeleobas/110/base 2025-03-14T03:53:41.7392508Z * [new branch] gh/guilhermeleobas/110/head -> origin/gh/guilhermeleobas/110/head 2025-03-14T03:53:41.7393110Z * [new branch] gh/guilhermeleobas/110/orig -> origin/gh/guilhermeleobas/110/orig 2025-03-14T03:53:41.7393700Z * [new branch] gh/guilhermeleobas/111/base -> origin/gh/guilhermeleobas/111/base 2025-03-14T03:53:41.7394288Z * [new branch] gh/guilhermeleobas/111/head -> origin/gh/guilhermeleobas/111/head 2025-03-14T03:53:41.7394876Z * [new branch] gh/guilhermeleobas/111/orig -> origin/gh/guilhermeleobas/111/orig 2025-03-14T03:53:41.7395696Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-03-14T03:53:41.7396324Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-03-14T03:53:41.7396905Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-03-14T03:53:41.7397491Z * [new branch] gh/guilhermeleobas/92/base -> origin/gh/guilhermeleobas/92/base 2025-03-14T03:53:41.7398072Z * [new branch] gh/guilhermeleobas/92/head -> origin/gh/guilhermeleobas/92/head 2025-03-14T03:53:41.7398653Z * [new branch] gh/guilhermeleobas/92/orig -> origin/gh/guilhermeleobas/92/orig 2025-03-14T03:53:41.7399229Z * [new branch] gh/guilhermeleobas/93/base -> origin/gh/guilhermeleobas/93/base 2025-03-14T03:53:41.7399817Z * [new branch] gh/guilhermeleobas/93/head -> origin/gh/guilhermeleobas/93/head 2025-03-14T03:53:41.7400519Z * [new branch] gh/guilhermeleobas/93/orig -> origin/gh/guilhermeleobas/93/orig 2025-03-14T03:53:41.7401111Z * [new branch] gh/guilhermeleobas/94/base -> origin/gh/guilhermeleobas/94/base 2025-03-14T03:53:41.7401777Z * [new branch] gh/guilhermeleobas/94/head -> origin/gh/guilhermeleobas/94/head 2025-03-14T03:53:41.7402371Z * [new branch] gh/guilhermeleobas/94/orig -> origin/gh/guilhermeleobas/94/orig 2025-03-14T03:53:41.7402953Z * [new branch] gh/guilhermeleobas/95/base -> origin/gh/guilhermeleobas/95/base 2025-03-14T03:53:41.7403617Z * [new branch] gh/guilhermeleobas/95/head -> origin/gh/guilhermeleobas/95/head 2025-03-14T03:53:41.7404201Z * [new branch] gh/guilhermeleobas/95/orig -> origin/gh/guilhermeleobas/95/orig 2025-03-14T03:53:41.7404797Z * [new branch] gh/guilhermeleobas/97/base -> origin/gh/guilhermeleobas/97/base 2025-03-14T03:53:41.7405399Z * [new branch] gh/guilhermeleobas/97/head -> origin/gh/guilhermeleobas/97/head 2025-03-14T03:53:41.7405992Z * [new branch] gh/guilhermeleobas/97/orig -> origin/gh/guilhermeleobas/97/orig 2025-03-14T03:53:41.7406574Z * [new branch] gh/guilhermeleobas/98/base -> origin/gh/guilhermeleobas/98/base 2025-03-14T03:53:41.7407197Z * [new branch] gh/guilhermeleobas/98/head -> origin/gh/guilhermeleobas/98/head 2025-03-14T03:53:41.7407822Z * [new branch] gh/guilhermeleobas/98/orig -> origin/gh/guilhermeleobas/98/orig 2025-03-14T03:53:41.7408405Z * [new branch] gh/guilhermeleobas/99/base -> origin/gh/guilhermeleobas/99/base 2025-03-14T03:53:41.7408995Z * [new branch] gh/guilhermeleobas/99/head -> origin/gh/guilhermeleobas/99/head 2025-03-14T03:53:41.7409582Z * [new branch] gh/guilhermeleobas/99/orig -> origin/gh/guilhermeleobas/99/orig 2025-03-14T03:53:41.7410161Z * [new branch] gh/henrylhtsang/10/base -> origin/gh/henrylhtsang/10/base 2025-03-14T03:53:41.7410721Z * [new branch] gh/henrylhtsang/10/head -> origin/gh/henrylhtsang/10/head 2025-03-14T03:53:41.7411271Z * [new branch] gh/henrylhtsang/10/orig -> origin/gh/henrylhtsang/10/orig 2025-03-14T03:53:41.7411822Z * [new branch] gh/henrylhtsang/11/base -> origin/gh/henrylhtsang/11/base 2025-03-14T03:53:41.7412367Z * [new branch] gh/henrylhtsang/11/head -> origin/gh/henrylhtsang/11/head 2025-03-14T03:53:41.7412956Z * [new branch] gh/henrylhtsang/11/orig -> origin/gh/henrylhtsang/11/orig 2025-03-14T03:53:41.7413551Z * [new branch] gh/henrylhtsang/12/base -> origin/gh/henrylhtsang/12/base 2025-03-14T03:53:41.7414089Z * [new branch] gh/henrylhtsang/12/head -> origin/gh/henrylhtsang/12/head 2025-03-14T03:53:41.7825799Z * [new branch] gh/henrylhtsang/12/orig -> origin/gh/henrylhtsang/12/orig 2025-03-14T03:53:41.7826582Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-03-14T03:53:41.7827137Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-03-14T03:53:41.7827690Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-03-14T03:53:41.7828332Z * [new branch] gh/henrylhtsang/14/base -> origin/gh/henrylhtsang/14/base 2025-03-14T03:53:41.7828879Z * [new branch] gh/henrylhtsang/14/head -> origin/gh/henrylhtsang/14/head 2025-03-14T03:53:41.7829425Z * [new branch] gh/henrylhtsang/14/orig -> origin/gh/henrylhtsang/14/orig 2025-03-14T03:53:41.7829981Z * [new branch] gh/henrylhtsang/15/base -> origin/gh/henrylhtsang/15/base 2025-03-14T03:53:41.7830532Z * [new branch] gh/henrylhtsang/15/head -> origin/gh/henrylhtsang/15/head 2025-03-14T03:53:41.7831081Z * [new branch] gh/henrylhtsang/15/orig -> origin/gh/henrylhtsang/15/orig 2025-03-14T03:53:41.7831735Z * [new branch] gh/henrylhtsang/16/base -> origin/gh/henrylhtsang/16/base 2025-03-14T03:53:41.7832299Z * [new branch] gh/henrylhtsang/16/head -> origin/gh/henrylhtsang/16/head 2025-03-14T03:53:41.7832856Z * [new branch] gh/henrylhtsang/16/orig -> origin/gh/henrylhtsang/16/orig 2025-03-14T03:53:41.7833395Z * [new branch] gh/henrylhtsang/17/base -> origin/gh/henrylhtsang/17/base 2025-03-14T03:53:41.7833998Z * [new branch] gh/henrylhtsang/17/head -> origin/gh/henrylhtsang/17/head 2025-03-14T03:53:41.7834594Z * [new branch] gh/henrylhtsang/17/orig -> origin/gh/henrylhtsang/17/orig 2025-03-14T03:53:41.7835142Z * [new branch] gh/henrylhtsang/18/base -> origin/gh/henrylhtsang/18/base 2025-03-14T03:53:41.7835843Z * [new branch] gh/henrylhtsang/18/head -> origin/gh/henrylhtsang/18/head 2025-03-14T03:53:41.7836460Z * [new branch] gh/henrylhtsang/18/orig -> origin/gh/henrylhtsang/18/orig 2025-03-14T03:53:41.7837056Z * [new branch] gh/henrylhtsang/19/base -> origin/gh/henrylhtsang/19/base 2025-03-14T03:53:41.7837673Z * [new branch] gh/henrylhtsang/19/head -> origin/gh/henrylhtsang/19/head 2025-03-14T03:53:41.7838269Z * [new branch] gh/henrylhtsang/19/orig -> origin/gh/henrylhtsang/19/orig 2025-03-14T03:53:41.7838875Z * [new branch] gh/henrylhtsang/20/base -> origin/gh/henrylhtsang/20/base 2025-03-14T03:53:41.7839496Z * [new branch] gh/henrylhtsang/20/head -> origin/gh/henrylhtsang/20/head 2025-03-14T03:53:41.7840143Z * [new branch] gh/henrylhtsang/20/orig -> origin/gh/henrylhtsang/20/orig 2025-03-14T03:53:41.7840752Z * [new branch] gh/henrylhtsang/21/base -> origin/gh/henrylhtsang/21/base 2025-03-14T03:53:41.7841365Z * [new branch] gh/henrylhtsang/21/head -> origin/gh/henrylhtsang/21/head 2025-03-14T03:53:41.7841993Z * [new branch] gh/henrylhtsang/21/orig -> origin/gh/henrylhtsang/21/orig 2025-03-14T03:53:41.7842602Z * [new branch] gh/henrylhtsang/22/base -> origin/gh/henrylhtsang/22/base 2025-03-14T03:53:41.7843240Z * [new branch] gh/henrylhtsang/22/head -> origin/gh/henrylhtsang/22/head 2025-03-14T03:53:41.7843860Z * [new branch] gh/henrylhtsang/22/orig -> origin/gh/henrylhtsang/22/orig 2025-03-14T03:53:41.7844471Z * [new branch] gh/henrylhtsang/23/base -> origin/gh/henrylhtsang/23/base 2025-03-14T03:53:41.7845071Z * [new branch] gh/henrylhtsang/23/head -> origin/gh/henrylhtsang/23/head 2025-03-14T03:53:41.7845705Z * [new branch] gh/henrylhtsang/23/orig -> origin/gh/henrylhtsang/23/orig 2025-03-14T03:53:41.7846403Z * [new branch] gh/henrylhtsang/24/base -> origin/gh/henrylhtsang/24/base 2025-03-14T03:53:41.7847167Z * [new branch] gh/henrylhtsang/24/head -> origin/gh/henrylhtsang/24/head 2025-03-14T03:53:41.7847810Z * [new branch] gh/henrylhtsang/24/orig -> origin/gh/henrylhtsang/24/orig 2025-03-14T03:53:41.7848394Z * [new branch] gh/henrylhtsang/25/base -> origin/gh/henrylhtsang/25/base 2025-03-14T03:53:41.7849005Z * [new branch] gh/henrylhtsang/25/head -> origin/gh/henrylhtsang/25/head 2025-03-14T03:53:41.7849608Z * [new branch] gh/henrylhtsang/25/orig -> origin/gh/henrylhtsang/25/orig 2025-03-14T03:53:41.7850214Z * [new branch] gh/henrylhtsang/26/base -> origin/gh/henrylhtsang/26/base 2025-03-14T03:53:41.7850816Z * [new branch] gh/henrylhtsang/26/head -> origin/gh/henrylhtsang/26/head 2025-03-14T03:53:41.7851465Z * [new branch] gh/henrylhtsang/26/orig -> origin/gh/henrylhtsang/26/orig 2025-03-14T03:53:41.7852109Z * [new branch] gh/henrylhtsang/27/base -> origin/gh/henrylhtsang/27/base 2025-03-14T03:53:41.7852778Z * [new branch] gh/henrylhtsang/27/head -> origin/gh/henrylhtsang/27/head 2025-03-14T03:53:41.8246188Z * [new branch] gh/henrylhtsang/27/orig -> origin/gh/henrylhtsang/27/orig 2025-03-14T03:53:41.8246834Z * [new branch] gh/henrylhtsang/28/base -> origin/gh/henrylhtsang/28/base 2025-03-14T03:53:41.8247469Z * [new branch] gh/henrylhtsang/28/head -> origin/gh/henrylhtsang/28/head 2025-03-14T03:53:41.8248075Z * [new branch] gh/henrylhtsang/28/orig -> origin/gh/henrylhtsang/28/orig 2025-03-14T03:53:41.8248670Z * [new branch] gh/henrylhtsang/29/base -> origin/gh/henrylhtsang/29/base 2025-03-14T03:53:41.8249302Z * [new branch] gh/henrylhtsang/29/head -> origin/gh/henrylhtsang/29/head 2025-03-14T03:53:41.8249879Z * [new branch] gh/henrylhtsang/29/orig -> origin/gh/henrylhtsang/29/orig 2025-03-14T03:53:41.8250492Z * [new branch] gh/henrylhtsang/3/base -> origin/gh/henrylhtsang/3/base 2025-03-14T03:53:41.8251111Z * [new branch] gh/henrylhtsang/3/head -> origin/gh/henrylhtsang/3/head 2025-03-14T03:53:41.8251704Z * [new branch] gh/henrylhtsang/3/orig -> origin/gh/henrylhtsang/3/orig 2025-03-14T03:53:41.8252310Z * [new branch] gh/henrylhtsang/30/base -> origin/gh/henrylhtsang/30/base 2025-03-14T03:53:41.8252915Z * [new branch] gh/henrylhtsang/30/head -> origin/gh/henrylhtsang/30/head 2025-03-14T03:53:41.8253511Z * [new branch] gh/henrylhtsang/30/orig -> origin/gh/henrylhtsang/30/orig 2025-03-14T03:53:41.8254091Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-03-14T03:53:41.8254711Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-03-14T03:53:41.8255314Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-03-14T03:53:41.8256278Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-03-14T03:53:41.8256945Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-03-14T03:53:41.8257542Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-03-14T03:53:41.8258167Z * [new branch] gh/henrylhtsang/33/base -> origin/gh/henrylhtsang/33/base 2025-03-14T03:53:41.8258751Z * [new branch] gh/henrylhtsang/33/head -> origin/gh/henrylhtsang/33/head 2025-03-14T03:53:41.8259346Z * [new branch] gh/henrylhtsang/33/orig -> origin/gh/henrylhtsang/33/orig 2025-03-14T03:53:41.8259978Z * [new branch] gh/henrylhtsang/34/base -> origin/gh/henrylhtsang/34/base 2025-03-14T03:53:41.8260579Z * [new branch] gh/henrylhtsang/34/head -> origin/gh/henrylhtsang/34/head 2025-03-14T03:53:41.8261358Z * [new branch] gh/henrylhtsang/34/orig -> origin/gh/henrylhtsang/34/orig 2025-03-14T03:53:41.8261974Z * [new branch] gh/henrylhtsang/35/base -> origin/gh/henrylhtsang/35/base 2025-03-14T03:53:41.8262577Z * [new branch] gh/henrylhtsang/35/head -> origin/gh/henrylhtsang/35/head 2025-03-14T03:53:41.8263155Z * [new branch] gh/henrylhtsang/35/orig -> origin/gh/henrylhtsang/35/orig 2025-03-14T03:53:41.8263765Z * [new branch] gh/henrylhtsang/36/base -> origin/gh/henrylhtsang/36/base 2025-03-14T03:53:41.8264368Z * [new branch] gh/henrylhtsang/36/head -> origin/gh/henrylhtsang/36/head 2025-03-14T03:53:41.8264978Z * [new branch] gh/henrylhtsang/36/orig -> origin/gh/henrylhtsang/36/orig 2025-03-14T03:53:41.8265575Z * [new branch] gh/henrylhtsang/37/base -> origin/gh/henrylhtsang/37/base 2025-03-14T03:53:41.8266173Z * [new branch] gh/henrylhtsang/37/head -> origin/gh/henrylhtsang/37/head 2025-03-14T03:53:41.8266886Z * [new branch] gh/henrylhtsang/37/orig -> origin/gh/henrylhtsang/37/orig 2025-03-14T03:53:41.8267465Z * [new branch] gh/henrylhtsang/38/base -> origin/gh/henrylhtsang/38/base 2025-03-14T03:53:41.8268067Z * [new branch] gh/henrylhtsang/38/head -> origin/gh/henrylhtsang/38/head 2025-03-14T03:53:41.8268688Z * [new branch] gh/henrylhtsang/38/orig -> origin/gh/henrylhtsang/38/orig 2025-03-14T03:53:41.8269287Z * [new branch] gh/henrylhtsang/39/base -> origin/gh/henrylhtsang/39/base 2025-03-14T03:53:41.8269894Z * [new branch] gh/henrylhtsang/39/head -> origin/gh/henrylhtsang/39/head 2025-03-14T03:53:41.8270506Z * [new branch] gh/henrylhtsang/39/orig -> origin/gh/henrylhtsang/39/orig 2025-03-14T03:53:41.8271109Z * [new branch] gh/henrylhtsang/4/base -> origin/gh/henrylhtsang/4/base 2025-03-14T03:53:41.8271745Z * [new branch] gh/henrylhtsang/4/head -> origin/gh/henrylhtsang/4/head 2025-03-14T03:53:41.8272397Z * [new branch] gh/henrylhtsang/4/orig -> origin/gh/henrylhtsang/4/orig 2025-03-14T03:53:41.8273000Z * [new branch] gh/henrylhtsang/40/base -> origin/gh/henrylhtsang/40/base 2025-03-14T03:53:41.8273615Z * [new branch] gh/henrylhtsang/40/head -> origin/gh/henrylhtsang/40/head 2025-03-14T03:53:41.8836456Z * [new branch] gh/henrylhtsang/40/orig -> origin/gh/henrylhtsang/40/orig 2025-03-14T03:53:41.8837154Z * [new branch] gh/henrylhtsang/41/base -> origin/gh/henrylhtsang/41/base 2025-03-14T03:53:41.8837802Z * [new branch] gh/henrylhtsang/41/head -> origin/gh/henrylhtsang/41/head 2025-03-14T03:53:41.8838412Z * [new branch] gh/henrylhtsang/41/orig -> origin/gh/henrylhtsang/41/orig 2025-03-14T03:53:41.8839017Z * [new branch] gh/henrylhtsang/42/base -> origin/gh/henrylhtsang/42/base 2025-03-14T03:53:41.8839641Z * [new branch] gh/henrylhtsang/42/head -> origin/gh/henrylhtsang/42/head 2025-03-14T03:53:41.8840302Z * [new branch] gh/henrylhtsang/42/orig -> origin/gh/henrylhtsang/42/orig 2025-03-14T03:53:41.8840973Z * [new branch] gh/henrylhtsang/5/base -> origin/gh/henrylhtsang/5/base 2025-03-14T03:53:41.8841577Z * [new branch] gh/henrylhtsang/5/head -> origin/gh/henrylhtsang/5/head 2025-03-14T03:53:41.8842163Z * [new branch] gh/henrylhtsang/5/orig -> origin/gh/henrylhtsang/5/orig 2025-03-14T03:53:41.8855726Z * [new branch] gh/henrylhtsang/6/base -> origin/gh/henrylhtsang/6/base 2025-03-14T03:53:41.8856326Z * [new branch] gh/henrylhtsang/6/head -> origin/gh/henrylhtsang/6/head 2025-03-14T03:53:41.8856878Z * [new branch] gh/henrylhtsang/6/orig -> origin/gh/henrylhtsang/6/orig 2025-03-14T03:53:41.8857780Z * [new branch] gh/henrylhtsang/7/base -> origin/gh/henrylhtsang/7/base 2025-03-14T03:53:41.8858325Z * [new branch] gh/henrylhtsang/7/head -> origin/gh/henrylhtsang/7/head 2025-03-14T03:53:41.8858871Z * [new branch] gh/henrylhtsang/7/orig -> origin/gh/henrylhtsang/7/orig 2025-03-14T03:53:41.8859419Z * [new branch] gh/henrylhtsang/8/base -> origin/gh/henrylhtsang/8/base 2025-03-14T03:53:41.8859965Z * [new branch] gh/henrylhtsang/8/head -> origin/gh/henrylhtsang/8/head 2025-03-14T03:53:41.8860499Z * [new branch] gh/henrylhtsang/8/orig -> origin/gh/henrylhtsang/8/orig 2025-03-14T03:53:41.8861040Z * [new branch] gh/henrylhtsang/9/base -> origin/gh/henrylhtsang/9/base 2025-03-14T03:53:41.8861569Z * [new branch] gh/henrylhtsang/9/head -> origin/gh/henrylhtsang/9/head 2025-03-14T03:53:41.8862116Z * [new branch] gh/henrylhtsang/9/orig -> origin/gh/henrylhtsang/9/orig 2025-03-14T03:53:41.8862776Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-03-14T03:53:41.8863306Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-03-14T03:53:41.8863785Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-03-14T03:53:41.8864257Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-03-14T03:53:41.8864709Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-03-14T03:53:41.8865175Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-03-14T03:53:41.8865639Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-03-14T03:53:41.8866101Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-03-14T03:53:41.8866567Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-03-14T03:53:41.8867033Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-03-14T03:53:41.8867483Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-03-14T03:53:41.8867946Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-03-14T03:53:41.8868453Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-03-14T03:53:41.8868964Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-03-14T03:53:41.8869432Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-03-14T03:53:41.8869893Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-03-14T03:53:41.8870346Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-03-14T03:53:41.8870811Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-03-14T03:53:41.8871278Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-03-14T03:53:41.8871739Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-03-14T03:53:41.8872198Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-03-14T03:53:41.8872656Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-03-14T03:53:41.8873113Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-03-14T03:53:41.8873570Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-03-14T03:53:41.8874081Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-03-14T03:53:41.9301737Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-03-14T03:53:41.9302486Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-03-14T03:53:41.9302974Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-03-14T03:53:41.9303444Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-03-14T03:53:41.9303898Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-03-14T03:53:41.9304362Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-03-14T03:53:41.9304825Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-03-14T03:53:41.9305286Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-03-14T03:53:41.9305745Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-03-14T03:53:41.9306204Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-03-14T03:53:41.9306682Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-03-14T03:53:41.9307328Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-03-14T03:53:41.9307823Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-03-14T03:53:41.9308313Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-03-14T03:53:41.9308808Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-03-14T03:53:41.9309302Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-03-14T03:53:41.9309788Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-03-14T03:53:41.9310274Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-03-14T03:53:41.9310759Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-03-14T03:53:41.9311258Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-03-14T03:53:41.9311751Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-03-14T03:53:41.9312244Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-03-14T03:53:41.9312735Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-03-14T03:53:41.9313223Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-03-14T03:53:41.9313703Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-03-14T03:53:41.9314291Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-03-14T03:53:41.9314788Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-03-14T03:53:41.9315291Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-03-14T03:53:41.9315797Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-03-14T03:53:41.9316292Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-03-14T03:53:41.9316776Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-03-14T03:53:41.9317275Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-03-14T03:53:41.9317769Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-03-14T03:53:41.9318265Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-03-14T03:53:41.9318760Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-03-14T03:53:41.9319259Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-03-14T03:53:41.9319751Z * [new branch] gh/isuruf/121/base -> origin/gh/isuruf/121/base 2025-03-14T03:53:41.9320388Z * [new branch] gh/isuruf/121/head -> origin/gh/isuruf/121/head 2025-03-14T03:53:41.9320884Z * [new branch] gh/isuruf/121/orig -> origin/gh/isuruf/121/orig 2025-03-14T03:53:41.9321393Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-03-14T03:53:41.9321890Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-03-14T03:53:41.9322391Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-03-14T03:53:41.9322877Z * [new branch] gh/isuruf/123/base -> origin/gh/isuruf/123/base 2025-03-14T03:53:41.9323441Z * [new branch] gh/isuruf/123/head -> origin/gh/isuruf/123/head 2025-03-14T03:53:41.9323933Z * [new branch] gh/isuruf/123/orig -> origin/gh/isuruf/123/orig 2025-03-14T03:53:41.9324427Z * [new branch] gh/isuruf/124/base -> origin/gh/isuruf/124/base 2025-03-14T03:53:41.9325027Z * [new branch] gh/isuruf/124/head -> origin/gh/isuruf/124/head 2025-03-14T03:53:41.9325525Z * [new branch] gh/isuruf/124/orig -> origin/gh/isuruf/124/orig 2025-03-14T03:53:41.9873988Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-03-14T03:53:41.9874554Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-03-14T03:53:41.9875057Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-03-14T03:53:41.9875550Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-03-14T03:53:41.9876043Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-03-14T03:53:41.9876532Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-03-14T03:53:41.9877026Z * [new branch] gh/isuruf/127/base -> origin/gh/isuruf/127/base 2025-03-14T03:53:41.9877550Z * [new branch] gh/isuruf/127/head -> origin/gh/isuruf/127/head 2025-03-14T03:53:41.9878040Z * [new branch] gh/isuruf/127/orig -> origin/gh/isuruf/127/orig 2025-03-14T03:53:41.9878533Z * [new branch] gh/isuruf/128/base -> origin/gh/isuruf/128/base 2025-03-14T03:53:41.9879020Z * [new branch] gh/isuruf/128/head -> origin/gh/isuruf/128/head 2025-03-14T03:53:41.9879501Z * [new branch] gh/isuruf/128/orig -> origin/gh/isuruf/128/orig 2025-03-14T03:53:41.9879997Z * [new branch] gh/isuruf/129/base -> origin/gh/isuruf/129/base 2025-03-14T03:53:41.9880490Z * [new branch] gh/isuruf/129/head -> origin/gh/isuruf/129/head 2025-03-14T03:53:41.9880974Z * [new branch] gh/isuruf/129/orig -> origin/gh/isuruf/129/orig 2025-03-14T03:53:41.9881488Z * [new branch] gh/isuruf/130/base -> origin/gh/isuruf/130/base 2025-03-14T03:53:41.9881982Z * [new branch] gh/isuruf/130/head -> origin/gh/isuruf/130/head 2025-03-14T03:53:41.9882479Z * [new branch] gh/isuruf/130/orig -> origin/gh/isuruf/130/orig 2025-03-14T03:53:41.9883029Z * [new branch] gh/isuruf/131/base -> origin/gh/isuruf/131/base 2025-03-14T03:53:41.9883534Z * [new branch] gh/isuruf/131/head -> origin/gh/isuruf/131/head 2025-03-14T03:53:41.9884030Z * [new branch] gh/isuruf/131/orig -> origin/gh/isuruf/131/orig 2025-03-14T03:53:41.9884525Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-03-14T03:53:41.9885010Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-03-14T03:53:41.9885501Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-03-14T03:53:41.9886185Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-03-14T03:53:41.9886680Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-03-14T03:53:41.9887172Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-03-14T03:53:41.9887675Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-03-14T03:53:41.9888196Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-03-14T03:53:41.9888708Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-03-14T03:53:41.9889215Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-03-14T03:53:41.9889719Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-03-14T03:53:41.9890232Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-03-14T03:53:41.9890871Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-03-14T03:53:41.9891396Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-03-14T03:53:41.9891907Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-03-14T03:53:41.9892418Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-03-14T03:53:41.9892924Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-03-14T03:53:41.9893447Z * [new branch] gh/jamesjwu/109/base -> origin/gh/jamesjwu/109/base 2025-03-14T03:53:41.9893966Z * [new branch] gh/jamesjwu/109/head -> origin/gh/jamesjwu/109/head 2025-03-14T03:53:41.9894480Z * [new branch] gh/jamesjwu/109/orig -> origin/gh/jamesjwu/109/orig 2025-03-14T03:53:41.9894995Z * [new branch] gh/jamesjwu/110/base -> origin/gh/jamesjwu/110/base 2025-03-14T03:53:41.9895516Z * [new branch] gh/jamesjwu/110/head -> origin/gh/jamesjwu/110/head 2025-03-14T03:53:41.9896020Z * [new branch] gh/jamesjwu/110/orig -> origin/gh/jamesjwu/110/orig 2025-03-14T03:53:41.9896529Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-03-14T03:53:41.9897045Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-03-14T03:53:41.9897557Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-03-14T03:53:42.0782614Z * [new branch] gh/jamesjwu/112/base -> origin/gh/jamesjwu/112/base 2025-03-14T03:53:42.0783222Z * [new branch] gh/jamesjwu/112/head -> origin/gh/jamesjwu/112/head 2025-03-14T03:53:42.0783755Z * [new branch] gh/jamesjwu/112/orig -> origin/gh/jamesjwu/112/orig 2025-03-14T03:53:42.0784321Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-03-14T03:53:42.0784843Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-03-14T03:53:42.0785360Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-03-14T03:53:42.0785870Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-03-14T03:53:42.0786386Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-03-14T03:53:42.0786902Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-03-14T03:53:42.0787414Z * [new branch] gh/jamesjwu/115/base -> origin/gh/jamesjwu/115/base 2025-03-14T03:53:42.0787914Z * [new branch] gh/jamesjwu/115/head -> origin/gh/jamesjwu/115/head 2025-03-14T03:53:42.0788425Z * [new branch] gh/jamesjwu/115/orig -> origin/gh/jamesjwu/115/orig 2025-03-14T03:53:42.0789150Z * [new branch] gh/jamesjwu/116/base -> origin/gh/jamesjwu/116/base 2025-03-14T03:53:42.0789663Z * [new branch] gh/jamesjwu/116/head -> origin/gh/jamesjwu/116/head 2025-03-14T03:53:42.0790181Z * [new branch] gh/jamesjwu/116/orig -> origin/gh/jamesjwu/116/orig 2025-03-14T03:53:42.0790770Z * [new branch] gh/jamesjwu/117/base -> origin/gh/jamesjwu/117/base 2025-03-14T03:53:42.0791309Z * [new branch] gh/jamesjwu/117/head -> origin/gh/jamesjwu/117/head 2025-03-14T03:53:42.0791828Z * [new branch] gh/jamesjwu/117/orig -> origin/gh/jamesjwu/117/orig 2025-03-14T03:53:42.0792346Z * [new branch] gh/jamesjwu/118/base -> origin/gh/jamesjwu/118/base 2025-03-14T03:53:42.0792861Z * [new branch] gh/jamesjwu/118/head -> origin/gh/jamesjwu/118/head 2025-03-14T03:53:42.0793388Z * [new branch] gh/jamesjwu/118/orig -> origin/gh/jamesjwu/118/orig 2025-03-14T03:53:42.0794033Z * [new branch] gh/jamesjwu/119/base -> origin/gh/jamesjwu/119/base 2025-03-14T03:53:42.0794548Z * [new branch] gh/jamesjwu/119/head -> origin/gh/jamesjwu/119/head 2025-03-14T03:53:42.0795052Z * [new branch] gh/jamesjwu/119/orig -> origin/gh/jamesjwu/119/orig 2025-03-14T03:53:42.0795566Z * [new branch] gh/jamesjwu/120/base -> origin/gh/jamesjwu/120/base 2025-03-14T03:53:42.0796074Z * [new branch] gh/jamesjwu/120/head -> origin/gh/jamesjwu/120/head 2025-03-14T03:53:42.0796592Z * [new branch] gh/jamesjwu/120/orig -> origin/gh/jamesjwu/120/orig 2025-03-14T03:53:42.0797108Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-03-14T03:53:42.0797611Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-03-14T03:53:42.0798112Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-03-14T03:53:42.0798623Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-03-14T03:53:42.0799132Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-03-14T03:53:42.0799628Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-03-14T03:53:42.0800130Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-03-14T03:53:42.0800630Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-03-14T03:53:42.0801131Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-03-14T03:53:42.0801631Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-03-14T03:53:42.0802135Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-03-14T03:53:42.0802646Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-03-14T03:53:42.0803236Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-03-14T03:53:42.0803743Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-03-14T03:53:42.0804240Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-03-14T03:53:42.0804741Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-03-14T03:53:42.0805238Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-03-14T03:53:42.0805739Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-03-14T03:53:42.0806248Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-03-14T03:53:42.0806746Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-03-14T03:53:42.1234830Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-03-14T03:53:42.1235398Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-03-14T03:53:42.1235919Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-03-14T03:53:42.1236448Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-03-14T03:53:42.1236957Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-03-14T03:53:42.1237466Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-03-14T03:53:42.1237965Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-03-14T03:53:42.1238468Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-03-14T03:53:42.1238968Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-03-14T03:53:42.1239667Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-03-14T03:53:42.1240177Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-03-14T03:53:42.1240691Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-03-14T03:53:42.1241202Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-03-14T03:53:42.1241709Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-03-14T03:53:42.1242204Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-03-14T03:53:42.1242703Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-03-14T03:53:42.1243274Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-03-14T03:53:42.1243789Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-03-14T03:53:42.1244305Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-03-14T03:53:42.1244819Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-03-14T03:53:42.1245322Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-03-14T03:53:42.1245820Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-03-14T03:53:42.1246326Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-03-14T03:53:42.1246828Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-03-14T03:53:42.1247333Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-03-14T03:53:42.1247832Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-03-14T03:53:42.1248349Z * [new branch] gh/janeyx99/224/base -> origin/gh/janeyx99/224/base 2025-03-14T03:53:42.1248849Z * [new branch] gh/janeyx99/224/head -> origin/gh/janeyx99/224/head 2025-03-14T03:53:42.1249351Z * [new branch] gh/janeyx99/224/orig -> origin/gh/janeyx99/224/orig 2025-03-14T03:53:42.1249872Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-03-14T03:53:42.1250374Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-03-14T03:53:42.1250876Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-03-14T03:53:42.1251383Z * [new branch] gh/janeyx99/226/base -> origin/gh/janeyx99/226/base 2025-03-14T03:53:42.1251880Z * [new branch] gh/janeyx99/226/head -> origin/gh/janeyx99/226/head 2025-03-14T03:53:42.1252394Z * [new branch] gh/janeyx99/226/orig -> origin/gh/janeyx99/226/orig 2025-03-14T03:53:42.1253034Z * [new branch] gh/janeyx99/227/base -> origin/gh/janeyx99/227/base 2025-03-14T03:53:42.1253548Z * [new branch] gh/janeyx99/227/head -> origin/gh/janeyx99/227/head 2025-03-14T03:53:42.1254067Z * [new branch] gh/janeyx99/227/orig -> origin/gh/janeyx99/227/orig 2025-03-14T03:53:42.1254579Z * [new branch] gh/janeyx99/228/base -> origin/gh/janeyx99/228/base 2025-03-14T03:53:42.1255098Z * [new branch] gh/janeyx99/228/head -> origin/gh/janeyx99/228/head 2025-03-14T03:53:42.1255601Z * [new branch] gh/janeyx99/228/orig -> origin/gh/janeyx99/228/orig 2025-03-14T03:53:42.1256108Z * [new branch] gh/janeyx99/229/base -> origin/gh/janeyx99/229/base 2025-03-14T03:53:42.1256619Z * [new branch] gh/janeyx99/229/head -> origin/gh/janeyx99/229/head 2025-03-14T03:53:42.1257131Z * [new branch] gh/janeyx99/229/orig -> origin/gh/janeyx99/229/orig 2025-03-14T03:53:42.1257739Z * [new branch] gh/janeyx99/230/base -> origin/gh/janeyx99/230/base 2025-03-14T03:53:42.1258255Z * [new branch] gh/janeyx99/230/head -> origin/gh/janeyx99/230/head 2025-03-14T03:53:42.1258755Z * [new branch] gh/janeyx99/230/orig -> origin/gh/janeyx99/230/orig 2025-03-14T03:53:42.1698619Z * [new branch] gh/janeyx99/231/base -> origin/gh/janeyx99/231/base 2025-03-14T03:53:42.1699197Z * [new branch] gh/janeyx99/231/head -> origin/gh/janeyx99/231/head 2025-03-14T03:53:42.1699717Z * [new branch] gh/janeyx99/231/orig -> origin/gh/janeyx99/231/orig 2025-03-14T03:53:42.1700228Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-03-14T03:53:42.1700742Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-03-14T03:53:42.1701291Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-03-14T03:53:42.1701782Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-03-14T03:53:42.1702282Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-03-14T03:53:42.1702773Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-03-14T03:53:42.1703275Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-03-14T03:53:42.1703769Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-03-14T03:53:42.1704262Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-03-14T03:53:42.1704778Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-03-14T03:53:42.1705260Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-03-14T03:53:42.1705757Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-03-14T03:53:42.1706245Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-03-14T03:53:42.1706736Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-03-14T03:53:42.1707228Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-03-14T03:53:42.1707717Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-03-14T03:53:42.1708200Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-03-14T03:53:42.1708692Z * [new branch] gh/jansel/486/base -> origin/gh/jansel/486/base 2025-03-14T03:53:42.1709184Z * [new branch] gh/jansel/486/head -> origin/gh/jansel/486/head 2025-03-14T03:53:42.1709673Z * [new branch] gh/jansel/486/orig -> origin/gh/jansel/486/orig 2025-03-14T03:53:42.1710409Z * [new branch] gh/jansel/505/base -> origin/gh/jansel/505/base 2025-03-14T03:53:42.1710908Z * [new branch] gh/jansel/505/head -> origin/gh/jansel/505/head 2025-03-14T03:53:42.1711390Z * [new branch] gh/jansel/505/orig -> origin/gh/jansel/505/orig 2025-03-14T03:53:42.1711893Z * [new branch] gh/jansel/506/base -> origin/gh/jansel/506/base 2025-03-14T03:53:42.1712384Z * [new branch] gh/jansel/506/head -> origin/gh/jansel/506/head 2025-03-14T03:53:42.1712870Z * [new branch] gh/jansel/506/orig -> origin/gh/jansel/506/orig 2025-03-14T03:53:42.1713361Z * [new branch] gh/jansel/507/base -> origin/gh/jansel/507/base 2025-03-14T03:53:42.1713849Z * [new branch] gh/jansel/507/head -> origin/gh/jansel/507/head 2025-03-14T03:53:42.1714334Z * [new branch] gh/jansel/507/orig -> origin/gh/jansel/507/orig 2025-03-14T03:53:42.1714956Z * [new branch] gh/jansel/508/base -> origin/gh/jansel/508/base 2025-03-14T03:53:42.1715452Z * [new branch] gh/jansel/508/head -> origin/gh/jansel/508/head 2025-03-14T03:53:42.1715941Z * [new branch] gh/jansel/508/orig -> origin/gh/jansel/508/orig 2025-03-14T03:53:42.1716431Z * [new branch] gh/jansel/509/base -> origin/gh/jansel/509/base 2025-03-14T03:53:42.1716922Z * [new branch] gh/jansel/509/head -> origin/gh/jansel/509/head 2025-03-14T03:53:42.1717414Z * [new branch] gh/jansel/509/orig -> origin/gh/jansel/509/orig 2025-03-14T03:53:42.1717898Z * [new branch] gh/jansel/510/base -> origin/gh/jansel/510/base 2025-03-14T03:53:42.1718387Z * [new branch] gh/jansel/510/head -> origin/gh/jansel/510/head 2025-03-14T03:53:42.1718888Z * [new branch] gh/jansel/510/orig -> origin/gh/jansel/510/orig 2025-03-14T03:53:42.1719382Z * [new branch] gh/jansel/511/base -> origin/gh/jansel/511/base 2025-03-14T03:53:42.1719872Z * [new branch] gh/jansel/511/head -> origin/gh/jansel/511/head 2025-03-14T03:53:42.1720363Z * [new branch] gh/jansel/511/orig -> origin/gh/jansel/511/orig 2025-03-14T03:53:42.1720846Z * [new branch] gh/jansel/512/base -> origin/gh/jansel/512/base 2025-03-14T03:53:42.1721331Z * [new branch] gh/jansel/512/head -> origin/gh/jansel/512/head 2025-03-14T03:53:42.1721825Z * [new branch] gh/jansel/512/orig -> origin/gh/jansel/512/orig 2025-03-14T03:53:42.2153856Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-03-14T03:53:42.2154372Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-03-14T03:53:42.2154888Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-03-14T03:53:42.2155384Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-03-14T03:53:42.2155879Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-03-14T03:53:42.2156383Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-03-14T03:53:42.2156875Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-03-14T03:53:42.2157366Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-03-14T03:53:42.2157856Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-03-14T03:53:42.2158342Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-03-14T03:53:42.2158823Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-03-14T03:53:42.2160113Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-03-14T03:53:42.2160609Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-03-14T03:53:42.2161112Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-03-14T03:53:42.2161603Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-03-14T03:53:42.2162103Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-03-14T03:53:42.2162594Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-03-14T03:53:42.2163157Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-03-14T03:53:42.2163649Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-03-14T03:53:42.2164146Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-03-14T03:53:42.2165138Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-03-14T03:53:42.2165639Z * [new branch] gh/jansel/520/base -> origin/gh/jansel/520/base 2025-03-14T03:53:42.2166127Z * [new branch] gh/jansel/520/head -> origin/gh/jansel/520/head 2025-03-14T03:53:42.2166617Z * [new branch] gh/jansel/520/orig -> origin/gh/jansel/520/orig 2025-03-14T03:53:42.2167110Z * [new branch] gh/jansel/521/base -> origin/gh/jansel/521/base 2025-03-14T03:53:42.2167601Z * [new branch] gh/jansel/521/head -> origin/gh/jansel/521/head 2025-03-14T03:53:42.2168098Z * [new branch] gh/jansel/521/orig -> origin/gh/jansel/521/orig 2025-03-14T03:53:42.2168622Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-03-14T03:53:42.2169190Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-03-14T03:53:42.2169746Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-03-14T03:53:42.2170300Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-03-14T03:53:42.2170847Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-03-14T03:53:42.2171393Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-03-14T03:53:42.2171933Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-03-14T03:53:42.2172477Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-03-14T03:53:42.2173010Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-03-14T03:53:42.2173564Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-03-14T03:53:42.2174118Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-03-14T03:53:42.2174665Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-03-14T03:53:42.2175208Z * [new branch] gh/jbschlosser/227/base -> origin/gh/jbschlosser/227/base 2025-03-14T03:53:42.2175756Z * [new branch] gh/jbschlosser/227/head -> origin/gh/jbschlosser/227/head 2025-03-14T03:53:42.2176302Z * [new branch] gh/jbschlosser/227/orig -> origin/gh/jbschlosser/227/orig 2025-03-14T03:53:42.2176839Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-03-14T03:53:42.2177387Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-03-14T03:53:42.2177935Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-03-14T03:53:42.2178481Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-03-14T03:53:42.2179765Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-03-14T03:53:42.2609695Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-03-14T03:53:42.2610322Z * [new branch] gh/jbschlosser/230/base -> origin/gh/jbschlosser/230/base 2025-03-14T03:53:42.2610896Z * [new branch] gh/jbschlosser/230/head -> origin/gh/jbschlosser/230/head 2025-03-14T03:53:42.2611435Z * [new branch] gh/jbschlosser/230/orig -> origin/gh/jbschlosser/230/orig 2025-03-14T03:53:42.2611984Z * [new branch] gh/jbschlosser/231/base -> origin/gh/jbschlosser/231/base 2025-03-14T03:53:42.2612527Z * [new branch] gh/jbschlosser/231/head -> origin/gh/jbschlosser/231/head 2025-03-14T03:53:42.2613085Z * [new branch] gh/jbschlosser/231/orig -> origin/gh/jbschlosser/231/orig 2025-03-14T03:53:42.2614347Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-03-14T03:53:42.2614955Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-03-14T03:53:42.2615526Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-03-14T03:53:42.2616099Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-03-14T03:53:42.2616591Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-03-14T03:53:42.2617072Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-03-14T03:53:42.2617576Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-03-14T03:53:42.2618107Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-03-14T03:53:42.2618621Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-03-14T03:53:42.2619158Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-03-14T03:53:42.2619686Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-03-14T03:53:42.2620210Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-03-14T03:53:42.2620751Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-03-14T03:53:42.2621362Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-03-14T03:53:42.2621925Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-03-14T03:53:42.2622423Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-03-14T03:53:42.2622907Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-03-14T03:53:42.2623418Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-03-14T03:53:42.2623941Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-03-14T03:53:42.2624460Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-03-14T03:53:42.2624971Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-03-14T03:53:42.2625475Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-03-14T03:53:42.2625983Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-03-14T03:53:42.2626499Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-03-14T03:53:42.2627080Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-03-14T03:53:42.2627631Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-03-14T03:53:42.2628294Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-03-14T03:53:42.2628805Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-03-14T03:53:42.2629323Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-03-14T03:53:42.2629841Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-03-14T03:53:42.2630370Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-03-14T03:53:42.2630892Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-03-14T03:53:42.2631403Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-03-14T03:53:42.2631905Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-03-14T03:53:42.2632427Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-03-14T03:53:42.2633051Z * [new branch] gh/jiayisunx/55/base -> origin/gh/jiayisunx/55/base 2025-03-14T03:53:42.2633578Z * [new branch] gh/jiayisunx/55/head -> origin/gh/jiayisunx/55/head 2025-03-14T03:53:42.2634099Z * [new branch] gh/jiayisunx/55/orig -> origin/gh/jiayisunx/55/orig 2025-03-14T03:53:42.2634624Z * [new branch] gh/jiayisunx/56/base -> origin/gh/jiayisunx/56/base 2025-03-14T03:53:42.3088418Z * [new branch] gh/jiayisunx/56/head -> origin/gh/jiayisunx/56/head 2025-03-14T03:53:42.3089013Z * [new branch] gh/jiayisunx/56/orig -> origin/gh/jiayisunx/56/orig 2025-03-14T03:53:42.3089536Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-03-14T03:53:42.3090058Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-03-14T03:53:42.3090606Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-03-14T03:53:42.3091134Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-03-14T03:53:42.3091652Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-03-14T03:53:42.3092178Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-03-14T03:53:42.3092692Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-03-14T03:53:42.3093208Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-03-14T03:53:42.3093720Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-03-14T03:53:42.3094235Z * [new branch] gh/jiayisunx/60/base -> origin/gh/jiayisunx/60/base 2025-03-14T03:53:42.3094749Z * [new branch] gh/jiayisunx/60/head -> origin/gh/jiayisunx/60/head 2025-03-14T03:53:42.3095274Z * [new branch] gh/jiayisunx/60/orig -> origin/gh/jiayisunx/60/orig 2025-03-14T03:53:42.3095783Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-03-14T03:53:42.3096297Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-03-14T03:53:42.3096814Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-03-14T03:53:42.3097343Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-03-14T03:53:42.3097883Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-03-14T03:53:42.3098407Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-03-14T03:53:42.3098903Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-03-14T03:53:42.3099420Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-03-14T03:53:42.3100167Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-03-14T03:53:42.3100688Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-03-14T03:53:42.3101206Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-03-14T03:53:42.3101713Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-03-14T03:53:42.3102224Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-03-14T03:53:42.3102724Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-03-14T03:53:42.3103231Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-03-14T03:53:42.3103746Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-03-14T03:53:42.3104264Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-03-14T03:53:42.3104894Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-03-14T03:53:42.3105405Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-03-14T03:53:42.3105910Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-03-14T03:53:42.3106434Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-03-14T03:53:42.3106938Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-03-14T03:53:42.3107445Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-03-14T03:53:42.3107954Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-03-14T03:53:42.3108464Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-03-14T03:53:42.3108984Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-03-14T03:53:42.3109482Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-03-14T03:53:42.3109991Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-03-14T03:53:42.3110499Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-03-14T03:53:42.3111004Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-03-14T03:53:42.3111543Z * [new branch] gh/justinchuby/102/base -> origin/gh/justinchuby/102/base 2025-03-14T03:53:42.3112096Z * [new branch] gh/justinchuby/102/head -> origin/gh/justinchuby/102/head 2025-03-14T03:53:42.3539033Z * [new branch] gh/justinchuby/102/orig -> origin/gh/justinchuby/102/orig 2025-03-14T03:53:42.3539707Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-03-14T03:53:42.3540324Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-03-14T03:53:42.3540873Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-03-14T03:53:42.3541429Z * [new branch] gh/justinchuby/104/base -> origin/gh/justinchuby/104/base 2025-03-14T03:53:42.3541971Z * [new branch] gh/justinchuby/104/head -> origin/gh/justinchuby/104/head 2025-03-14T03:53:42.3542518Z * [new branch] gh/justinchuby/104/orig -> origin/gh/justinchuby/104/orig 2025-03-14T03:53:42.3543055Z * [new branch] gh/justinchuby/105/base -> origin/gh/justinchuby/105/base 2025-03-14T03:53:42.3543605Z * [new branch] gh/justinchuby/105/head -> origin/gh/justinchuby/105/head 2025-03-14T03:53:42.3544150Z * [new branch] gh/justinchuby/105/orig -> origin/gh/justinchuby/105/orig 2025-03-14T03:53:42.3544986Z * [new branch] gh/justinchuby/106/base -> origin/gh/justinchuby/106/base 2025-03-14T03:53:42.3545529Z * [new branch] gh/justinchuby/106/head -> origin/gh/justinchuby/106/head 2025-03-14T03:53:42.3546074Z * [new branch] gh/justinchuby/106/orig -> origin/gh/justinchuby/106/orig 2025-03-14T03:53:42.3546608Z * [new branch] gh/justinchuby/107/base -> origin/gh/justinchuby/107/base 2025-03-14T03:53:42.3547170Z * [new branch] gh/justinchuby/107/head -> origin/gh/justinchuby/107/head 2025-03-14T03:53:42.3547721Z * [new branch] gh/justinchuby/107/orig -> origin/gh/justinchuby/107/orig 2025-03-14T03:53:42.3548259Z * [new branch] gh/justinchuby/108/base -> origin/gh/justinchuby/108/base 2025-03-14T03:53:42.3548805Z * [new branch] gh/justinchuby/108/head -> origin/gh/justinchuby/108/head 2025-03-14T03:53:42.3549357Z * [new branch] gh/justinchuby/108/orig -> origin/gh/justinchuby/108/orig 2025-03-14T03:53:42.3550040Z * [new branch] gh/justinchuby/109/base -> origin/gh/justinchuby/109/base 2025-03-14T03:53:42.3550717Z * [new branch] gh/justinchuby/109/head -> origin/gh/justinchuby/109/head 2025-03-14T03:53:42.3551273Z * [new branch] gh/justinchuby/109/orig -> origin/gh/justinchuby/109/orig 2025-03-14T03:53:42.3551827Z * [new branch] gh/justinchuby/110/base -> origin/gh/justinchuby/110/base 2025-03-14T03:53:42.3552369Z * [new branch] gh/justinchuby/110/head -> origin/gh/justinchuby/110/head 2025-03-14T03:53:42.3552907Z * [new branch] gh/justinchuby/110/orig -> origin/gh/justinchuby/110/orig 2025-03-14T03:53:42.3553449Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-03-14T03:53:42.3553988Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-03-14T03:53:42.3554541Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-03-14T03:53:42.3555083Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-03-14T03:53:42.3555621Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-03-14T03:53:42.3556253Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-03-14T03:53:42.3556877Z * [new branch] gh/justinchuby/113/base -> origin/gh/justinchuby/113/base 2025-03-14T03:53:42.3557505Z * [new branch] gh/justinchuby/113/head -> origin/gh/justinchuby/113/head 2025-03-14T03:53:42.3558111Z * [new branch] gh/justinchuby/113/orig -> origin/gh/justinchuby/113/orig 2025-03-14T03:53:42.3558750Z * [new branch] gh/justinchuby/114/base -> origin/gh/justinchuby/114/base 2025-03-14T03:53:42.3559356Z * [new branch] gh/justinchuby/114/head -> origin/gh/justinchuby/114/head 2025-03-14T03:53:42.3559991Z * [new branch] gh/justinchuby/114/orig -> origin/gh/justinchuby/114/orig 2025-03-14T03:53:42.3560620Z * [new branch] gh/justinchuby/115/base -> origin/gh/justinchuby/115/base 2025-03-14T03:53:42.3561252Z * [new branch] gh/justinchuby/115/head -> origin/gh/justinchuby/115/head 2025-03-14T03:53:42.3561875Z * [new branch] gh/justinchuby/115/orig -> origin/gh/justinchuby/115/orig 2025-03-14T03:53:42.3562480Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-03-14T03:53:42.3563126Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-03-14T03:53:42.3563697Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-03-14T03:53:42.3564233Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-03-14T03:53:42.3564978Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-03-14T03:53:42.3565506Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-03-14T03:53:42.4018466Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-03-14T03:53:42.4019029Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-03-14T03:53:42.4019527Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-03-14T03:53:42.4020060Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-03-14T03:53:42.4020590Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-03-14T03:53:42.4021087Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-03-14T03:53:42.4021567Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-03-14T03:53:42.4022271Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-03-14T03:53:42.4022776Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-03-14T03:53:42.4023251Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-03-14T03:53:42.4023783Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-03-14T03:53:42.4024348Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-03-14T03:53:42.4024904Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-03-14T03:53:42.4025446Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-03-14T03:53:42.4026073Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-03-14T03:53:42.4026616Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-03-14T03:53:42.4027161Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-03-14T03:53:42.4027703Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-03-14T03:53:42.4028252Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-03-14T03:53:42.4028766Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-03-14T03:53:42.4029260Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-03-14T03:53:42.4029766Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-03-14T03:53:42.4030281Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-03-14T03:53:42.4030782Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-03-14T03:53:42.4031338Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-03-14T03:53:42.4031889Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-03-14T03:53:42.4032380Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-03-14T03:53:42.4032892Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-03-14T03:53:42.4033399Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-03-14T03:53:42.4033922Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-03-14T03:53:42.4034440Z * [new branch] gh/kwen2501/123/base -> origin/gh/kwen2501/123/base 2025-03-14T03:53:42.4034943Z * [new branch] gh/kwen2501/123/head -> origin/gh/kwen2501/123/head 2025-03-14T03:53:42.4035436Z * [new branch] gh/kwen2501/123/orig -> origin/gh/kwen2501/123/orig 2025-03-14T03:53:42.4036092Z * [new branch] gh/kwen2501/125/base -> origin/gh/kwen2501/125/base 2025-03-14T03:53:42.4036743Z * [new branch] gh/kwen2501/125/head -> origin/gh/kwen2501/125/head 2025-03-14T03:53:42.4037436Z * [new branch] gh/kwen2501/125/orig -> origin/gh/kwen2501/125/orig 2025-03-14T03:53:42.4038070Z * [new branch] gh/kwen2501/126/base -> origin/gh/kwen2501/126/base 2025-03-14T03:53:42.4038575Z * [new branch] gh/kwen2501/126/head -> origin/gh/kwen2501/126/head 2025-03-14T03:53:42.4039079Z * [new branch] gh/kwen2501/126/orig -> origin/gh/kwen2501/126/orig 2025-03-14T03:53:42.4039590Z * [new branch] gh/kwen2501/127/base -> origin/gh/kwen2501/127/base 2025-03-14T03:53:42.4040097Z * [new branch] gh/kwen2501/127/head -> origin/gh/kwen2501/127/head 2025-03-14T03:53:42.4040609Z * [new branch] gh/kwen2501/127/orig -> origin/gh/kwen2501/127/orig 2025-03-14T03:53:42.4041222Z * [new branch] gh/kwen2501/128/base -> origin/gh/kwen2501/128/base 2025-03-14T03:53:42.4041740Z * [new branch] gh/kwen2501/128/head -> origin/gh/kwen2501/128/head 2025-03-14T03:53:42.4042239Z * [new branch] gh/kwen2501/128/orig -> origin/gh/kwen2501/128/orig 2025-03-14T03:53:42.4042745Z * [new branch] gh/kwen2501/129/base -> origin/gh/kwen2501/129/base 2025-03-14T03:53:42.4508706Z * [new branch] gh/kwen2501/129/head -> origin/gh/kwen2501/129/head 2025-03-14T03:53:42.4509246Z * [new branch] gh/kwen2501/129/orig -> origin/gh/kwen2501/129/orig 2025-03-14T03:53:42.4509777Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-03-14T03:53:42.4510281Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-03-14T03:53:42.4510804Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-03-14T03:53:42.4511302Z * [new branch] gh/kwen2501/131/base -> origin/gh/kwen2501/131/base 2025-03-14T03:53:42.4511836Z * [new branch] gh/kwen2501/131/head -> origin/gh/kwen2501/131/head 2025-03-14T03:53:42.4512375Z * [new branch] gh/kwen2501/131/orig -> origin/gh/kwen2501/131/orig 2025-03-14T03:53:42.4512876Z * [new branch] gh/kwen2501/132/base -> origin/gh/kwen2501/132/base 2025-03-14T03:53:42.4513376Z * [new branch] gh/kwen2501/132/head -> origin/gh/kwen2501/132/head 2025-03-14T03:53:42.4513888Z * [new branch] gh/kwen2501/132/orig -> origin/gh/kwen2501/132/orig 2025-03-14T03:53:42.4514388Z * [new branch] gh/kwen2501/133/base -> origin/gh/kwen2501/133/base 2025-03-14T03:53:42.4514883Z * [new branch] gh/kwen2501/133/head -> origin/gh/kwen2501/133/head 2025-03-14T03:53:42.4515395Z * [new branch] gh/kwen2501/133/orig -> origin/gh/kwen2501/133/orig 2025-03-14T03:53:42.4515893Z * [new branch] gh/kwen2501/134/base -> origin/gh/kwen2501/134/base 2025-03-14T03:53:42.4516403Z * [new branch] gh/kwen2501/134/head -> origin/gh/kwen2501/134/head 2025-03-14T03:53:42.4516902Z * [new branch] gh/kwen2501/134/orig -> origin/gh/kwen2501/134/orig 2025-03-14T03:53:42.4517401Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-03-14T03:53:42.4517964Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-03-14T03:53:42.4518459Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-03-14T03:53:42.4518954Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-03-14T03:53:42.4519442Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-03-14T03:53:42.4520123Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-03-14T03:53:42.4520621Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-03-14T03:53:42.4521124Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-03-14T03:53:42.4521638Z * [new branch] gh/laithsakka/107/base -> origin/gh/laithsakka/107/base 2025-03-14T03:53:42.4522184Z * [new branch] gh/laithsakka/107/head -> origin/gh/laithsakka/107/head 2025-03-14T03:53:42.4522716Z * [new branch] gh/laithsakka/107/orig -> origin/gh/laithsakka/107/orig 2025-03-14T03:53:42.4523373Z * [new branch] gh/laithsakka/108/base -> origin/gh/laithsakka/108/base 2025-03-14T03:53:42.4523948Z * [new branch] gh/laithsakka/108/head -> origin/gh/laithsakka/108/head 2025-03-14T03:53:42.4524493Z * [new branch] gh/laithsakka/108/orig -> origin/gh/laithsakka/108/orig 2025-03-14T03:53:42.4525131Z * [new branch] gh/laithsakka/109/base -> origin/gh/laithsakka/109/base 2025-03-14T03:53:42.4525670Z * [new branch] gh/laithsakka/109/head -> origin/gh/laithsakka/109/head 2025-03-14T03:53:42.4526213Z * [new branch] gh/laithsakka/109/orig -> origin/gh/laithsakka/109/orig 2025-03-14T03:53:42.4526746Z * [new branch] gh/laithsakka/110/base -> origin/gh/laithsakka/110/base 2025-03-14T03:53:42.4527288Z * [new branch] gh/laithsakka/110/head -> origin/gh/laithsakka/110/head 2025-03-14T03:53:42.4527820Z * [new branch] gh/laithsakka/110/orig -> origin/gh/laithsakka/110/orig 2025-03-14T03:53:42.4528345Z * [new branch] gh/laithsakka/111/base -> origin/gh/laithsakka/111/base 2025-03-14T03:53:42.4528912Z * [new branch] gh/laithsakka/111/head -> origin/gh/laithsakka/111/head 2025-03-14T03:53:42.4529495Z * [new branch] gh/laithsakka/111/orig -> origin/gh/laithsakka/111/orig 2025-03-14T03:53:42.4530026Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-03-14T03:53:42.4530565Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-03-14T03:53:42.4531097Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-03-14T03:53:42.4531632Z * [new branch] gh/laithsakka/113/base -> origin/gh/laithsakka/113/base 2025-03-14T03:53:42.4532158Z * [new branch] gh/laithsakka/113/head -> origin/gh/laithsakka/113/head 2025-03-14T03:53:42.4532689Z * [new branch] gh/laithsakka/113/orig -> origin/gh/laithsakka/113/orig 2025-03-14T03:53:42.4938798Z * [new branch] gh/laithsakka/114/base -> origin/gh/laithsakka/114/base 2025-03-14T03:53:42.4939389Z * [new branch] gh/laithsakka/114/head -> origin/gh/laithsakka/114/head 2025-03-14T03:53:42.4939951Z * [new branch] gh/laithsakka/114/orig -> origin/gh/laithsakka/114/orig 2025-03-14T03:53:42.4940484Z * [new branch] gh/laithsakka/115/base -> origin/gh/laithsakka/115/base 2025-03-14T03:53:42.4941021Z * [new branch] gh/laithsakka/115/head -> origin/gh/laithsakka/115/head 2025-03-14T03:53:42.4941543Z * [new branch] gh/laithsakka/115/orig -> origin/gh/laithsakka/115/orig 2025-03-14T03:53:42.4942077Z * [new branch] gh/laithsakka/116/base -> origin/gh/laithsakka/116/base 2025-03-14T03:53:42.4942644Z * [new branch] gh/laithsakka/116/head -> origin/gh/laithsakka/116/head 2025-03-14T03:53:42.4943207Z * [new branch] gh/laithsakka/116/orig -> origin/gh/laithsakka/116/orig 2025-03-14T03:53:42.4943741Z * [new branch] gh/laithsakka/117/base -> origin/gh/laithsakka/117/base 2025-03-14T03:53:42.4944465Z * [new branch] gh/laithsakka/117/head -> origin/gh/laithsakka/117/head 2025-03-14T03:53:42.4944990Z * [new branch] gh/laithsakka/117/orig -> origin/gh/laithsakka/117/orig 2025-03-14T03:53:42.4945525Z * [new branch] gh/laithsakka/118/base -> origin/gh/laithsakka/118/base 2025-03-14T03:53:42.4946067Z * [new branch] gh/laithsakka/118/head -> origin/gh/laithsakka/118/head 2025-03-14T03:53:42.4946602Z * [new branch] gh/laithsakka/118/orig -> origin/gh/laithsakka/118/orig 2025-03-14T03:53:42.4947136Z * [new branch] gh/laithsakka/119/base -> origin/gh/laithsakka/119/base 2025-03-14T03:53:42.4947669Z * [new branch] gh/laithsakka/119/head -> origin/gh/laithsakka/119/head 2025-03-14T03:53:42.4948244Z * [new branch] gh/laithsakka/119/orig -> origin/gh/laithsakka/119/orig 2025-03-14T03:53:42.4948815Z * [new branch] gh/laithsakka/120/base -> origin/gh/laithsakka/120/base 2025-03-14T03:53:42.4949459Z * [new branch] gh/laithsakka/120/head -> origin/gh/laithsakka/120/head 2025-03-14T03:53:42.4949997Z * [new branch] gh/laithsakka/120/orig -> origin/gh/laithsakka/120/orig 2025-03-14T03:53:42.4950531Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-03-14T03:53:42.4951067Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-03-14T03:53:42.4951603Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-03-14T03:53:42.4952143Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-03-14T03:53:42.4952679Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-03-14T03:53:42.4953198Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-03-14T03:53:42.4953771Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-03-14T03:53:42.4954339Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-03-14T03:53:42.4954879Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-14T03:53:42.4955426Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-14T03:53:42.4955956Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-14T03:53:42.4956543Z * [new branch] gh/leslie-fang-intel/180/base -> origin/gh/leslie-fang-intel/180/base 2025-03-14T03:53:42.4957174Z * [new branch] gh/leslie-fang-intel/180/head -> origin/gh/leslie-fang-intel/180/head 2025-03-14T03:53:42.4957801Z * [new branch] gh/leslie-fang-intel/180/orig -> origin/gh/leslie-fang-intel/180/orig 2025-03-14T03:53:42.4958422Z * [new branch] gh/leslie-fang-intel/181/base -> origin/gh/leslie-fang-intel/181/base 2025-03-14T03:53:42.4959046Z * [new branch] gh/leslie-fang-intel/181/head -> origin/gh/leslie-fang-intel/181/head 2025-03-14T03:53:42.4959750Z * [new branch] gh/leslie-fang-intel/181/orig -> origin/gh/leslie-fang-intel/181/orig 2025-03-14T03:53:42.4960379Z * [new branch] gh/leslie-fang-intel/182/base -> origin/gh/leslie-fang-intel/182/base 2025-03-14T03:53:42.4961087Z * [new branch] gh/leslie-fang-intel/182/head -> origin/gh/leslie-fang-intel/182/head 2025-03-14T03:53:42.4961711Z * [new branch] gh/leslie-fang-intel/182/orig -> origin/gh/leslie-fang-intel/182/orig 2025-03-14T03:53:42.4962337Z * [new branch] gh/leslie-fang-intel/183/base -> origin/gh/leslie-fang-intel/183/base 2025-03-14T03:53:42.4963024Z * [new branch] gh/leslie-fang-intel/183/head -> origin/gh/leslie-fang-intel/183/head 2025-03-14T03:53:42.4964021Z * [new branch] gh/leslie-fang-intel/183/orig -> origin/gh/leslie-fang-intel/183/orig 2025-03-14T03:53:42.4964692Z * [new branch] gh/leslie-fang-intel/184/base -> origin/gh/leslie-fang-intel/184/base 2025-03-14T03:53:42.5429089Z * [new branch] gh/leslie-fang-intel/184/head -> origin/gh/leslie-fang-intel/184/head 2025-03-14T03:53:42.5429781Z * [new branch] gh/leslie-fang-intel/184/orig -> origin/gh/leslie-fang-intel/184/orig 2025-03-14T03:53:42.5430421Z * [new branch] gh/leslie-fang-intel/185/base -> origin/gh/leslie-fang-intel/185/base 2025-03-14T03:53:42.5431081Z * [new branch] gh/leslie-fang-intel/185/head -> origin/gh/leslie-fang-intel/185/head 2025-03-14T03:53:42.5431747Z * [new branch] gh/leslie-fang-intel/185/orig -> origin/gh/leslie-fang-intel/185/orig 2025-03-14T03:53:42.5432367Z * [new branch] gh/leslie-fang-intel/186/base -> origin/gh/leslie-fang-intel/186/base 2025-03-14T03:53:42.5433221Z * [new branch] gh/leslie-fang-intel/186/head -> origin/gh/leslie-fang-intel/186/head 2025-03-14T03:53:42.5433843Z * [new branch] gh/leslie-fang-intel/186/orig -> origin/gh/leslie-fang-intel/186/orig 2025-03-14T03:53:42.5434458Z * [new branch] gh/leslie-fang-intel/187/base -> origin/gh/leslie-fang-intel/187/base 2025-03-14T03:53:42.5435076Z * [new branch] gh/leslie-fang-intel/187/head -> origin/gh/leslie-fang-intel/187/head 2025-03-14T03:53:42.5435685Z * [new branch] gh/leslie-fang-intel/187/orig -> origin/gh/leslie-fang-intel/187/orig 2025-03-14T03:53:42.5436299Z * [new branch] gh/leslie-fang-intel/188/base -> origin/gh/leslie-fang-intel/188/base 2025-03-14T03:53:42.5436918Z * [new branch] gh/leslie-fang-intel/188/head -> origin/gh/leslie-fang-intel/188/head 2025-03-14T03:53:42.5437633Z * [new branch] gh/leslie-fang-intel/188/orig -> origin/gh/leslie-fang-intel/188/orig 2025-03-14T03:53:42.5438181Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-03-14T03:53:42.5438641Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-03-14T03:53:42.5439084Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-03-14T03:53:42.5439515Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-03-14T03:53:42.5439962Z * [new branch] gh/lw/7/base -> origin/gh/lw/7/base 2025-03-14T03:53:42.5440405Z * [new branch] gh/lw/7/head -> origin/gh/lw/7/head 2025-03-14T03:53:42.5440847Z * [new branch] gh/lw/7/orig -> origin/gh/lw/7/orig 2025-03-14T03:53:42.5441285Z * [new branch] gh/lw/8/base -> origin/gh/lw/8/base 2025-03-14T03:53:42.5441721Z * [new branch] gh/lw/8/head -> origin/gh/lw/8/head 2025-03-14T03:53:42.5442156Z * [new branch] gh/lw/8/orig -> origin/gh/lw/8/orig 2025-03-14T03:53:42.5442635Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-03-14T03:53:42.5443255Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-03-14T03:53:42.5443797Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-03-14T03:53:42.5444288Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-03-14T03:53:42.5444786Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-03-14T03:53:42.5445275Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-03-14T03:53:42.5445763Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-03-14T03:53:42.5446253Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-03-14T03:53:42.5446895Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-03-14T03:53:42.5447404Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-03-14T03:53:42.5447892Z * [new branch] gh/malfet/178/base -> origin/gh/malfet/178/base 2025-03-14T03:53:42.5448382Z * [new branch] gh/malfet/178/head -> origin/gh/malfet/178/head 2025-03-14T03:53:42.5448930Z * [new branch] gh/malfet/178/orig -> origin/gh/malfet/178/orig 2025-03-14T03:53:42.5449462Z * [new branch] gh/malfet/179/base -> origin/gh/malfet/179/base 2025-03-14T03:53:42.5449953Z * [new branch] gh/malfet/179/head -> origin/gh/malfet/179/head 2025-03-14T03:53:42.5450448Z * [new branch] gh/malfet/179/orig -> origin/gh/malfet/179/orig 2025-03-14T03:53:42.5450935Z * [new branch] gh/malfet/180/base -> origin/gh/malfet/180/base 2025-03-14T03:53:42.5451422Z * [new branch] gh/malfet/180/head -> origin/gh/malfet/180/head 2025-03-14T03:53:42.5452016Z * [new branch] gh/malfet/180/orig -> origin/gh/malfet/180/orig 2025-03-14T03:53:42.5452521Z * [new branch] gh/malfet/181/base -> origin/gh/malfet/181/base 2025-03-14T03:53:42.5453023Z * [new branch] gh/malfet/181/head -> origin/gh/malfet/181/head 2025-03-14T03:53:42.5453516Z * [new branch] gh/malfet/181/orig -> origin/gh/malfet/181/orig 2025-03-14T03:53:42.5880229Z * [new branch] gh/malfet/182/base -> origin/gh/malfet/182/base 2025-03-14T03:53:42.5880835Z * [new branch] gh/malfet/182/head -> origin/gh/malfet/182/head 2025-03-14T03:53:42.5881346Z * [new branch] gh/malfet/182/orig -> origin/gh/malfet/182/orig 2025-03-14T03:53:42.5881835Z * [new branch] gh/malfet/183/base -> origin/gh/malfet/183/base 2025-03-14T03:53:42.5882367Z * [new branch] gh/malfet/183/head -> origin/gh/malfet/183/head 2025-03-14T03:53:42.5882861Z * [new branch] gh/malfet/183/orig -> origin/gh/malfet/183/orig 2025-03-14T03:53:42.5883429Z * [new branch] gh/malfet/184/base -> origin/gh/malfet/184/base 2025-03-14T03:53:42.5883927Z * [new branch] gh/malfet/184/head -> origin/gh/malfet/184/head 2025-03-14T03:53:42.5884421Z * [new branch] gh/malfet/184/orig -> origin/gh/malfet/184/orig 2025-03-14T03:53:42.5884898Z * [new branch] gh/malfet/185/base -> origin/gh/malfet/185/base 2025-03-14T03:53:42.5885392Z * [new branch] gh/malfet/185/head -> origin/gh/malfet/185/head 2025-03-14T03:53:42.5885887Z * [new branch] gh/malfet/185/orig -> origin/gh/malfet/185/orig 2025-03-14T03:53:42.5886374Z * [new branch] gh/malfet/186/base -> origin/gh/malfet/186/base 2025-03-14T03:53:42.5886879Z * [new branch] gh/malfet/186/head -> origin/gh/malfet/186/head 2025-03-14T03:53:42.5887370Z * [new branch] gh/malfet/186/orig -> origin/gh/malfet/186/orig 2025-03-14T03:53:42.5887853Z * [new branch] gh/malfet/187/base -> origin/gh/malfet/187/base 2025-03-14T03:53:42.5888347Z * [new branch] gh/malfet/187/head -> origin/gh/malfet/187/head 2025-03-14T03:53:42.5888843Z * [new branch] gh/malfet/187/orig -> origin/gh/malfet/187/orig 2025-03-14T03:53:42.5889339Z * [new branch] gh/malfet/188/base -> origin/gh/malfet/188/base 2025-03-14T03:53:42.5889833Z * [new branch] gh/malfet/188/head -> origin/gh/malfet/188/head 2025-03-14T03:53:42.5890327Z * [new branch] gh/malfet/188/orig -> origin/gh/malfet/188/orig 2025-03-14T03:53:42.5890812Z * [new branch] gh/malfet/189/base -> origin/gh/malfet/189/base 2025-03-14T03:53:42.5891515Z * [new branch] gh/malfet/189/head -> origin/gh/malfet/189/head 2025-03-14T03:53:42.5892023Z * [new branch] gh/malfet/190/base -> origin/gh/malfet/190/base 2025-03-14T03:53:42.5892539Z * [new branch] gh/malfet/190/head -> origin/gh/malfet/190/head 2025-03-14T03:53:42.5893050Z * [new branch] gh/malfet/190/orig -> origin/gh/malfet/190/orig 2025-03-14T03:53:42.5893546Z * [new branch] gh/malfet/191/base -> origin/gh/malfet/191/base 2025-03-14T03:53:42.5894036Z * [new branch] gh/malfet/191/head -> origin/gh/malfet/191/head 2025-03-14T03:53:42.5894529Z * [new branch] gh/malfet/191/orig -> origin/gh/malfet/191/orig 2025-03-14T03:53:42.5895013Z * [new branch] gh/malfet/192/base -> origin/gh/malfet/192/base 2025-03-14T03:53:42.5895509Z * [new branch] gh/malfet/192/head -> origin/gh/malfet/192/head 2025-03-14T03:53:42.5896117Z * [new branch] gh/malfet/192/orig -> origin/gh/malfet/192/orig 2025-03-14T03:53:42.5896611Z * [new branch] gh/malfet/193/base -> origin/gh/malfet/193/base 2025-03-14T03:53:42.5897115Z * [new branch] gh/malfet/193/head -> origin/gh/malfet/193/head 2025-03-14T03:53:42.5897610Z * [new branch] gh/malfet/193/orig -> origin/gh/malfet/193/orig 2025-03-14T03:53:42.5898089Z * [new branch] gh/malfet/194/base -> origin/gh/malfet/194/base 2025-03-14T03:53:42.5898581Z * [new branch] gh/malfet/194/head -> origin/gh/malfet/194/head 2025-03-14T03:53:42.5899075Z * [new branch] gh/malfet/194/orig -> origin/gh/malfet/194/orig 2025-03-14T03:53:42.5899563Z * [new branch] gh/malfet/195/base -> origin/gh/malfet/195/base 2025-03-14T03:53:42.5900059Z * [new branch] gh/malfet/195/head -> origin/gh/malfet/195/head 2025-03-14T03:53:42.5900555Z * [new branch] gh/malfet/195/orig -> origin/gh/malfet/195/orig 2025-03-14T03:53:42.5901045Z * [new branch] gh/malfet/196/base -> origin/gh/malfet/196/base 2025-03-14T03:53:42.5901526Z * [new branch] gh/malfet/196/head -> origin/gh/malfet/196/head 2025-03-14T03:53:42.5902015Z * [new branch] gh/malfet/196/orig -> origin/gh/malfet/196/orig 2025-03-14T03:53:42.5902502Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-03-14T03:53:42.5902990Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-03-14T03:53:42.5903485Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-03-14T03:53:42.5903972Z * [new branch] gh/malfet/198/base -> origin/gh/malfet/198/base 2025-03-14T03:53:42.6316731Z * [new branch] gh/malfet/198/head -> origin/gh/malfet/198/head 2025-03-14T03:53:42.6317327Z * [new branch] gh/malfet/198/orig -> origin/gh/malfet/198/orig 2025-03-14T03:53:42.6317848Z * [new branch] gh/malfet/199/base -> origin/gh/malfet/199/base 2025-03-14T03:53:42.6318344Z * [new branch] gh/malfet/199/head -> origin/gh/malfet/199/head 2025-03-14T03:53:42.6318836Z * [new branch] gh/malfet/199/orig -> origin/gh/malfet/199/orig 2025-03-14T03:53:42.6319332Z * [new branch] gh/malfet/200/base -> origin/gh/malfet/200/base 2025-03-14T03:53:42.6319823Z * [new branch] gh/malfet/200/head -> origin/gh/malfet/200/head 2025-03-14T03:53:42.6320312Z * [new branch] gh/malfet/200/orig -> origin/gh/malfet/200/orig 2025-03-14T03:53:42.6320801Z * [new branch] gh/malfet/201/base -> origin/gh/malfet/201/base 2025-03-14T03:53:42.6321507Z * [new branch] gh/malfet/201/head -> origin/gh/malfet/201/head 2025-03-14T03:53:42.6322009Z * [new branch] gh/malfet/201/orig -> origin/gh/malfet/201/orig 2025-03-14T03:53:42.6322506Z * [new branch] gh/malfet/202/base -> origin/gh/malfet/202/base 2025-03-14T03:53:42.6323082Z * [new branch] gh/malfet/202/head -> origin/gh/malfet/202/head 2025-03-14T03:53:42.6323571Z * [new branch] gh/malfet/202/orig -> origin/gh/malfet/202/orig 2025-03-14T03:53:42.6324057Z * [new branch] gh/malfet/203/base -> origin/gh/malfet/203/base 2025-03-14T03:53:42.6324553Z * [new branch] gh/malfet/203/head -> origin/gh/malfet/203/head 2025-03-14T03:53:42.6325042Z * [new branch] gh/malfet/203/orig -> origin/gh/malfet/203/orig 2025-03-14T03:53:42.6325530Z * [new branch] gh/malfet/204/base -> origin/gh/malfet/204/base 2025-03-14T03:53:42.6326153Z * [new branch] gh/malfet/204/head -> origin/gh/malfet/204/head 2025-03-14T03:53:42.6326652Z * [new branch] gh/malfet/204/orig -> origin/gh/malfet/204/orig 2025-03-14T03:53:42.6327139Z * [new branch] gh/malfet/205/base -> origin/gh/malfet/205/base 2025-03-14T03:53:42.6327633Z * [new branch] gh/malfet/205/head -> origin/gh/malfet/205/head 2025-03-14T03:53:42.6328128Z * [new branch] gh/malfet/205/orig -> origin/gh/malfet/205/orig 2025-03-14T03:53:42.6328634Z * [new branch] gh/malfet/206/base -> origin/gh/malfet/206/base 2025-03-14T03:53:42.6329126Z * [new branch] gh/malfet/206/head -> origin/gh/malfet/206/head 2025-03-14T03:53:42.6329616Z * [new branch] gh/malfet/206/orig -> origin/gh/malfet/206/orig 2025-03-14T03:53:42.6330091Z * [new branch] gh/malfet/207/base -> origin/gh/malfet/207/base 2025-03-14T03:53:42.6330597Z * [new branch] gh/malfet/207/head -> origin/gh/malfet/207/head 2025-03-14T03:53:42.6331085Z * [new branch] gh/malfet/207/orig -> origin/gh/malfet/207/orig 2025-03-14T03:53:42.6331572Z * [new branch] gh/malfet/208/base -> origin/gh/malfet/208/base 2025-03-14T03:53:42.6332059Z * [new branch] gh/malfet/208/head -> origin/gh/malfet/208/head 2025-03-14T03:53:42.6332547Z * [new branch] gh/malfet/208/orig -> origin/gh/malfet/208/orig 2025-03-14T03:53:42.6333028Z * [new branch] gh/malfet/209/base -> origin/gh/malfet/209/base 2025-03-14T03:53:42.6333518Z * [new branch] gh/malfet/209/head -> origin/gh/malfet/209/head 2025-03-14T03:53:42.6334008Z * [new branch] gh/malfet/209/orig -> origin/gh/malfet/209/orig 2025-03-14T03:53:42.6334507Z * [new branch] gh/malfet/210/base -> origin/gh/malfet/210/base 2025-03-14T03:53:42.6335005Z * [new branch] gh/malfet/210/head -> origin/gh/malfet/210/head 2025-03-14T03:53:42.6335497Z * [new branch] gh/malfet/210/orig -> origin/gh/malfet/210/orig 2025-03-14T03:53:42.6335985Z * [new branch] gh/malfet/211/base -> origin/gh/malfet/211/base 2025-03-14T03:53:42.6336469Z * [new branch] gh/malfet/211/head -> origin/gh/malfet/211/head 2025-03-14T03:53:42.6336956Z * [new branch] gh/malfet/211/orig -> origin/gh/malfet/211/orig 2025-03-14T03:53:42.6337440Z * [new branch] gh/malfet/212/base -> origin/gh/malfet/212/base 2025-03-14T03:53:42.6337930Z * [new branch] gh/malfet/212/head -> origin/gh/malfet/212/head 2025-03-14T03:53:42.6338415Z * [new branch] gh/malfet/212/orig -> origin/gh/malfet/212/orig 2025-03-14T03:53:42.6339018Z * [new branch] gh/malfet/213/base -> origin/gh/malfet/213/base 2025-03-14T03:53:42.6339511Z * [new branch] gh/malfet/213/head -> origin/gh/malfet/213/head 2025-03-14T03:53:42.6340007Z * [new branch] gh/malfet/213/orig -> origin/gh/malfet/213/orig 2025-03-14T03:53:42.7927575Z * [new branch] gh/malfet/214/base -> origin/gh/malfet/214/base 2025-03-14T03:53:42.7928153Z * [new branch] gh/malfet/214/head -> origin/gh/malfet/214/head 2025-03-14T03:53:42.7928668Z * [new branch] gh/malfet/214/orig -> origin/gh/malfet/214/orig 2025-03-14T03:53:42.7929166Z * [new branch] gh/malfet/215/base -> origin/gh/malfet/215/base 2025-03-14T03:53:42.7929644Z * [new branch] gh/malfet/215/head -> origin/gh/malfet/215/head 2025-03-14T03:53:42.7930140Z * [new branch] gh/malfet/215/orig -> origin/gh/malfet/215/orig 2025-03-14T03:53:42.7930899Z * [new branch] gh/malfet/216/base -> origin/gh/malfet/216/base 2025-03-14T03:53:42.7931399Z * [new branch] gh/malfet/216/head -> origin/gh/malfet/216/head 2025-03-14T03:53:42.7931909Z * [new branch] gh/malfet/216/orig -> origin/gh/malfet/216/orig 2025-03-14T03:53:42.7932412Z * [new branch] gh/malfet/217/base -> origin/gh/malfet/217/base 2025-03-14T03:53:42.7932895Z * [new branch] gh/malfet/217/head -> origin/gh/malfet/217/head 2025-03-14T03:53:42.7933398Z * [new branch] gh/malfet/217/orig -> origin/gh/malfet/217/orig 2025-03-14T03:53:42.7933984Z * [new branch] gh/malfet/218/base -> origin/gh/malfet/218/base 2025-03-14T03:53:42.7934511Z * [new branch] gh/malfet/218/head -> origin/gh/malfet/218/head 2025-03-14T03:53:42.7935064Z * [new branch] gh/malfet/218/orig -> origin/gh/malfet/218/orig 2025-03-14T03:53:42.7935622Z * [new branch] gh/malfet/219/base -> origin/gh/malfet/219/base 2025-03-14T03:53:42.7936190Z * [new branch] gh/malfet/219/head -> origin/gh/malfet/219/head 2025-03-14T03:53:42.7936735Z * [new branch] gh/malfet/219/orig -> origin/gh/malfet/219/orig 2025-03-14T03:53:42.7937305Z * [new branch] gh/malfet/220/base -> origin/gh/malfet/220/base 2025-03-14T03:53:42.7937852Z * [new branch] gh/malfet/220/head -> origin/gh/malfet/220/head 2025-03-14T03:53:42.7938372Z * [new branch] gh/malfet/220/orig -> origin/gh/malfet/220/orig 2025-03-14T03:53:42.7946167Z * [new branch] gh/malfet/221/base -> origin/gh/malfet/221/base 2025-03-14T03:53:42.7946860Z * [new branch] gh/malfet/221/head -> origin/gh/malfet/221/head 2025-03-14T03:53:42.7947365Z * [new branch] gh/malfet/221/orig -> origin/gh/malfet/221/orig 2025-03-14T03:53:42.7947894Z * [new branch] gh/malfet/222/base -> origin/gh/malfet/222/base 2025-03-14T03:53:42.7948386Z * [new branch] gh/malfet/222/head -> origin/gh/malfet/222/head 2025-03-14T03:53:42.7948878Z * [new branch] gh/malfet/222/orig -> origin/gh/malfet/222/orig 2025-03-14T03:53:42.7949443Z * [new branch] gh/malfet/223/base -> origin/gh/malfet/223/base 2025-03-14T03:53:42.7949971Z * [new branch] gh/malfet/223/head -> origin/gh/malfet/223/head 2025-03-14T03:53:42.7950458Z * [new branch] gh/malfet/223/orig -> origin/gh/malfet/223/orig 2025-03-14T03:53:42.7950946Z * [new branch] gh/malfet/224/base -> origin/gh/malfet/224/base 2025-03-14T03:53:42.7951447Z * [new branch] gh/malfet/224/head -> origin/gh/malfet/224/head 2025-03-14T03:53:42.7951939Z * [new branch] gh/malfet/224/orig -> origin/gh/malfet/224/orig 2025-03-14T03:53:42.7952634Z * [new branch] gh/malfet/225/base -> origin/gh/malfet/225/base 2025-03-14T03:53:42.7953125Z * [new branch] gh/malfet/225/head -> origin/gh/malfet/225/head 2025-03-14T03:53:42.7953619Z * [new branch] gh/malfet/225/orig -> origin/gh/malfet/225/orig 2025-03-14T03:53:42.7954102Z * [new branch] gh/malfet/226/base -> origin/gh/malfet/226/base 2025-03-14T03:53:42.7954596Z * [new branch] gh/malfet/226/head -> origin/gh/malfet/226/head 2025-03-14T03:53:42.7955083Z * [new branch] gh/malfet/226/orig -> origin/gh/malfet/226/orig 2025-03-14T03:53:42.7955573Z * [new branch] gh/malfet/227/base -> origin/gh/malfet/227/base 2025-03-14T03:53:42.7956063Z * [new branch] gh/malfet/227/head -> origin/gh/malfet/227/head 2025-03-14T03:53:42.7956559Z * [new branch] gh/malfet/227/orig -> origin/gh/malfet/227/orig 2025-03-14T03:53:42.7957152Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-03-14T03:53:42.7957646Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-03-14T03:53:42.7958133Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-03-14T03:53:42.7958622Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-03-14T03:53:42.7959111Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-03-14T03:53:42.7959594Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-03-14T03:53:42.8427118Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-03-14T03:53:42.8427694Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-03-14T03:53:42.8428257Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-03-14T03:53:42.8428847Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-03-14T03:53:42.8429407Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-03-14T03:53:42.8429918Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-03-14T03:53:42.8430439Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-03-14T03:53:42.8430953Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-03-14T03:53:42.8431475Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-03-14T03:53:42.8431999Z * [new branch] gh/masnesral/173/base -> origin/gh/masnesral/173/base 2025-03-14T03:53:42.8432517Z * [new branch] gh/masnesral/173/head -> origin/gh/masnesral/173/head 2025-03-14T03:53:42.8433049Z * [new branch] gh/masnesral/173/orig -> origin/gh/masnesral/173/orig 2025-03-14T03:53:42.8433566Z * [new branch] gh/masnesral/176/base -> origin/gh/masnesral/176/base 2025-03-14T03:53:42.8434085Z * [new branch] gh/masnesral/176/head -> origin/gh/masnesral/176/head 2025-03-14T03:53:42.8434635Z * [new branch] gh/masnesral/176/orig -> origin/gh/masnesral/176/orig 2025-03-14T03:53:42.8435198Z * [new branch] gh/masnesral/177/base -> origin/gh/masnesral/177/base 2025-03-14T03:53:42.8435714Z * [new branch] gh/masnesral/177/head -> origin/gh/masnesral/177/head 2025-03-14T03:53:42.8436226Z * [new branch] gh/masnesral/177/orig -> origin/gh/masnesral/177/orig 2025-03-14T03:53:42.8436744Z * [new branch] gh/masnesral/178/base -> origin/gh/masnesral/178/base 2025-03-14T03:53:42.8437470Z * [new branch] gh/masnesral/178/head -> origin/gh/masnesral/178/head 2025-03-14T03:53:42.8437998Z * [new branch] gh/masnesral/178/orig -> origin/gh/masnesral/178/orig 2025-03-14T03:53:42.8438519Z * [new branch] gh/masnesral/179/base -> origin/gh/masnesral/179/base 2025-03-14T03:53:42.8439045Z * [new branch] gh/masnesral/179/head -> origin/gh/masnesral/179/head 2025-03-14T03:53:42.8439569Z * [new branch] gh/masnesral/179/orig -> origin/gh/masnesral/179/orig 2025-03-14T03:53:42.8440128Z * [new branch] gh/masnesral/180/base -> origin/gh/masnesral/180/base 2025-03-14T03:53:42.8440690Z * [new branch] gh/masnesral/180/head -> origin/gh/masnesral/180/head 2025-03-14T03:53:42.8441200Z * [new branch] gh/masnesral/180/orig -> origin/gh/masnesral/180/orig 2025-03-14T03:53:42.8441724Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-03-14T03:53:42.8442382Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-03-14T03:53:42.8442918Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-03-14T03:53:42.8443504Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-03-14T03:53:42.8444021Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-03-14T03:53:42.8444524Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-03-14T03:53:42.8445043Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-03-14T03:53:42.8445564Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-03-14T03:53:42.8446157Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-03-14T03:53:42.8446667Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-03-14T03:53:42.8447180Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-03-14T03:53:42.8447686Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-03-14T03:53:42.8448190Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-03-14T03:53:42.8448697Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-03-14T03:53:42.8449204Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-03-14T03:53:42.8449780Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-03-14T03:53:42.8450406Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-03-14T03:53:42.8451033Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-03-14T03:53:42.8451690Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-03-14T03:53:42.8840759Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-03-14T03:53:42.8841430Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-03-14T03:53:42.8842059Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-03-14T03:53:42.8842677Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-03-14T03:53:42.8843351Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-03-14T03:53:42.8843969Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-03-14T03:53:42.8844649Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-03-14T03:53:42.8845494Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-03-14T03:53:42.8846126Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-03-14T03:53:42.8846742Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-03-14T03:53:42.8847350Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-03-14T03:53:42.8847962Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-03-14T03:53:42.8848573Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-03-14T03:53:42.8849186Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-03-14T03:53:42.8849839Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-03-14T03:53:42.8850489Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-03-14T03:53:42.8851642Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-03-14T03:53:42.8852269Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-03-14T03:53:42.8852893Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-03-14T03:53:42.8853507Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-03-14T03:53:42.8854107Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-03-14T03:53:42.8854722Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-03-14T03:53:42.8855376Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-03-14T03:53:42.8856032Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-03-14T03:53:42.8856654Z * [new branch] gh/mikaylagawarecki/314/base -> origin/gh/mikaylagawarecki/314/base 2025-03-14T03:53:42.8857261Z * [new branch] gh/mikaylagawarecki/314/head -> origin/gh/mikaylagawarecki/314/head 2025-03-14T03:53:42.8857864Z * [new branch] gh/mikaylagawarecki/314/orig -> origin/gh/mikaylagawarecki/314/orig 2025-03-14T03:53:42.8858483Z * [new branch] gh/mikaylagawarecki/315/base -> origin/gh/mikaylagawarecki/315/base 2025-03-14T03:53:42.8859092Z * [new branch] gh/mikaylagawarecki/315/head -> origin/gh/mikaylagawarecki/315/head 2025-03-14T03:53:42.8859702Z * [new branch] gh/mikaylagawarecki/315/orig -> origin/gh/mikaylagawarecki/315/orig 2025-03-14T03:53:42.8860314Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-03-14T03:53:42.8860923Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-03-14T03:53:42.8861595Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-03-14T03:53:42.8862239Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-03-14T03:53:42.8862862Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-03-14T03:53:42.8863479Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-03-14T03:53:42.8864098Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-03-14T03:53:42.8864715Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-03-14T03:53:42.8865335Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-03-14T03:53:42.8865935Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-03-14T03:53:42.8866684Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-03-14T03:53:42.8867373Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-03-14T03:53:42.9295342Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-03-14T03:53:42.9296002Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-03-14T03:53:42.9296620Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-03-14T03:53:42.9297239Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-03-14T03:53:42.9297841Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-03-14T03:53:42.9298460Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-03-14T03:53:42.9299290Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-03-14T03:53:42.9299913Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-03-14T03:53:42.9300532Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-03-14T03:53:42.9301144Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-03-14T03:53:42.9301768Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-03-14T03:53:42.9302375Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-03-14T03:53:42.9302991Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-03-14T03:53:42.9303601Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-03-14T03:53:42.9304227Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-03-14T03:53:42.9304783Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-03-14T03:53:42.9305274Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-03-14T03:53:42.9305754Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-03-14T03:53:42.9306233Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-03-14T03:53:42.9306707Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-03-14T03:53:42.9307184Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-03-14T03:53:42.9307664Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-03-14T03:53:42.9308143Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-03-14T03:53:42.9308672Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-03-14T03:53:42.9309218Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-03-14T03:53:42.9309702Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-03-14T03:53:42.9310179Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-03-14T03:53:42.9310683Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-03-14T03:53:42.9311161Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-03-14T03:53:42.9311636Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-03-14T03:53:42.9312123Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-03-14T03:53:42.9312608Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-03-14T03:53:42.9313224Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-03-14T03:53:42.9313708Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-03-14T03:53:42.9314210Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-03-14T03:53:42.9314718Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-03-14T03:53:42.9315215Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-03-14T03:53:42.9315730Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-03-14T03:53:42.9316239Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-03-14T03:53:42.9316744Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-03-14T03:53:42.9317262Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-03-14T03:53:42.9317879Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-03-14T03:53:42.9318397Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-03-14T03:53:42.9318914Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-03-14T03:53:42.9319432Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-03-14T03:53:42.9319954Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-03-14T03:53:42.9776295Z * [new branch] gh/muchulee8/42/base -> origin/gh/muchulee8/42/base 2025-03-14T03:53:42.9776855Z * [new branch] gh/muchulee8/42/head -> origin/gh/muchulee8/42/head 2025-03-14T03:53:42.9777385Z * [new branch] gh/muchulee8/42/orig -> origin/gh/muchulee8/42/orig 2025-03-14T03:53:42.9777946Z * [new branch] gh/muchulee8/43/base -> origin/gh/muchulee8/43/base 2025-03-14T03:53:42.9778449Z * [new branch] gh/muchulee8/43/head -> origin/gh/muchulee8/43/head 2025-03-14T03:53:42.9778959Z * [new branch] gh/muchulee8/43/orig -> origin/gh/muchulee8/43/orig 2025-03-14T03:53:42.9779474Z * [new branch] gh/muchulee8/44/base -> origin/gh/muchulee8/44/base 2025-03-14T03:53:42.9779988Z * [new branch] gh/muchulee8/44/head -> origin/gh/muchulee8/44/head 2025-03-14T03:53:42.9780513Z * [new branch] gh/muchulee8/44/orig -> origin/gh/muchulee8/44/orig 2025-03-14T03:53:42.9781025Z * [new branch] gh/muchulee8/45/base -> origin/gh/muchulee8/45/base 2025-03-14T03:53:42.9781543Z * [new branch] gh/muchulee8/45/head -> origin/gh/muchulee8/45/head 2025-03-14T03:53:42.9782055Z * [new branch] gh/muchulee8/45/orig -> origin/gh/muchulee8/45/orig 2025-03-14T03:53:42.9782579Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-03-14T03:53:42.9783083Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-03-14T03:53:42.9783587Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-03-14T03:53:42.9784067Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-03-14T03:53:42.9784555Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-03-14T03:53:42.9785033Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-03-14T03:53:42.9785507Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-03-14T03:53:42.9785988Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-03-14T03:53:42.9786459Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-03-14T03:53:42.9787133Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-03-14T03:53:42.9787668Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-03-14T03:53:42.9788192Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-03-14T03:53:42.9788674Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-03-14T03:53:42.9789188Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-03-14T03:53:42.9789714Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-03-14T03:53:42.9790242Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-03-14T03:53:42.9790768Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-03-14T03:53:42.9791292Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-03-14T03:53:42.9791915Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-03-14T03:53:42.9792438Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-03-14T03:53:42.9792960Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-03-14T03:53:42.9793490Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-03-14T03:53:42.9794025Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-03-14T03:53:42.9794551Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-03-14T03:53:42.9795079Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-03-14T03:53:42.9795601Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-03-14T03:53:42.9796119Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-03-14T03:53:42.9796649Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-03-14T03:53:42.9797176Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-03-14T03:53:42.9797717Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-03-14T03:53:42.9798240Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-03-14T03:53:42.9798767Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-03-14T03:53:42.9799294Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-03-14T03:53:42.9799819Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-03-14T03:53:42.9800347Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-03-14T03:53:43.0231043Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-03-14T03:53:43.0232077Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-03-14T03:53:43.0232800Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-03-14T03:53:43.0233337Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-03-14T03:53:43.0233870Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-03-14T03:53:43.0234397Z * [new branch] gh/oulgen/150/base -> origin/gh/oulgen/150/base 2025-03-14T03:53:43.0234893Z * [new branch] gh/oulgen/150/head -> origin/gh/oulgen/150/head 2025-03-14T03:53:43.0235375Z * [new branch] gh/oulgen/150/orig -> origin/gh/oulgen/150/orig 2025-03-14T03:53:43.0236087Z * [new branch] gh/oulgen/151/base -> origin/gh/oulgen/151/base 2025-03-14T03:53:43.0236599Z * [new branch] gh/oulgen/151/head -> origin/gh/oulgen/151/head 2025-03-14T03:53:43.0237096Z * [new branch] gh/oulgen/151/orig -> origin/gh/oulgen/151/orig 2025-03-14T03:53:43.0237598Z * [new branch] gh/oulgen/152/base -> origin/gh/oulgen/152/base 2025-03-14T03:53:43.0238087Z * [new branch] gh/oulgen/152/head -> origin/gh/oulgen/152/head 2025-03-14T03:53:43.0238573Z * [new branch] gh/oulgen/152/orig -> origin/gh/oulgen/152/orig 2025-03-14T03:53:43.0239065Z * [new branch] gh/oulgen/153/base -> origin/gh/oulgen/153/base 2025-03-14T03:53:43.0239553Z * [new branch] gh/oulgen/153/head -> origin/gh/oulgen/153/head 2025-03-14T03:53:43.0240046Z * [new branch] gh/oulgen/153/orig -> origin/gh/oulgen/153/orig 2025-03-14T03:53:43.0240543Z * [new branch] gh/oulgen/154/base -> origin/gh/oulgen/154/base 2025-03-14T03:53:43.0241143Z * [new branch] gh/oulgen/154/head -> origin/gh/oulgen/154/head 2025-03-14T03:53:43.0241636Z * [new branch] gh/oulgen/154/orig -> origin/gh/oulgen/154/orig 2025-03-14T03:53:43.0242133Z * [new branch] gh/oulgen/155/base -> origin/gh/oulgen/155/base 2025-03-14T03:53:43.0242621Z * [new branch] gh/oulgen/155/head -> origin/gh/oulgen/155/head 2025-03-14T03:53:43.0243197Z * [new branch] gh/oulgen/155/orig -> origin/gh/oulgen/155/orig 2025-03-14T03:53:43.0243690Z * [new branch] gh/oulgen/156/base -> origin/gh/oulgen/156/base 2025-03-14T03:53:43.0244182Z * [new branch] gh/oulgen/156/head -> origin/gh/oulgen/156/head 2025-03-14T03:53:43.0244689Z * [new branch] gh/oulgen/156/orig -> origin/gh/oulgen/156/orig 2025-03-14T03:53:43.0245184Z * [new branch] gh/oulgen/157/base -> origin/gh/oulgen/157/base 2025-03-14T03:53:43.0245680Z * [new branch] gh/oulgen/157/head -> origin/gh/oulgen/157/head 2025-03-14T03:53:43.0246167Z * [new branch] gh/oulgen/157/orig -> origin/gh/oulgen/157/orig 2025-03-14T03:53:43.0246663Z * [new branch] gh/oulgen/158/base -> origin/gh/oulgen/158/base 2025-03-14T03:53:43.0247154Z * [new branch] gh/oulgen/158/head -> origin/gh/oulgen/158/head 2025-03-14T03:53:43.0247650Z * [new branch] gh/oulgen/158/orig -> origin/gh/oulgen/158/orig 2025-03-14T03:53:43.0248134Z * [new branch] gh/oulgen/159/base -> origin/gh/oulgen/159/base 2025-03-14T03:53:43.0248627Z * [new branch] gh/oulgen/159/head -> origin/gh/oulgen/159/head 2025-03-14T03:53:43.0249122Z * [new branch] gh/oulgen/159/orig -> origin/gh/oulgen/159/orig 2025-03-14T03:53:43.0249627Z * [new branch] gh/oulgen/160/base -> origin/gh/oulgen/160/base 2025-03-14T03:53:43.0250122Z * [new branch] gh/oulgen/160/head -> origin/gh/oulgen/160/head 2025-03-14T03:53:43.0250618Z * [new branch] gh/oulgen/160/orig -> origin/gh/oulgen/160/orig 2025-03-14T03:53:43.0251099Z * [new branch] gh/oulgen/161/base -> origin/gh/oulgen/161/base 2025-03-14T03:53:43.0251592Z * [new branch] gh/oulgen/161/head -> origin/gh/oulgen/161/head 2025-03-14T03:53:43.0252076Z * [new branch] gh/oulgen/161/orig -> origin/gh/oulgen/161/orig 2025-03-14T03:53:43.0252573Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-03-14T03:53:43.0253135Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-03-14T03:53:43.0253624Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-03-14T03:53:43.0254224Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-03-14T03:53:43.0254720Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-03-14T03:53:43.0255207Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-03-14T03:53:43.0255701Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-03-14T03:53:43.0696670Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-03-14T03:53:43.0697225Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-03-14T03:53:43.0697730Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-03-14T03:53:43.0698208Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-03-14T03:53:43.0698683Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-03-14T03:53:43.0699389Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-03-14T03:53:43.0699887Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-03-14T03:53:43.0700367Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-03-14T03:53:43.0700887Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-03-14T03:53:43.0701444Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-03-14T03:53:43.0701985Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-03-14T03:53:43.0702528Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-03-14T03:53:43.0703075Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-03-14T03:53:43.0703618Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-03-14T03:53:43.0704164Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-03-14T03:53:43.0704704Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-03-14T03:53:43.0705236Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-03-14T03:53:43.0705755Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-03-14T03:53:43.0706244Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-03-14T03:53:43.0706730Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-03-14T03:53:43.0707263Z * [new branch] gh/raymo/log-graph-breaks -> origin/gh/raymo/log-graph-breaks 2025-03-14T03:53:43.0707791Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-03-14T03:53:43.0708258Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-03-14T03:53:43.0708724Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-03-14T03:53:43.0709186Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-03-14T03:53:43.0709645Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-03-14T03:53:43.0710105Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-03-14T03:53:43.0710566Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-03-14T03:53:43.0711017Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-03-14T03:53:43.0711476Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-03-14T03:53:43.0711932Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-03-14T03:53:43.0712547Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-03-14T03:53:43.0713081Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-03-14T03:53:43.0713583Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-03-14T03:53:43.0714115Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-03-14T03:53:43.0714642Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-03-14T03:53:43.0715136Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-03-14T03:53:43.0715669Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-03-14T03:53:43.0716201Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-03-14T03:53:43.0716698Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-03-14T03:53:43.0717237Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-03-14T03:53:43.0717873Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-03-14T03:53:43.0718375Z * [new branch] gh/rec/129/base -> origin/gh/rec/129/base 2025-03-14T03:53:43.0718910Z * [new branch] gh/rec/129/head -> origin/gh/rec/129/head 2025-03-14T03:53:43.0719440Z * [new branch] gh/rec/129/orig -> origin/gh/rec/129/orig 2025-03-14T03:53:43.0719951Z * [new branch] gh/rec/132/base -> origin/gh/rec/132/base 2025-03-14T03:53:43.0720487Z * [new branch] gh/rec/132/head -> origin/gh/rec/132/head 2025-03-14T03:53:43.0720977Z * [new branch] gh/rec/132/orig -> origin/gh/rec/132/orig 2025-03-14T03:53:43.1184512Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-03-14T03:53:43.1185129Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-03-14T03:53:43.1185682Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-03-14T03:53:43.1186218Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-03-14T03:53:43.1186714Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-03-14T03:53:43.1187245Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-03-14T03:53:43.1187734Z * [new branch] gh/rec/135/base -> origin/gh/rec/135/base 2025-03-14T03:53:43.1188273Z * [new branch] gh/rec/135/head -> origin/gh/rec/135/head 2025-03-14T03:53:43.1188806Z * [new branch] gh/rec/135/orig -> origin/gh/rec/135/orig 2025-03-14T03:53:43.1189303Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-03-14T03:53:43.1189840Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-03-14T03:53:43.1190340Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-03-14T03:53:43.1190860Z * [new branch] gh/rec/137/base -> origin/gh/rec/137/base 2025-03-14T03:53:43.1191362Z * [new branch] gh/rec/137/head -> origin/gh/rec/137/head 2025-03-14T03:53:43.1191897Z * [new branch] gh/rec/137/orig -> origin/gh/rec/137/orig 2025-03-14T03:53:43.1192425Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-03-14T03:53:43.1192922Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-03-14T03:53:43.1193448Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-03-14T03:53:43.1193979Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-03-14T03:53:43.1194856Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-03-14T03:53:43.1195471Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-03-14T03:53:43.1196076Z * [new branch] gh/seemethere/10/base -> origin/gh/seemethere/10/base 2025-03-14T03:53:43.1196677Z * [new branch] gh/seemethere/10/head -> origin/gh/seemethere/10/head 2025-03-14T03:53:43.1197265Z * [new branch] gh/seemethere/10/orig -> origin/gh/seemethere/10/orig 2025-03-14T03:53:43.1197834Z * [new branch] gh/seemethere/11/base -> origin/gh/seemethere/11/base 2025-03-14T03:53:43.1198415Z * [new branch] gh/seemethere/11/head -> origin/gh/seemethere/11/head 2025-03-14T03:53:43.1199011Z * [new branch] gh/seemethere/11/orig -> origin/gh/seemethere/11/orig 2025-03-14T03:53:43.1199598Z * [new branch] gh/seemethere/12/base -> origin/gh/seemethere/12/base 2025-03-14T03:53:43.1200328Z * [new branch] gh/seemethere/12/head -> origin/gh/seemethere/12/head 2025-03-14T03:53:43.1200923Z * [new branch] gh/seemethere/12/orig -> origin/gh/seemethere/12/orig 2025-03-14T03:53:43.1201515Z * [new branch] gh/seemethere/13/base -> origin/gh/seemethere/13/base 2025-03-14T03:53:43.1202086Z * [new branch] gh/seemethere/13/head -> origin/gh/seemethere/13/head 2025-03-14T03:53:43.1202669Z * [new branch] gh/seemethere/13/orig -> origin/gh/seemethere/13/orig 2025-03-14T03:53:43.1203348Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-03-14T03:53:43.1203944Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-03-14T03:53:43.1204539Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-03-14T03:53:43.1205136Z * [new branch] gh/seemethere/15/base -> origin/gh/seemethere/15/base 2025-03-14T03:53:43.1205704Z * [new branch] gh/seemethere/15/head -> origin/gh/seemethere/15/head 2025-03-14T03:53:43.1206281Z * [new branch] gh/seemethere/15/orig -> origin/gh/seemethere/15/orig 2025-03-14T03:53:43.1206872Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2025-03-14T03:53:43.1207464Z * [new branch] gh/seemethere/16/head -> origin/gh/seemethere/16/head 2025-03-14T03:53:43.1208053Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2025-03-14T03:53:43.1208613Z * [new branch] gh/seemethere/17/base -> origin/gh/seemethere/17/base 2025-03-14T03:53:43.1209202Z * [new branch] gh/seemethere/17/head -> origin/gh/seemethere/17/head 2025-03-14T03:53:43.1209786Z * [new branch] gh/seemethere/17/orig -> origin/gh/seemethere/17/orig 2025-03-14T03:53:43.1210389Z * [new branch] gh/seemethere/18/base -> origin/gh/seemethere/18/base 2025-03-14T03:53:43.1210975Z * [new branch] gh/seemethere/18/head -> origin/gh/seemethere/18/head 2025-03-14T03:53:43.1626311Z * [new branch] gh/seemethere/18/orig -> origin/gh/seemethere/18/orig 2025-03-14T03:53:43.1626852Z * [new branch] gh/seemethere/19/base -> origin/gh/seemethere/19/base 2025-03-14T03:53:43.1627394Z * [new branch] gh/seemethere/19/head -> origin/gh/seemethere/19/head 2025-03-14T03:53:43.1627919Z * [new branch] gh/seemethere/19/orig -> origin/gh/seemethere/19/orig 2025-03-14T03:53:43.1628441Z * [new branch] gh/seemethere/20/base -> origin/gh/seemethere/20/base 2025-03-14T03:53:43.1628958Z * [new branch] gh/seemethere/20/head -> origin/gh/seemethere/20/head 2025-03-14T03:53:43.1629484Z * [new branch] gh/seemethere/20/orig -> origin/gh/seemethere/20/orig 2025-03-14T03:53:43.1630210Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-03-14T03:53:43.1630786Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-03-14T03:53:43.1631377Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-03-14T03:53:43.1631897Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2025-03-14T03:53:43.1632410Z * [new branch] gh/seemethere/8/head -> origin/gh/seemethere/8/head 2025-03-14T03:53:43.1632920Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2025-03-14T03:53:43.1633446Z * [new branch] gh/seemethere/9/base -> origin/gh/seemethere/9/base 2025-03-14T03:53:43.1633962Z * [new branch] gh/seemethere/9/head -> origin/gh/seemethere/9/head 2025-03-14T03:53:43.1634481Z * [new branch] gh/seemethere/9/orig -> origin/gh/seemethere/9/orig 2025-03-14T03:53:43.1635127Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-03-14T03:53:43.1635666Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-03-14T03:53:43.1636209Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-03-14T03:53:43.1636817Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-03-14T03:53:43.1637392Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-03-14T03:53:43.1637933Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-03-14T03:53:43.1638467Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-03-14T03:53:43.1639002Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-03-14T03:53:43.1639534Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-03-14T03:53:43.1640078Z * [new branch] gh/shunting314/199/base -> origin/gh/shunting314/199/base 2025-03-14T03:53:43.1640621Z * [new branch] gh/shunting314/199/head -> origin/gh/shunting314/199/head 2025-03-14T03:53:43.1641152Z * [new branch] gh/shunting314/199/orig -> origin/gh/shunting314/199/orig 2025-03-14T03:53:43.1641687Z * [new branch] gh/shunting314/200/base -> origin/gh/shunting314/200/base 2025-03-14T03:53:43.1642230Z * [new branch] gh/shunting314/200/head -> origin/gh/shunting314/200/head 2025-03-14T03:53:43.1642827Z * [new branch] gh/shunting314/201/base -> origin/gh/shunting314/201/base 2025-03-14T03:53:43.1643480Z * [new branch] gh/shunting314/201/head -> origin/gh/shunting314/201/head 2025-03-14T03:53:43.1644024Z * [new branch] gh/shunting314/201/orig -> origin/gh/shunting314/201/orig 2025-03-14T03:53:43.1644549Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-03-14T03:53:43.1645040Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-03-14T03:53:43.1645519Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-03-14T03:53:43.1645990Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-03-14T03:53:43.1646466Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-03-14T03:53:43.1646943Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-03-14T03:53:43.1647441Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-03-14T03:53:43.1647959Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-03-14T03:53:43.1648601Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-03-14T03:53:43.1649114Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-03-14T03:53:43.1649618Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-03-14T03:53:43.1650131Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-03-14T03:53:43.1650648Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-03-14T03:53:43.2074634Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-03-14T03:53:43.2075176Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-03-14T03:53:43.2075713Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-03-14T03:53:43.2076233Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-03-14T03:53:43.2076932Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-03-14T03:53:43.2077502Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-03-14T03:53:43.2078064Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-03-14T03:53:43.2078583Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-03-14T03:53:43.2079102Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-03-14T03:53:43.2079625Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-03-14T03:53:43.2080137Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-03-14T03:53:43.2080656Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-03-14T03:53:43.2081184Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-03-14T03:53:43.2081706Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-03-14T03:53:43.2082240Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-03-14T03:53:43.2082766Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-03-14T03:53:43.2083370Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-03-14T03:53:43.2083918Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-03-14T03:53:43.2084442Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-03-14T03:53:43.2084971Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-03-14T03:53:43.2085497Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-03-14T03:53:43.2086027Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-03-14T03:53:43.2086549Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-03-14T03:53:43.2087061Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-03-14T03:53:43.2087582Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-03-14T03:53:43.2088096Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-03-14T03:53:43.2088621Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-03-14T03:53:43.2089210Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-03-14T03:53:43.2089727Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-03-14T03:53:43.2090235Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-03-14T03:53:43.2090878Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-03-14T03:53:43.2091405Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-03-14T03:53:43.2091932Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-03-14T03:53:43.2092454Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-03-14T03:53:43.2092971Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-03-14T03:53:43.2093480Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-03-14T03:53:43.2094001Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-03-14T03:53:43.2094558Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-03-14T03:53:43.2095116Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-03-14T03:53:43.2095721Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-03-14T03:53:43.2096247Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-03-14T03:53:43.2096757Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-03-14T03:53:43.2097278Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-03-14T03:53:43.2097798Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-03-14T03:53:43.2098322Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-03-14T03:53:43.2098845Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-03-14T03:53:43.2505522Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-03-14T03:53:43.2506105Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-03-14T03:53:43.2506623Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-03-14T03:53:43.2507143Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-03-14T03:53:43.2507662Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-03-14T03:53:43.2508184Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-03-14T03:53:43.2508777Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-03-14T03:53:43.2509306Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-03-14T03:53:43.2509823Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-03-14T03:53:43.2510344Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-03-14T03:53:43.2510866Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-03-14T03:53:43.2511384Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-03-14T03:53:43.2511902Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-03-14T03:53:43.2512413Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-03-14T03:53:43.2512925Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-03-14T03:53:43.2513433Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-03-14T03:53:43.2513949Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-03-14T03:53:43.2514523Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-03-14T03:53:43.2515177Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-03-14T03:53:43.2515695Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-03-14T03:53:43.2516213Z * [new branch] gh/swolchok/722/base -> origin/gh/swolchok/722/base 2025-03-14T03:53:43.2516709Z * [new branch] gh/swolchok/722/head -> origin/gh/swolchok/722/head 2025-03-14T03:53:43.2517213Z * [new branch] gh/swolchok/722/orig -> origin/gh/swolchok/722/orig 2025-03-14T03:53:43.2517724Z * [new branch] gh/swolchok/723/base -> origin/gh/swolchok/723/base 2025-03-14T03:53:43.2518225Z * [new branch] gh/swolchok/723/head -> origin/gh/swolchok/723/head 2025-03-14T03:53:43.2518731Z * [new branch] gh/swolchok/723/orig -> origin/gh/swolchok/723/orig 2025-03-14T03:53:43.2519240Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-03-14T03:53:43.2519888Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-03-14T03:53:43.2520449Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-03-14T03:53:43.2520952Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-03-14T03:53:43.2521452Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-03-14T03:53:43.2521959Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-03-14T03:53:43.2522467Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-03-14T03:53:43.2522965Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-03-14T03:53:43.2523535Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-03-14T03:53:43.2524034Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-03-14T03:53:43.2524535Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-03-14T03:53:43.2525032Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-03-14T03:53:43.2525562Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-03-14T03:53:43.2526086Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-03-14T03:53:43.2526566Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-03-14T03:53:43.2527114Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-03-14T03:53:43.2527703Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-03-14T03:53:43.2528287Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-03-14T03:53:43.2528881Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-03-14T03:53:43.2529466Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-03-14T03:53:43.2945439Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-03-14T03:53:43.2946082Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-03-14T03:53:43.2946680Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-03-14T03:53:43.2947269Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-03-14T03:53:43.2947846Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-03-14T03:53:43.2948433Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-03-14T03:53:43.2949233Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-03-14T03:53:43.2949835Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-03-14T03:53:43.2950411Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-03-14T03:53:43.2950997Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-03-14T03:53:43.2951581Z * [new branch] gh/tugsbayasgalan/291/base -> origin/gh/tugsbayasgalan/291/base 2025-03-14T03:53:43.2952180Z * [new branch] gh/tugsbayasgalan/291/head -> origin/gh/tugsbayasgalan/291/head 2025-03-14T03:53:43.2952760Z * [new branch] gh/tugsbayasgalan/291/orig -> origin/gh/tugsbayasgalan/291/orig 2025-03-14T03:53:43.2953348Z * [new branch] gh/tugsbayasgalan/292/base -> origin/gh/tugsbayasgalan/292/base 2025-03-14T03:53:43.2953926Z * [new branch] gh/tugsbayasgalan/292/head -> origin/gh/tugsbayasgalan/292/head 2025-03-14T03:53:43.2954616Z * [new branch] gh/tugsbayasgalan/292/orig -> origin/gh/tugsbayasgalan/292/orig 2025-03-14T03:53:43.2955207Z * [new branch] gh/tugsbayasgalan/293/base -> origin/gh/tugsbayasgalan/293/base 2025-03-14T03:53:43.2955798Z * [new branch] gh/tugsbayasgalan/293/head -> origin/gh/tugsbayasgalan/293/head 2025-03-14T03:53:43.2956385Z * [new branch] gh/tugsbayasgalan/293/orig -> origin/gh/tugsbayasgalan/293/orig 2025-03-14T03:53:43.2956967Z * [new branch] gh/tugsbayasgalan/294/base -> origin/gh/tugsbayasgalan/294/base 2025-03-14T03:53:43.2957547Z * [new branch] gh/tugsbayasgalan/294/head -> origin/gh/tugsbayasgalan/294/head 2025-03-14T03:53:43.2958129Z * [new branch] gh/tugsbayasgalan/294/orig -> origin/gh/tugsbayasgalan/294/orig 2025-03-14T03:53:43.2958698Z * [new branch] gh/tugsbayasgalan/295/base -> origin/gh/tugsbayasgalan/295/base 2025-03-14T03:53:43.2959305Z * [new branch] gh/tugsbayasgalan/295/head -> origin/gh/tugsbayasgalan/295/head 2025-03-14T03:53:43.2959883Z * [new branch] gh/tugsbayasgalan/295/orig -> origin/gh/tugsbayasgalan/295/orig 2025-03-14T03:53:43.2960467Z * [new branch] gh/tugsbayasgalan/296/base -> origin/gh/tugsbayasgalan/296/base 2025-03-14T03:53:43.2961044Z * [new branch] gh/tugsbayasgalan/296/head -> origin/gh/tugsbayasgalan/296/head 2025-03-14T03:53:43.2961624Z * [new branch] gh/tugsbayasgalan/296/orig -> origin/gh/tugsbayasgalan/296/orig 2025-03-14T03:53:43.2962192Z * [new branch] gh/tugsbayasgalan/297/base -> origin/gh/tugsbayasgalan/297/base 2025-03-14T03:53:43.2962768Z * [new branch] gh/tugsbayasgalan/297/head -> origin/gh/tugsbayasgalan/297/head 2025-03-14T03:53:43.2963437Z * [new branch] gh/tugsbayasgalan/297/orig -> origin/gh/tugsbayasgalan/297/orig 2025-03-14T03:53:43.2964040Z * [new branch] gh/tugsbayasgalan/298/base -> origin/gh/tugsbayasgalan/298/base 2025-03-14T03:53:43.2964624Z * [new branch] gh/tugsbayasgalan/298/head -> origin/gh/tugsbayasgalan/298/head 2025-03-14T03:53:43.2965216Z * [new branch] gh/tugsbayasgalan/298/orig -> origin/gh/tugsbayasgalan/298/orig 2025-03-14T03:53:43.2965793Z * [new branch] gh/tugsbayasgalan/299/base -> origin/gh/tugsbayasgalan/299/base 2025-03-14T03:53:43.2966364Z * [new branch] gh/tugsbayasgalan/299/head -> origin/gh/tugsbayasgalan/299/head 2025-03-14T03:53:43.2966939Z * [new branch] gh/tugsbayasgalan/299/orig -> origin/gh/tugsbayasgalan/299/orig 2025-03-14T03:53:43.2967481Z * [new branch] gh/vkuzo/1/head -> origin/gh/vkuzo/1/head 2025-03-14T03:53:43.2967961Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-03-14T03:53:43.2968436Z * [new branch] gh/vkuzo/1/orig -> origin/gh/vkuzo/1/orig 2025-03-14T03:53:43.2969035Z * [new branch] gh/vkuzo/2/head -> origin/gh/vkuzo/2/head 2025-03-14T03:53:43.2969502Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-03-14T03:53:43.2969979Z * [new branch] gh/vkuzo/2/orig -> origin/gh/vkuzo/2/orig 2025-03-14T03:53:43.2970452Z * [new branch] gh/vkuzo/3/head -> origin/gh/vkuzo/3/head 2025-03-14T03:53:43.2970925Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-03-14T03:53:43.3426012Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2025-03-14T03:53:43.3426507Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-03-14T03:53:43.3426992Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-03-14T03:53:43.3427450Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-03-14T03:53:43.3428103Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-03-14T03:53:43.3428582Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-03-14T03:53:43.3429051Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-03-14T03:53:43.3429564Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-03-14T03:53:43.3430071Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-03-14T03:53:43.3430532Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-03-14T03:53:43.3431001Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-03-14T03:53:43.3431477Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-03-14T03:53:43.3431942Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-03-14T03:53:43.3432420Z * [new branch] gh/vkuzo/8/base -> origin/gh/vkuzo/8/base 2025-03-14T03:53:43.3432896Z * [new branch] gh/vkuzo/8/head -> origin/gh/vkuzo/8/head 2025-03-14T03:53:43.3433357Z * [new branch] gh/vkuzo/8/orig -> origin/gh/vkuzo/8/orig 2025-03-14T03:53:43.3433821Z * [new branch] gh/vkuzo/9/base -> origin/gh/vkuzo/9/base 2025-03-14T03:53:43.3434285Z * [new branch] gh/vkuzo/9/head -> origin/gh/vkuzo/9/head 2025-03-14T03:53:43.3434752Z * [new branch] gh/vkuzo/9/orig -> origin/gh/vkuzo/9/orig 2025-03-14T03:53:43.3435232Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-03-14T03:53:43.3435729Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-03-14T03:53:43.3436210Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-03-14T03:53:43.3436711Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-03-14T03:53:43.3437191Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-03-14T03:53:43.3437672Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-03-14T03:53:43.3438152Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-03-14T03:53:43.3438637Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-03-14T03:53:43.3439119Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-03-14T03:53:43.3439598Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-03-14T03:53:43.3440077Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-03-14T03:53:43.3440554Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-03-14T03:53:43.3441175Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-03-14T03:53:43.3441657Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-03-14T03:53:43.3442144Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-03-14T03:53:43.3442619Z * [new branch] gh/vmoens/19/base -> origin/gh/vmoens/19/base 2025-03-14T03:53:43.3443102Z * [new branch] gh/vmoens/19/head -> origin/gh/vmoens/19/head 2025-03-14T03:53:43.3443653Z * [new branch] gh/vmoens/19/orig -> origin/gh/vmoens/19/orig 2025-03-14T03:53:43.3851609Z * [new branch] gh/vmoens/20/base -> origin/gh/vmoens/20/base 2025-03-14T03:53:43.3852162Z * [new branch] gh/vmoens/20/head -> origin/gh/vmoens/20/head 2025-03-14T03:53:43.3852666Z * [new branch] gh/vmoens/20/orig -> origin/gh/vmoens/20/orig 2025-03-14T03:53:43.3853408Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-03-14T03:53:43.3853974Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-03-14T03:53:43.3854539Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-03-14T03:53:43.3855094Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-03-14T03:53:43.3855654Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-03-14T03:53:43.3856206Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-03-14T03:53:43.3856744Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-03-14T03:53:43.3857249Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-03-14T03:53:43.3857772Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-03-14T03:53:43.3858284Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-03-14T03:53:43.3858795Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-03-14T03:53:43.3859307Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-03-14T03:53:43.3859811Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-03-14T03:53:43.3860315Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-03-14T03:53:43.3860817Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-03-14T03:53:43.3861334Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-03-14T03:53:43.3861845Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-03-14T03:53:43.3862365Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-03-14T03:53:43.3862874Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-03-14T03:53:43.3863385Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-03-14T03:53:43.3863882Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-03-14T03:53:43.3864401Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-03-14T03:53:43.3864915Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-03-14T03:53:43.3865424Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-03-14T03:53:43.3865934Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-03-14T03:53:43.3866562Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-03-14T03:53:43.3867075Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-03-14T03:53:43.3867590Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-03-14T03:53:43.3868103Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-03-14T03:53:43.3868607Z * [new branch] gh/wconstab/397/base -> origin/gh/wconstab/397/base 2025-03-14T03:53:43.3869116Z * [new branch] gh/wconstab/397/head -> origin/gh/wconstab/397/head 2025-03-14T03:53:43.3869625Z * [new branch] gh/wconstab/397/orig -> origin/gh/wconstab/397/orig 2025-03-14T03:53:43.3870140Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-03-14T03:53:43.3870664Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-03-14T03:53:43.3871279Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-03-14T03:53:43.3871801Z * [new branch] gh/weifengpy/22/base -> origin/gh/weifengpy/22/base 2025-03-14T03:53:43.3872318Z * [new branch] gh/weifengpy/22/head -> origin/gh/weifengpy/22/head 2025-03-14T03:53:43.3872831Z * [new branch] gh/weifengpy/22/orig -> origin/gh/weifengpy/22/orig 2025-03-14T03:53:43.3873373Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-03-14T03:53:43.3873918Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-03-14T03:53:43.3874471Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-03-14T03:53:43.3875025Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-03-14T03:53:43.3875574Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-03-14T03:53:43.3876134Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-03-14T03:53:43.3876682Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-03-14T03:53:43.3877226Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-03-14T03:53:43.3877772Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-03-14T03:53:43.3878316Z * [new branch] gh/williamwen42/200/base -> origin/gh/williamwen42/200/base 2025-03-14T03:53:43.3878865Z * [new branch] gh/williamwen42/200/head -> origin/gh/williamwen42/200/head 2025-03-14T03:53:43.3879413Z * [new branch] gh/williamwen42/200/orig -> origin/gh/williamwen42/200/orig 2025-03-14T03:53:43.3879960Z * [new branch] gh/williamwen42/201/base -> origin/gh/williamwen42/201/base 2025-03-14T03:53:43.3880510Z * [new branch] gh/williamwen42/201/head -> origin/gh/williamwen42/201/head 2025-03-14T03:53:43.3881070Z * [new branch] gh/williamwen42/201/orig -> origin/gh/williamwen42/201/orig 2025-03-14T03:53:43.3881617Z * [new branch] gh/williamwen42/204/base -> origin/gh/williamwen42/204/base 2025-03-14T03:53:43.4278398Z * [new branch] gh/williamwen42/204/head -> origin/gh/williamwen42/204/head 2025-03-14T03:53:43.4279068Z * [new branch] gh/williamwen42/204/orig -> origin/gh/williamwen42/204/orig 2025-03-14T03:53:43.4279662Z * [new branch] gh/williamwen42/205/base -> origin/gh/williamwen42/205/base 2025-03-14T03:53:43.4280238Z * [new branch] gh/williamwen42/205/head -> origin/gh/williamwen42/205/head 2025-03-14T03:53:43.4280789Z * [new branch] gh/williamwen42/205/orig -> origin/gh/williamwen42/205/orig 2025-03-14T03:53:43.4282083Z * [new branch] gh/williamwen42/206/base -> origin/gh/williamwen42/206/base 2025-03-14T03:53:43.4282649Z * [new branch] gh/williamwen42/206/head -> origin/gh/williamwen42/206/head 2025-03-14T03:53:43.4283208Z * [new branch] gh/williamwen42/206/orig -> origin/gh/williamwen42/206/orig 2025-03-14T03:53:43.4283830Z * [new branch] gh/williamwen42/207/base -> origin/gh/williamwen42/207/base 2025-03-14T03:53:43.4284381Z * [new branch] gh/williamwen42/207/head -> origin/gh/williamwen42/207/head 2025-03-14T03:53:43.4284931Z * [new branch] gh/williamwen42/207/orig -> origin/gh/williamwen42/207/orig 2025-03-14T03:53:43.4285479Z * [new branch] gh/williamwen42/208/base -> origin/gh/williamwen42/208/base 2025-03-14T03:53:43.4286026Z * [new branch] gh/williamwen42/208/head -> origin/gh/williamwen42/208/head 2025-03-14T03:53:43.4286574Z * [new branch] gh/williamwen42/208/orig -> origin/gh/williamwen42/208/orig 2025-03-14T03:53:43.4287613Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-03-14T03:53:43.4288179Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-03-14T03:53:43.4288736Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-03-14T03:53:43.4289296Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-03-14T03:53:43.4289837Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-03-14T03:53:43.4290400Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-03-14T03:53:43.4290951Z * [new branch] gh/williamwen42/211/base -> origin/gh/williamwen42/211/base 2025-03-14T03:53:43.4291498Z * [new branch] gh/williamwen42/211/head -> origin/gh/williamwen42/211/head 2025-03-14T03:53:43.4292058Z * [new branch] gh/williamwen42/211/orig -> origin/gh/williamwen42/211/orig 2025-03-14T03:53:43.4292613Z * [new branch] gh/williamwen42/212/base -> origin/gh/williamwen42/212/base 2025-03-14T03:53:43.4293155Z * [new branch] gh/williamwen42/212/head -> origin/gh/williamwen42/212/head 2025-03-14T03:53:43.4293703Z * [new branch] gh/williamwen42/212/orig -> origin/gh/williamwen42/212/orig 2025-03-14T03:53:43.4294252Z * [new branch] gh/williamwen42/213/base -> origin/gh/williamwen42/213/base 2025-03-14T03:53:43.4294802Z * [new branch] gh/williamwen42/213/head -> origin/gh/williamwen42/213/head 2025-03-14T03:53:43.4295352Z * [new branch] gh/williamwen42/213/orig -> origin/gh/williamwen42/213/orig 2025-03-14T03:53:43.4295901Z * [new branch] gh/williamwen42/214/base -> origin/gh/williamwen42/214/base 2025-03-14T03:53:43.4296456Z * [new branch] gh/williamwen42/214/head -> origin/gh/williamwen42/214/head 2025-03-14T03:53:43.4297008Z * [new branch] gh/williamwen42/214/orig -> origin/gh/williamwen42/214/orig 2025-03-14T03:53:43.4297562Z * [new branch] gh/williamwen42/215/base -> origin/gh/williamwen42/215/base 2025-03-14T03:53:43.4298110Z * [new branch] gh/williamwen42/215/head -> origin/gh/williamwen42/215/head 2025-03-14T03:53:43.4298657Z * [new branch] gh/williamwen42/215/orig -> origin/gh/williamwen42/215/orig 2025-03-14T03:53:43.4299207Z * [new branch] gh/williamwen42/216/base -> origin/gh/williamwen42/216/base 2025-03-14T03:53:43.4299759Z * [new branch] gh/williamwen42/216/head -> origin/gh/williamwen42/216/head 2025-03-14T03:53:43.4300301Z * [new branch] gh/williamwen42/216/orig -> origin/gh/williamwen42/216/orig 2025-03-14T03:53:43.4300852Z * [new branch] gh/williamwen42/217/base -> origin/gh/williamwen42/217/base 2025-03-14T03:53:43.4302079Z * [new branch] gh/williamwen42/217/head -> origin/gh/williamwen42/217/head 2025-03-14T03:53:43.4302656Z * [new branch] gh/williamwen42/217/orig -> origin/gh/williamwen42/217/orig 2025-03-14T03:53:43.4303207Z * [new branch] gh/williamwen42/218/base -> origin/gh/williamwen42/218/base 2025-03-14T03:53:43.4303762Z * [new branch] gh/williamwen42/218/head -> origin/gh/williamwen42/218/head 2025-03-14T03:53:43.4304305Z * [new branch] gh/williamwen42/218/orig -> origin/gh/williamwen42/218/orig 2025-03-14T03:53:43.4746300Z * [new branch] gh/williamwen42/219/base -> origin/gh/williamwen42/219/base 2025-03-14T03:53:43.4746880Z * [new branch] gh/williamwen42/219/head -> origin/gh/williamwen42/219/head 2025-03-14T03:53:43.4747438Z * [new branch] gh/williamwen42/219/orig -> origin/gh/williamwen42/219/orig 2025-03-14T03:53:43.4747997Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-03-14T03:53:43.4748972Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-03-14T03:53:43.4749454Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-03-14T03:53:43.4749921Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-03-14T03:53:43.4750390Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-03-14T03:53:43.4750887Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-03-14T03:53:43.4751374Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-03-14T03:53:43.4751859Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-03-14T03:53:43.4752347Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-03-14T03:53:43.4752837Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-03-14T03:53:43.4753311Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-03-14T03:53:43.4753793Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-03-14T03:53:43.4754274Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-03-14T03:53:43.4754762Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-03-14T03:53:43.4755269Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-03-14T03:53:43.4755754Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-03-14T03:53:43.4756225Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-03-14T03:53:43.4756713Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-03-14T03:53:43.4757204Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-03-14T03:53:43.4757690Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-03-14T03:53:43.4758166Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-03-14T03:53:43.4758641Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-03-14T03:53:43.4759112Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-03-14T03:53:43.4759595Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-03-14T03:53:43.4760075Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-03-14T03:53:43.4760557Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-03-14T03:53:43.4761033Z * [new branch] gh/xmfan/177/base -> origin/gh/xmfan/177/base 2025-03-14T03:53:43.4761620Z * [new branch] gh/xmfan/177/head -> origin/gh/xmfan/177/head 2025-03-14T03:53:43.4762099Z * [new branch] gh/xmfan/177/orig -> origin/gh/xmfan/177/orig 2025-03-14T03:53:43.4762588Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-03-14T03:53:43.4763074Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-03-14T03:53:43.4763652Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-03-14T03:53:43.4764136Z * [new branch] gh/xmfan/179/base -> origin/gh/xmfan/179/base 2025-03-14T03:53:43.4764628Z * [new branch] gh/xmfan/179/head -> origin/gh/xmfan/179/head 2025-03-14T03:53:43.4765115Z * [new branch] gh/xmfan/179/orig -> origin/gh/xmfan/179/orig 2025-03-14T03:53:43.4765585Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-03-14T03:53:43.4766065Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-03-14T03:53:43.4766642Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-03-14T03:53:43.4767137Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-03-14T03:53:43.4767633Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-03-14T03:53:43.4768116Z * [new branch] gh/xmfan/181/base -> origin/gh/xmfan/181/base 2025-03-14T03:53:43.4768591Z * [new branch] gh/xmfan/181/head -> origin/gh/xmfan/181/head 2025-03-14T03:53:43.4769072Z * [new branch] gh/xmfan/181/orig -> origin/gh/xmfan/181/orig 2025-03-14T03:53:43.4769555Z * [new branch] gh/xmfan/182/base -> origin/gh/xmfan/182/base 2025-03-14T03:53:43.4770030Z * [new branch] gh/xmfan/182/head -> origin/gh/xmfan/182/head 2025-03-14T03:53:43.4770522Z * [new branch] gh/xmfan/182/orig -> origin/gh/xmfan/182/orig 2025-03-14T03:53:43.5187769Z * [new branch] gh/xmfan/183/base -> origin/gh/xmfan/183/base 2025-03-14T03:53:43.5188309Z * [new branch] gh/xmfan/183/head -> origin/gh/xmfan/183/head 2025-03-14T03:53:43.5188798Z * [new branch] gh/xmfan/183/orig -> origin/gh/xmfan/183/orig 2025-03-14T03:53:43.5189281Z * [new branch] gh/xmfan/184/base -> origin/gh/xmfan/184/base 2025-03-14T03:53:43.5189761Z * [new branch] gh/xmfan/184/head -> origin/gh/xmfan/184/head 2025-03-14T03:53:43.5190287Z * [new branch] gh/xmfan/184/orig -> origin/gh/xmfan/184/orig 2025-03-14T03:53:43.5190863Z * [new branch] gh/xmfan/185/base -> origin/gh/xmfan/185/base 2025-03-14T03:53:43.5191345Z * [new branch] gh/xmfan/185/head -> origin/gh/xmfan/185/head 2025-03-14T03:53:43.5191854Z * [new branch] gh/xmfan/185/orig -> origin/gh/xmfan/185/orig 2025-03-14T03:53:43.5192343Z * [new branch] gh/xmfan/186/base -> origin/gh/xmfan/186/base 2025-03-14T03:53:43.5192815Z * [new branch] gh/xmfan/186/head -> origin/gh/xmfan/186/head 2025-03-14T03:53:43.5193297Z * [new branch] gh/xmfan/186/orig -> origin/gh/xmfan/186/orig 2025-03-14T03:53:43.5193778Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-03-14T03:53:43.5194258Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-03-14T03:53:43.5194738Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-03-14T03:53:43.5195222Z * [new branch] gh/xmfan/188/base -> origin/gh/xmfan/188/base 2025-03-14T03:53:43.5195696Z * [new branch] gh/xmfan/188/head -> origin/gh/xmfan/188/head 2025-03-14T03:53:43.5196362Z * [new branch] gh/xmfan/188/orig -> origin/gh/xmfan/188/orig 2025-03-14T03:53:43.5196848Z * [new branch] gh/xmfan/189/base -> origin/gh/xmfan/189/base 2025-03-14T03:53:43.5197338Z * [new branch] gh/xmfan/189/head -> origin/gh/xmfan/189/head 2025-03-14T03:53:43.5197827Z * [new branch] gh/xmfan/189/orig -> origin/gh/xmfan/189/orig 2025-03-14T03:53:43.5198318Z * [new branch] gh/xmfan/190/base -> origin/gh/xmfan/190/base 2025-03-14T03:53:43.5198793Z * [new branch] gh/xmfan/190/head -> origin/gh/xmfan/190/head 2025-03-14T03:53:43.5199275Z * [new branch] gh/xmfan/190/orig -> origin/gh/xmfan/190/orig 2025-03-14T03:53:43.5199753Z * [new branch] gh/xmfan/191/base -> origin/gh/xmfan/191/base 2025-03-14T03:53:43.5200238Z * [new branch] gh/xmfan/191/head -> origin/gh/xmfan/191/head 2025-03-14T03:53:43.5200833Z * [new branch] gh/xmfan/191/orig -> origin/gh/xmfan/191/orig 2025-03-14T03:53:43.5201328Z * [new branch] gh/xmfan/192/base -> origin/gh/xmfan/192/base 2025-03-14T03:53:43.5201808Z * [new branch] gh/xmfan/192/head -> origin/gh/xmfan/192/head 2025-03-14T03:53:43.5202294Z * [new branch] gh/xmfan/192/orig -> origin/gh/xmfan/192/orig 2025-03-14T03:53:43.5202775Z * [new branch] gh/xmfan/193/base -> origin/gh/xmfan/193/base 2025-03-14T03:53:43.5203326Z * [new branch] gh/xmfan/193/head -> origin/gh/xmfan/193/head 2025-03-14T03:53:43.5203821Z * [new branch] gh/xmfan/193/orig -> origin/gh/xmfan/193/orig 2025-03-14T03:53:43.5204312Z * [new branch] gh/xmfan/194/base -> origin/gh/xmfan/194/base 2025-03-14T03:53:43.5204798Z * [new branch] gh/xmfan/194/head -> origin/gh/xmfan/194/head 2025-03-14T03:53:43.5205301Z * [new branch] gh/xmfan/194/orig -> origin/gh/xmfan/194/orig 2025-03-14T03:53:43.5205788Z * [new branch] gh/xmfan/195/base -> origin/gh/xmfan/195/base 2025-03-14T03:53:43.5206344Z * [new branch] gh/xmfan/195/head -> origin/gh/xmfan/195/head 2025-03-14T03:53:43.5206874Z * [new branch] gh/xmfan/195/orig -> origin/gh/xmfan/195/orig 2025-03-14T03:53:43.5207362Z * [new branch] gh/xmfan/196/base -> origin/gh/xmfan/196/base 2025-03-14T03:53:43.5207837Z * [new branch] gh/xmfan/196/head -> origin/gh/xmfan/196/head 2025-03-14T03:53:43.5208323Z * [new branch] gh/xmfan/196/orig -> origin/gh/xmfan/196/orig 2025-03-14T03:53:43.5215276Z * [new branch] gh/xmfan/197/base -> origin/gh/xmfan/197/base 2025-03-14T03:53:43.5215796Z * [new branch] gh/xmfan/197/head -> origin/gh/xmfan/197/head 2025-03-14T03:53:43.5216307Z * [new branch] gh/xmfan/197/orig -> origin/gh/xmfan/197/orig 2025-03-14T03:53:43.5216791Z * [new branch] gh/xmfan/198/base -> origin/gh/xmfan/198/base 2025-03-14T03:53:43.5217266Z * [new branch] gh/xmfan/198/head -> origin/gh/xmfan/198/head 2025-03-14T03:53:43.5217756Z * [new branch] gh/xmfan/198/orig -> origin/gh/xmfan/198/orig 2025-03-14T03:53:43.5633760Z * [new branch] gh/xmfan/199/base -> origin/gh/xmfan/199/base 2025-03-14T03:53:43.5646571Z * [new branch] gh/xmfan/199/head -> origin/gh/xmfan/199/head 2025-03-14T03:53:43.5647075Z * [new branch] gh/xmfan/199/orig -> origin/gh/xmfan/199/orig 2025-03-14T03:53:43.5647567Z * [new branch] gh/xmfan/200/base -> origin/gh/xmfan/200/base 2025-03-14T03:53:43.5648244Z * [new branch] gh/xmfan/200/head -> origin/gh/xmfan/200/head 2025-03-14T03:53:43.5648739Z * [new branch] gh/xmfan/200/orig -> origin/gh/xmfan/200/orig 2025-03-14T03:53:43.5649222Z * [new branch] gh/xmfan/201/base -> origin/gh/xmfan/201/base 2025-03-14T03:53:43.5649708Z * [new branch] gh/xmfan/201/head -> origin/gh/xmfan/201/head 2025-03-14T03:53:43.5650188Z * [new branch] gh/xmfan/201/orig -> origin/gh/xmfan/201/orig 2025-03-14T03:53:43.5650669Z * [new branch] gh/xmfan/202/base -> origin/gh/xmfan/202/base 2025-03-14T03:53:43.5651186Z * [new branch] gh/xmfan/202/head -> origin/gh/xmfan/202/head 2025-03-14T03:53:43.5651701Z * [new branch] gh/xmfan/202/orig -> origin/gh/xmfan/202/orig 2025-03-14T03:53:43.5652265Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-03-14T03:53:43.5652815Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-03-14T03:53:43.5653463Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-03-14T03:53:43.5654008Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-03-14T03:53:43.5654553Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-03-14T03:53:43.5655101Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-03-14T03:53:43.5655631Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-03-14T03:53:43.5656173Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-03-14T03:53:43.5656720Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-03-14T03:53:43.5657272Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-03-14T03:53:43.5657843Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-03-14T03:53:43.5658341Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-03-14T03:53:43.5658818Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-03-14T03:53:43.5659314Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-03-14T03:53:43.5659795Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-03-14T03:53:43.5660278Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-03-14T03:53:43.5660765Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-03-14T03:53:43.5661247Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-03-14T03:53:43.5661723Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-03-14T03:53:43.5662219Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-03-14T03:53:43.5662699Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-03-14T03:53:43.5663222Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-03-14T03:53:43.5663777Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-03-14T03:53:43.5664276Z * [new branch] gh/xunnanxu/1/base -> origin/gh/xunnanxu/1/base 2025-03-14T03:53:43.5664769Z * [new branch] gh/xunnanxu/1/head -> origin/gh/xunnanxu/1/head 2025-03-14T03:53:43.5665262Z * [new branch] gh/xunnanxu/1/orig -> origin/gh/xunnanxu/1/orig 2025-03-14T03:53:43.5665760Z * [new branch] gh/xunnanxu/2/base -> origin/gh/xunnanxu/2/base 2025-03-14T03:53:43.5666254Z * [new branch] gh/xunnanxu/2/head -> origin/gh/xunnanxu/2/head 2025-03-14T03:53:43.5666889Z * [new branch] gh/xunnanxu/2/orig -> origin/gh/xunnanxu/2/orig 2025-03-14T03:53:43.5667394Z * [new branch] gh/xunnanxu/3/base -> origin/gh/xunnanxu/3/base 2025-03-14T03:53:43.5667891Z * [new branch] gh/xunnanxu/3/head -> origin/gh/xunnanxu/3/head 2025-03-14T03:53:43.5668384Z * [new branch] gh/xunnanxu/3/orig -> origin/gh/xunnanxu/3/orig 2025-03-14T03:53:43.5668910Z * [new branch] gh/xunnanxu/4/base -> origin/gh/xunnanxu/4/base 2025-03-14T03:53:43.5669441Z * [new branch] gh/xunnanxu/4/head -> origin/gh/xunnanxu/4/head 2025-03-14T03:53:43.5669977Z * [new branch] gh/xunnanxu/4/orig -> origin/gh/xunnanxu/4/orig 2025-03-14T03:53:43.6083668Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-03-14T03:53:43.6084208Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-03-14T03:53:43.6084866Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-03-14T03:53:43.6085375Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-03-14T03:53:43.6085883Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-03-14T03:53:43.6086397Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-03-14T03:53:43.6086911Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-03-14T03:53:43.6087417Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-03-14T03:53:43.6087956Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-03-14T03:53:43.6088492Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-03-14T03:53:43.6089007Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-03-14T03:53:43.6089515Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-03-14T03:53:43.6090015Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-03-14T03:53:43.6090529Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-03-14T03:53:43.6091031Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-03-14T03:53:43.6091533Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-03-14T03:53:43.6092024Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-03-14T03:53:43.6092530Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-03-14T03:53:43.6093031Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-03-14T03:53:43.6093545Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-03-14T03:53:43.6094113Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-03-14T03:53:43.6094624Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-03-14T03:53:43.6095123Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-03-14T03:53:43.6095631Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-03-14T03:53:43.6096142Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-03-14T03:53:43.6096645Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-03-14T03:53:43.6097148Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-03-14T03:53:43.6097767Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-03-14T03:53:43.6098274Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-03-14T03:53:43.6098780Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-03-14T03:53:43.6099319Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-03-14T03:53:43.6099852Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-03-14T03:53:43.6100359Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-03-14T03:53:43.6100865Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-03-14T03:53:43.6101364Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-03-14T03:53:43.6101857Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-03-14T03:53:43.6102451Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-03-14T03:53:43.6102963Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-03-14T03:53:43.6103470Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-03-14T03:53:43.6103985Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-03-14T03:53:43.6104486Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-03-14T03:53:43.6105013Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-03-14T03:53:43.6105549Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-03-14T03:53:43.6106052Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-03-14T03:53:43.6106559Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-03-14T03:53:43.6107067Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-03-14T03:53:43.6107564Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-03-14T03:53:43.6537062Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-03-14T03:53:43.6537575Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-03-14T03:53:43.6538091Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-03-14T03:53:43.6538590Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-03-14T03:53:43.6539095Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-03-14T03:53:43.6539603Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-03-14T03:53:43.6540116Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-03-14T03:53:43.6540626Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-03-14T03:53:43.6541134Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-03-14T03:53:43.6541658Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-03-14T03:53:43.6542189Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-03-14T03:53:43.6542715Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-03-14T03:53:43.6543221Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-03-14T03:53:43.6543695Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-03-14T03:53:43.6544177Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-03-14T03:53:43.6544808Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-03-14T03:53:43.6545301Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-03-14T03:53:43.6545788Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-03-14T03:53:43.6546272Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-03-14T03:53:43.6546751Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-03-14T03:53:43.6547223Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-03-14T03:53:43.6547705Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-03-14T03:53:43.6548182Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-03-14T03:53:43.6548680Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-03-14T03:53:43.6549266Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-03-14T03:53:43.6549754Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-03-14T03:53:43.6550229Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-03-14T03:53:43.6550708Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-03-14T03:53:43.6551192Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-03-14T03:53:43.6551671Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-03-14T03:53:43.6552154Z * [new branch] gh/ydwu4/209/base -> origin/gh/ydwu4/209/base 2025-03-14T03:53:43.6552630Z * [new branch] gh/ydwu4/209/head -> origin/gh/ydwu4/209/head 2025-03-14T03:53:43.6553103Z * [new branch] gh/ydwu4/209/orig -> origin/gh/ydwu4/209/orig 2025-03-14T03:53:43.6553594Z * [new branch] gh/ydwu4/210/base -> origin/gh/ydwu4/210/base 2025-03-14T03:53:43.6554080Z * [new branch] gh/ydwu4/210/head -> origin/gh/ydwu4/210/head 2025-03-14T03:53:43.6554555Z * [new branch] gh/ydwu4/210/orig -> origin/gh/ydwu4/210/orig 2025-03-14T03:53:43.6555037Z * [new branch] gh/ydwu4/211/base -> origin/gh/ydwu4/211/base 2025-03-14T03:53:43.6555514Z * [new branch] gh/ydwu4/211/head -> origin/gh/ydwu4/211/head 2025-03-14T03:53:43.6556000Z * [new branch] gh/ydwu4/211/orig -> origin/gh/ydwu4/211/orig 2025-03-14T03:53:43.6556469Z * [new branch] gh/ydwu4/212/base -> origin/gh/ydwu4/212/base 2025-03-14T03:53:43.6556943Z * [new branch] gh/ydwu4/212/head -> origin/gh/ydwu4/212/head 2025-03-14T03:53:43.6557424Z * [new branch] gh/ydwu4/212/orig -> origin/gh/ydwu4/212/orig 2025-03-14T03:53:43.6557908Z * [new branch] gh/ydwu4/213/base -> origin/gh/ydwu4/213/base 2025-03-14T03:53:43.6558379Z * [new branch] gh/ydwu4/213/head -> origin/gh/ydwu4/213/head 2025-03-14T03:53:43.6558858Z * [new branch] gh/ydwu4/213/orig -> origin/gh/ydwu4/213/orig 2025-03-14T03:53:43.6559334Z * [new branch] gh/ydwu4/214/base -> origin/gh/ydwu4/214/base 2025-03-14T03:53:43.6559822Z * [new branch] gh/ydwu4/214/head -> origin/gh/ydwu4/214/head 2025-03-14T03:53:43.7009996Z * [new branch] gh/ydwu4/214/orig -> origin/gh/ydwu4/214/orig 2025-03-14T03:53:43.7010490Z * [new branch] gh/ydwu4/215/base -> origin/gh/ydwu4/215/base 2025-03-14T03:53:43.7010973Z * [new branch] gh/ydwu4/215/head -> origin/gh/ydwu4/215/head 2025-03-14T03:53:43.7011454Z * [new branch] gh/ydwu4/215/orig -> origin/gh/ydwu4/215/orig 2025-03-14T03:53:43.7012108Z * [new branch] gh/ydwu4/216/base -> origin/gh/ydwu4/216/base 2025-03-14T03:53:43.7012642Z * [new branch] gh/ydwu4/216/head -> origin/gh/ydwu4/216/head 2025-03-14T03:53:43.7013161Z * [new branch] gh/ydwu4/216/orig -> origin/gh/ydwu4/216/orig 2025-03-14T03:53:43.7013637Z * [new branch] gh/ydwu4/217/base -> origin/gh/ydwu4/217/base 2025-03-14T03:53:43.7014117Z * [new branch] gh/ydwu4/217/head -> origin/gh/ydwu4/217/head 2025-03-14T03:53:43.7014595Z * [new branch] gh/ydwu4/217/orig -> origin/gh/ydwu4/217/orig 2025-03-14T03:53:43.7015084Z * [new branch] gh/ydwu4/218/base -> origin/gh/ydwu4/218/base 2025-03-14T03:53:43.7015552Z * [new branch] gh/ydwu4/218/head -> origin/gh/ydwu4/218/head 2025-03-14T03:53:43.7016032Z * [new branch] gh/ydwu4/218/orig -> origin/gh/ydwu4/218/orig 2025-03-14T03:53:43.7016623Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-03-14T03:53:43.7017108Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-03-14T03:53:43.7017594Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-03-14T03:53:43.7018113Z * [new branch] gh/ydwu4/220/base -> origin/gh/ydwu4/220/base 2025-03-14T03:53:43.7018643Z * [new branch] gh/ydwu4/220/head -> origin/gh/ydwu4/220/head 2025-03-14T03:53:43.7019109Z * [new branch] gh/ydwu4/220/orig -> origin/gh/ydwu4/220/orig 2025-03-14T03:53:43.7019590Z * [new branch] gh/ydwu4/221/base -> origin/gh/ydwu4/221/base 2025-03-14T03:53:43.7020076Z * [new branch] gh/ydwu4/221/head -> origin/gh/ydwu4/221/head 2025-03-14T03:53:43.7020554Z * [new branch] gh/ydwu4/221/orig -> origin/gh/ydwu4/221/orig 2025-03-14T03:53:43.7021069Z * [new branch] gh/ydwu4/222/base -> origin/gh/ydwu4/222/base 2025-03-14T03:53:43.7021541Z * [new branch] gh/ydwu4/222/head -> origin/gh/ydwu4/222/head 2025-03-14T03:53:43.7022016Z * [new branch] gh/ydwu4/222/orig -> origin/gh/ydwu4/222/orig 2025-03-14T03:53:43.7022498Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-03-14T03:53:43.7022964Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-03-14T03:53:43.7023431Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-03-14T03:53:43.7023979Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-03-14T03:53:43.7024459Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-03-14T03:53:43.7024927Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-03-14T03:53:43.7025411Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-03-14T03:53:43.7025887Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-03-14T03:53:43.7026357Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-03-14T03:53:43.7026826Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-03-14T03:53:43.7027296Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-03-14T03:53:43.7027754Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-03-14T03:53:43.7028225Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-03-14T03:53:43.7028699Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-03-14T03:53:43.7029326Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-03-14T03:53:43.7029845Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-03-14T03:53:43.7030322Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-03-14T03:53:43.7030787Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-03-14T03:53:43.7031254Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-03-14T03:53:43.7031724Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-03-14T03:53:43.7032195Z * [new branch] gh/yf225/164/base -> origin/gh/yf225/164/base 2025-03-14T03:53:43.7032665Z * [new branch] gh/yf225/164/head -> origin/gh/yf225/164/head 2025-03-14T03:53:43.7033132Z * [new branch] gh/yf225/164/orig -> origin/gh/yf225/164/orig 2025-03-14T03:53:43.7033600Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-03-14T03:53:43.7474710Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-03-14T03:53:43.7475248Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-03-14T03:53:43.7475726Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-03-14T03:53:43.7476206Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-03-14T03:53:43.7476698Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-03-14T03:53:43.7477218Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-03-14T03:53:43.7477724Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-03-14T03:53:43.7478237Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-03-14T03:53:43.7478749Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-03-14T03:53:43.7479260Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-03-14T03:53:43.7479779Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-03-14T03:53:43.7480378Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-03-14T03:53:43.7480886Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-03-14T03:53:43.7481389Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-03-14T03:53:43.7481897Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-03-14T03:53:43.7482404Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-03-14T03:53:43.7482914Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-03-14T03:53:43.7483507Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-03-14T03:53:43.7484028Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-03-14T03:53:43.7484532Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-03-14T03:53:43.7485046Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-03-14T03:53:43.7485591Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-03-14T03:53:43.7486137Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-03-14T03:53:43.7486654Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-03-14T03:53:43.7487164Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-03-14T03:53:43.7487673Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-03-14T03:53:43.7488319Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-03-14T03:53:43.7488834Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-03-14T03:53:43.7489346Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-03-14T03:53:43.7489866Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-03-14T03:53:43.7490376Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-03-14T03:53:43.7490881Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-03-14T03:53:43.7491416Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-03-14T03:53:43.7491965Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-03-14T03:53:43.7492474Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-03-14T03:53:43.7493070Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-03-14T03:53:43.7493588Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-03-14T03:53:43.7494099Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-03-14T03:53:43.7494596Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-03-14T03:53:43.7495111Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-03-14T03:53:43.7495622Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-03-14T03:53:43.7496132Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-03-14T03:53:43.7496647Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-03-14T03:53:43.7497214Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-03-14T03:53:43.7497756Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-03-14T03:53:43.7498261Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-03-14T03:53:43.7916792Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-03-14T03:53:43.7917437Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-03-14T03:53:43.7917967Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-03-14T03:53:43.7918492Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-03-14T03:53:43.7919019Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-03-14T03:53:43.7919549Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-03-14T03:53:43.7920096Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-03-14T03:53:43.7920616Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-03-14T03:53:43.7921127Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-03-14T03:53:43.7921640Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-03-14T03:53:43.7922200Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-03-14T03:53:43.7922750Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-03-14T03:53:43.7923250Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-03-14T03:53:43.7923811Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-03-14T03:53:43.7924548Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-03-14T03:53:43.7925077Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-03-14T03:53:43.7925601Z * [new branch] gh/ysiraichi/83/base -> origin/gh/ysiraichi/83/base 2025-03-14T03:53:43.7926123Z * [new branch] gh/ysiraichi/83/head -> origin/gh/ysiraichi/83/head 2025-03-14T03:53:43.7926628Z * [new branch] gh/ysiraichi/83/orig -> origin/gh/ysiraichi/83/orig 2025-03-14T03:53:43.7927142Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-03-14T03:53:43.7927667Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-03-14T03:53:43.7928265Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-03-14T03:53:43.7928780Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-03-14T03:53:43.7929420Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-03-14T03:53:43.7929939Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-03-14T03:53:43.7930447Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-03-14T03:53:43.7930960Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-03-14T03:53:43.7931475Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-03-14T03:53:43.7931991Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-03-14T03:53:43.7932501Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-03-14T03:53:43.7933013Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-03-14T03:53:43.7933550Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-03-14T03:53:43.7934104Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-03-14T03:53:43.7934615Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-03-14T03:53:43.7935123Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-03-14T03:53:43.7935622Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-03-14T03:53:43.7936117Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-03-14T03:53:43.7936603Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-03-14T03:53:43.7937098Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-03-14T03:53:43.7937591Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-03-14T03:53:43.7938088Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-03-14T03:53:43.7938590Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-03-14T03:53:43.7939080Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-03-14T03:53:43.7939644Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-03-14T03:53:43.7940145Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-03-14T03:53:43.7940649Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-03-14T03:53:43.7941145Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-03-14T03:53:43.8361906Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-03-14T03:53:43.8362452Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-03-14T03:53:43.8363226Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-03-14T03:53:43.8363772Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-03-14T03:53:43.8364266Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-03-14T03:53:43.8364772Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-03-14T03:53:43.8365263Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-03-14T03:53:43.8365767Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-03-14T03:53:43.8366263Z * [new branch] gh/zou3519/1129/base -> origin/gh/zou3519/1129/base 2025-03-14T03:53:43.8366758Z * [new branch] gh/zou3519/1129/head -> origin/gh/zou3519/1129/head 2025-03-14T03:53:43.8367248Z * [new branch] gh/zou3519/1129/orig -> origin/gh/zou3519/1129/orig 2025-03-14T03:53:43.8367871Z * [new branch] gh/zou3519/1130/base -> origin/gh/zou3519/1130/base 2025-03-14T03:53:43.8368369Z * [new branch] gh/zou3519/1130/head -> origin/gh/zou3519/1130/head 2025-03-14T03:53:43.8368866Z * [new branch] gh/zou3519/1130/orig -> origin/gh/zou3519/1130/orig 2025-03-14T03:53:43.8369360Z * [new branch] gh/zou3519/1134/base -> origin/gh/zou3519/1134/base 2025-03-14T03:53:43.8369865Z * [new branch] gh/zou3519/1134/head -> origin/gh/zou3519/1134/head 2025-03-14T03:53:43.8370360Z * [new branch] gh/zou3519/1135/base -> origin/gh/zou3519/1135/base 2025-03-14T03:53:43.8370858Z * [new branch] gh/zou3519/1135/head -> origin/gh/zou3519/1135/head 2025-03-14T03:53:43.8371356Z * [new branch] gh/zou3519/1135/orig -> origin/gh/zou3519/1135/orig 2025-03-14T03:53:43.8371855Z * [new branch] gh/zou3519/1136/base -> origin/gh/zou3519/1136/base 2025-03-14T03:53:43.8372356Z * [new branch] gh/zou3519/1136/head -> origin/gh/zou3519/1136/head 2025-03-14T03:53:43.8372851Z * [new branch] gh/zou3519/1136/orig -> origin/gh/zou3519/1136/orig 2025-03-14T03:53:43.8373341Z * [new branch] gh/zou3519/1137/base -> origin/gh/zou3519/1137/base 2025-03-14T03:53:43.8373829Z * [new branch] gh/zou3519/1137/head -> origin/gh/zou3519/1137/head 2025-03-14T03:53:43.8374325Z * [new branch] gh/zou3519/1137/orig -> origin/gh/zou3519/1137/orig 2025-03-14T03:53:43.8374819Z * [new branch] gh/zou3519/1138/base -> origin/gh/zou3519/1138/base 2025-03-14T03:53:43.8375321Z * [new branch] gh/zou3519/1138/head -> origin/gh/zou3519/1138/head 2025-03-14T03:53:43.8375816Z * [new branch] gh/zou3519/1138/orig -> origin/gh/zou3519/1138/orig 2025-03-14T03:53:43.8376332Z * [new branch] gh/zou3519/1139/base -> origin/gh/zou3519/1139/base 2025-03-14T03:53:43.8376817Z * [new branch] gh/zou3519/1139/head -> origin/gh/zou3519/1139/head 2025-03-14T03:53:43.8377310Z * [new branch] gh/zou3519/1139/orig -> origin/gh/zou3519/1139/orig 2025-03-14T03:53:43.8377806Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-03-14T03:53:43.8378309Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-03-14T03:53:43.8378806Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-03-14T03:53:43.8379306Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-03-14T03:53:43.8379799Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-03-14T03:53:43.8380295Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-03-14T03:53:43.8380985Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-03-14T03:53:43.8381526Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-03-14T03:53:43.8382026Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-03-14T03:53:43.8382527Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-03-14T03:53:43.8383014Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-03-14T03:53:43.8383519Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-03-14T03:53:43.8384016Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-03-14T03:53:43.8384512Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-03-14T03:53:43.8385009Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-03-14T03:53:43.8795989Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-03-14T03:53:43.8796533Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-03-14T03:53:43.8797045Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-03-14T03:53:43.8797538Z * [new branch] gh/zou3519/1146/base -> origin/gh/zou3519/1146/base 2025-03-14T03:53:43.8798040Z * [new branch] gh/zou3519/1146/head -> origin/gh/zou3519/1146/head 2025-03-14T03:53:43.8798541Z * [new branch] gh/zou3519/1146/orig -> origin/gh/zou3519/1146/orig 2025-03-14T03:53:43.8799041Z * [new branch] gh/zou3519/1147/base -> origin/gh/zou3519/1147/base 2025-03-14T03:53:43.8799581Z * [new branch] gh/zou3519/1147/head -> origin/gh/zou3519/1147/head 2025-03-14T03:53:43.8800134Z * [new branch] gh/zou3519/1147/orig -> origin/gh/zou3519/1147/orig 2025-03-14T03:53:43.8800630Z * [new branch] gh/zou3519/1148/base -> origin/gh/zou3519/1148/base 2025-03-14T03:53:43.8801129Z * [new branch] gh/zou3519/1148/head -> origin/gh/zou3519/1148/head 2025-03-14T03:53:43.8801625Z * [new branch] gh/zou3519/1149/base -> origin/gh/zou3519/1149/base 2025-03-14T03:53:43.8802137Z * [new branch] gh/zou3519/1149/head -> origin/gh/zou3519/1149/head 2025-03-14T03:53:43.8802633Z * [new branch] gh/zou3519/1149/orig -> origin/gh/zou3519/1149/orig 2025-03-14T03:53:43.8803129Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-03-14T03:53:43.8803703Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-03-14T03:53:43.8804189Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-03-14T03:53:43.8804688Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-03-14T03:53:43.8805211Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-03-14T03:53:43.8805766Z * [new branch] google-main -> origin/google-main 2025-03-14T03:53:43.8806321Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-03-14T03:53:43.8806862Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-03-14T03:53:43.8807362Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-03-14T03:53:43.8807841Z * [new branch] guard_system -> origin/guard_system 2025-03-14T03:53:43.8808476Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-03-14T03:53:43.8809320Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-03-14T03:53:43.8809832Z * [new branch] hhh_rand -> origin/hhh_rand 2025-03-14T03:53:43.8810297Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-03-14T03:53:43.8810794Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-03-14T03:53:43.8811335Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-03-14T03:53:43.8811924Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-03-14T03:53:43.8812466Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-03-14T03:53:43.8813018Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-03-14T03:53:43.8813680Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-03-14T03:53:43.8814515Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-03-14T03:53:43.8815187Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-03-14T03:53:43.8815851Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-03-14T03:53:43.8816458Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-03-14T03:53:43.8817089Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-03-14T03:53:43.8817662Z * [new branch] inline -> origin/inline 2025-03-14T03:53:43.8818156Z * [new branch] inlining -> origin/inlining 2025-03-14T03:53:43.8818655Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-03-14T03:53:43.8819198Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-03-14T03:53:43.8819747Z * [new branch] int8_sdpa_template -> origin/int8_sdpa_template 2025-03-14T03:53:43.8820289Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-03-14T03:53:43.8820834Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-03-14T03:53:43.8821344Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-03-14T03:53:43.8821838Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-03-14T03:53:43.9250150Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-03-14T03:53:43.9250632Z * [new branch] issue#58739 -> origin/issue#58739 2025-03-14T03:53:43.9251231Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-03-14T03:53:43.9251927Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-03-14T03:53:43.9252622Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-03-14T03:53:43.9253300Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-03-14T03:53:43.9253891Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-03-14T03:53:43.9254504Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-03-14T03:53:43.9255140Z * [new branch] jeanschmidt/manywheel_memory -> origin/jeanschmidt/manywheel_memory 2025-03-14T03:53:43.9255801Z * [new branch] jeanschmidt/pull_ephemeral_runners -> origin/jeanschmidt/pull_ephemeral_runners 2025-03-14T03:53:43.9256497Z * [new branch] jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-14T03:53:43.9257165Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-03-14T03:53:43.9258000Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-03-14T03:53:43.9258588Z * [new branch] justinchu/onnxscript-0.2.2 -> origin/justinchu/onnxscript-0.2.2 2025-03-14T03:53:43.9259173Z * [new branch] justinchu/redundant-move -> origin/justinchu/redundant-move 2025-03-14T03:53:43.9259737Z * [new branch] justinchu/retrace-jit -> origin/justinchu/retrace-jit 2025-03-14T03:53:43.9260295Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-03-14T03:53:43.9260875Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-03-14T03:53:43.9261395Z * [new branch] jz/istft -> origin/jz/istft 2025-03-14T03:53:43.9261848Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-03-14T03:53:43.9262402Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-03-14T03:53:43.9263238Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-03-14T03:53:43.9264047Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-03-14T03:53:43.9264714Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-03-14T03:53:43.9265272Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-03-14T03:53:43.9265777Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-03-14T03:53:43.9266277Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-03-14T03:53:43.9266788Z * [new branch] kleidiai_bf16_issue_fix -> origin/kleidiai_bf16_issue_fix 2025-03-14T03:53:43.9267346Z * [new branch] kleidiai_submodule_update -> origin/kleidiai_submodule_update 2025-03-14T03:53:43.9267905Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-14T03:53:43.9268517Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-03-14T03:53:43.9269185Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-03-14T03:53:43.9269746Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-03-14T03:53:43.9270188Z * [new branch] main -> origin/main 2025-03-14T03:53:43.9270614Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-03-14T03:53:43.9271083Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-14T03:53:43.9271575Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-03-14T03:53:43.9272077Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-03-14T03:53:43.9272557Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-14T03:53:43.9273037Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-03-14T03:53:43.9273522Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-14T03:53:43.9274004Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-03-14T03:53:43.9274491Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-03-14T03:53:43.9274973Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-14T03:53:43.9275438Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-03-14T03:53:43.9708763Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-03-14T03:53:43.9709545Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-03-14T03:53:43.9710149Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-03-14T03:53:43.9710725Z * [new branch] malfet/mps-fix-rand-5d -> origin/malfet/mps-fix-rand-5d 2025-03-14T03:53:43.9711323Z * [new branch] malfet/mps-fix-strided-logic -> origin/malfet/mps-fix-strided-logic 2025-03-14T03:53:43.9711948Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-03-14T03:53:43.9712508Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-03-14T03:53:43.9713028Z * [new branch] mem-leak -> origin/mem-leak 2025-03-14T03:53:43.9713502Z * [new branch] mem-leak1 -> origin/mem-leak1 2025-03-14T03:53:43.9713983Z * [new branch] migrate_map -> origin/migrate_map 2025-03-14T03:53:43.9715102Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-03-14T03:53:43.9715673Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-03-14T03:53:43.9716144Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-03-14T03:53:43.9716628Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-03-14T03:53:43.9717193Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-03-14T03:53:43.9717751Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-03-14T03:53:43.9718285Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-03-14T03:53:43.9718785Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-03-14T03:53:43.9719372Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-03-14T03:53:43.9720007Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-03-14T03:53:43.9720524Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-03-14T03:53:43.9721077Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-03-14T03:53:43.9721667Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-03-14T03:53:43.9722190Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-03-14T03:53:43.9722685Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-03-14T03:53:43.9723168Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-03-14T03:53:43.9723739Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-03-14T03:53:43.9724231Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-03-14T03:53:43.9724694Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-03-14T03:53:43.9725173Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-03-14T03:53:43.9725711Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-03-14T03:53:43.9726217Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-03-14T03:53:43.9726674Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-03-14T03:53:43.9727179Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-03-14T03:53:43.9727787Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-03-14T03:53:43.9728370Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-03-14T03:53:43.9729043Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-03-14T03:53:43.9729554Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-03-14T03:53:43.9730075Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-03-14T03:53:43.9730711Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-03-14T03:53:43.9731293Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-03-14T03:53:43.9731782Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-03-14T03:53:43.9732254Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-03-14T03:53:43.9732730Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-03-14T03:53:43.9733193Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-03-14T03:53:43.9733677Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-03-14T03:53:43.9734269Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-03-14T03:53:44.0180927Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-03-14T03:53:44.0181484Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-03-14T03:53:44.0181991Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-03-14T03:53:44.0182556Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-03-14T03:53:44.0183059Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-03-14T03:53:44.0183525Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-03-14T03:53:44.0184035Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-03-14T03:53:44.0184603Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-03-14T03:53:44.0185121Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-03-14T03:53:44.0185646Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-03-14T03:53:44.0186243Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-03-14T03:53:44.0186771Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-03-14T03:53:44.0187241Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-03-14T03:53:44.0187705Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-03-14T03:53:44.0188177Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-03-14T03:53:44.0188694Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-03-14T03:53:44.0189227Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-03-14T03:53:44.0189734Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-03-14T03:53:44.0190257Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-03-14T03:53:44.0190853Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-03-14T03:53:44.0191489Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-03-14T03:53:44.0192094Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-03-14T03:53:44.0192683Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-03-14T03:53:44.0193222Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-03-14T03:53:44.0193922Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-03-14T03:53:44.0194533Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-03-14T03:53:44.0195079Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-03-14T03:53:44.0195542Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-03-14T03:53:44.0196099Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-03-14T03:53:44.0196690Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-03-14T03:53:44.0197244Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-03-14T03:53:44.0197764Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-03-14T03:53:44.0198260Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-03-14T03:53:44.0198765Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-03-14T03:53:44.0199376Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-03-14T03:53:44.0199919Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-03-14T03:53:44.0200476Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-03-14T03:53:44.0201012Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-03-14T03:53:44.0201481Z * [new branch] mlazos/pt -> origin/mlazos/pt 2025-03-14T03:53:44.0201929Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-03-14T03:53:44.0202389Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-03-14T03:53:44.0202858Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-03-14T03:53:44.0203468Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-03-14T03:53:44.0204037Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-03-14T03:53:44.0204551Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-03-14T03:53:44.0205069Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-03-14T03:53:44.0205654Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-03-14T03:53:44.0651301Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-03-14T03:53:44.0651851Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-03-14T03:53:44.0652365Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-03-14T03:53:44.0652868Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-03-14T03:53:44.0653376Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-03-14T03:53:44.0653909Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-03-14T03:53:44.0654489Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-03-14T03:53:44.0655018Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-03-14T03:53:44.0655545Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-03-14T03:53:44.0656061Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-03-14T03:53:44.0656594Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-03-14T03:53:44.0657134Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-03-14T03:53:44.0657605Z * [new branch] mlazos/th -> origin/mlazos/th 2025-03-14T03:53:44.0658265Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-03-14T03:53:44.0658763Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-03-14T03:53:44.0659284Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-03-14T03:53:44.0659827Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-03-14T03:53:44.0660383Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-03-14T03:53:44.0660856Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-03-14T03:53:44.0661393Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-03-14T03:53:44.0661898Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-03-14T03:53:44.0662426Z * [new branch] mradmila/host_stats -> origin/mradmila/host_stats 2025-03-14T03:53:44.0663068Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-03-14T03:53:44.0663597Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-03-14T03:53:44.0664133Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-03-14T03:53:44.0664636Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-03-14T03:53:44.0665162Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-03-14T03:53:44.0665658Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-03-14T03:53:44.0666203Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-03-14T03:53:44.0666764Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-03-14T03:53:44.0667279Z * [new branch] mypy_fix -> origin/mypy_fix 2025-03-14T03:53:44.0667752Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-03-14T03:53:44.0668304Z * [new branch] nWEIdia-patch-1 -> origin/nWEIdia-patch-1 2025-03-14T03:53:44.0668883Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-03-14T03:53:44.0669420Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-03-14T03:53:44.0670109Z * [new branch] new_guard_system -> origin/new_guard_system 2025-03-14T03:53:44.0670737Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-03-14T03:53:44.0671270Z * [new branch] ngimel/copy2d -> origin/ngimel/copy2d 2025-03-14T03:53:44.0671716Z * [new branch] ngimel/gg -> origin/ngimel/gg 2025-03-14T03:53:44.0672166Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-03-14T03:53:44.0672625Z * [new branch] nightly -> origin/nightly 2025-03-14T03:53:44.0673142Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-03-14T03:53:44.0673702Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-03-14T03:53:44.0674174Z * [new branch] offline -> origin/offline 2025-03-14T03:53:44.0674615Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-03-14T03:53:44.0675094Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-03-14T03:53:44.0675662Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-03-14T03:53:44.0676189Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-03-14T03:53:44.0676678Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-03-14T03:53:44.2780100Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-03-14T03:53:44.2780638Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-03-14T03:53:44.2781127Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-03-14T03:53:44.2781608Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-03-14T03:53:44.2782099Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-03-14T03:53:44.2782579Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-03-14T03:53:44.2783049Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-03-14T03:53:44.2783522Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-03-14T03:53:44.2783986Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-03-14T03:53:44.2784657Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-03-14T03:53:44.2785144Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-03-14T03:53:44.2785623Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-03-14T03:53:44.2786164Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-03-14T03:53:44.2786708Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-03-14T03:53:44.2787186Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-03-14T03:53:44.2787671Z * [new branch] padded-tensor -> origin/padded-tensor 2025-03-14T03:53:44.2788142Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-03-14T03:53:44.2788594Z * [new branch] parallel_cat -> origin/parallel_cat 2025-03-14T03:53:44.2789073Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-03-14T03:53:44.2789518Z * [new branch] pca2 -> origin/pca2 2025-03-14T03:53:44.2790030Z * [new branch] pianpwk/backed_size_oblivious -> origin/pianpwk/backed_size_oblivious 2025-03-14T03:53:44.2790711Z * [new branch] pianpwk/backed_size_oblivious_global -> origin/pianpwk/backed_size_oblivious_global 2025-03-14T03:53:44.2791420Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-03-14T03:53:44.2792091Z * [new branch] pianpwk/clear_pending_unbacked -> origin/pianpwk/clear_pending_unbacked 2025-03-14T03:53:44.2792707Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-03-14T03:53:44.2793328Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-03-14T03:53:44.2793967Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-03-14T03:53:44.2794548Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-03-14T03:53:44.2795185Z * [new branch] pianpwk/torchbench_combine_args -> origin/pianpwk/torchbench_combine_args 2025-03-14T03:53:44.2795835Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-03-14T03:53:44.2796441Z * [new branch] pianpwk/unbacked_bindings -> origin/pianpwk/unbacked_bindings 2025-03-14T03:53:44.2797014Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-03-14T03:53:44.2797545Z * [new branch] polyfill-class -> origin/polyfill-class 2025-03-14T03:53:44.2797994Z * [new branch] pr/131860 -> origin/pr/131860 2025-03-14T03:53:44.2798566Z * [new branch] pr149164 -> origin/pr149164 2025-03-14T03:53:44.2799096Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-03-14T03:53:44.2799691Z * [new branch] print_hostname_rocm_runners -> origin/print_hostname_rocm_runners 2025-03-14T03:53:44.2800218Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-03-14T03:53:44.2800678Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-03-14T03:53:44.2801181Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-03-14T03:53:44.2801707Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-03-14T03:53:44.2802212Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-03-14T03:53:44.2802738Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-03-14T03:53:44.2803476Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-03-14T03:53:44.2804056Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-03-14T03:53:44.2804553Z * [new branch] raggedsdpa -> origin/raggedsdpa 2025-03-14T03:53:44.3472818Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-03-14T03:53:44.3473392Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-03-14T03:53:44.3473871Z * [new branch] release/1.10 -> origin/release/1.10 2025-03-14T03:53:44.3474315Z * [new branch] release/1.11 -> origin/release/1.11 2025-03-14T03:53:44.3474767Z * [new branch] release/1.12 -> origin/release/1.12 2025-03-14T03:53:44.3475253Z * [new branch] release/1.13 -> origin/release/1.13 2025-03-14T03:53:44.3475769Z * [new branch] release/1.4 -> origin/release/1.4 2025-03-14T03:53:44.3476219Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-03-14T03:53:44.3476658Z * [new branch] release/1.5 -> origin/release/1.5 2025-03-14T03:53:44.3477099Z * [new branch] release/1.6 -> origin/release/1.6 2025-03-14T03:53:44.3477536Z * [new branch] release/1.7 -> origin/release/1.7 2025-03-14T03:53:44.3477965Z * [new branch] release/1.8 -> origin/release/1.8 2025-03-14T03:53:44.3478396Z * [new branch] release/1.9 -> origin/release/1.9 2025-03-14T03:53:44.3478830Z * [new branch] release/2.0 -> origin/release/2.0 2025-03-14T03:53:44.3479263Z * [new branch] release/2.1 -> origin/release/2.1 2025-03-14T03:53:44.3479705Z * [new branch] release/2.2 -> origin/release/2.2 2025-03-14T03:53:44.3480143Z * [new branch] release/2.3 -> origin/release/2.3 2025-03-14T03:53:44.3480585Z * [new branch] release/2.4 -> origin/release/2.4 2025-03-14T03:53:44.3481049Z * [new branch] release/2.5 -> origin/release/2.5 2025-03-14T03:53:44.3481517Z * [new branch] release/2.6 -> origin/release/2.6 2025-03-14T03:53:44.3481964Z * [new branch] release/2.7 -> origin/release/2.7 2025-03-14T03:53:44.3482409Z * [new branch] release_notes -> origin/release_notes 2025-03-14T03:53:44.3482909Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-03-14T03:53:44.3483505Z * [new branch] remove-link-survey -> origin/remove-link-survey 2025-03-14T03:53:44.3484006Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-03-14T03:53:44.3484702Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-03-14T03:53:44.3485456Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-03-14T03:53:44.3486178Z * [new branch] revert-112125 -> origin/revert-112125 2025-03-14T03:53:44.3486865Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-03-14T03:53:44.3487659Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-03-14T03:53:44.3488346Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-03-14T03:53:44.3488955Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-03-14T03:53:44.3489491Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-03-14T03:53:44.3490136Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-03-14T03:53:44.3490666Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-03-14T03:53:44.3491188Z * [new branch] rprop-playground -> origin/rprop-playground 2025-03-14T03:53:44.3491738Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-03-14T03:53:44.3492516Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-03-14T03:53:44.3493283Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-03-14T03:53:44.3493815Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-03-14T03:53:44.3494322Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-03-14T03:53:44.3494815Z * [new branch] rzou/fix -> origin/rzou/fix 2025-03-14T03:53:44.3495246Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-03-14T03:53:44.3495670Z * [new branch] rzou/njt -> origin/rzou/njt 2025-03-14T03:53:44.3496104Z * [new branch] rzou/operator -> origin/rzou/operator 2025-03-14T03:53:44.3496550Z * [new branch] rzou/pca -> origin/rzou/pca 2025-03-14T03:53:44.3497004Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-03-14T03:53:44.3497478Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-03-14T03:53:44.3869636Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-03-14T03:53:44.3870334Z * [new branch] sanchitintel/fix_llama_da8w8_corner_case -> origin/sanchitintel/fix_llama_da8w8_corner_case 2025-03-14T03:53:44.3871289Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-03-14T03:53:44.3872156Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-03-14T03:53:44.3872897Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-03-14T03:53:44.3873795Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-03-14T03:53:44.3874654Z * [new branch] sanchitintel/woq_gemm_buf_size_patch -> origin/sanchitintel/woq_gemm_buf_size_patch 2025-03-14T03:53:44.3875466Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-03-14T03:53:44.3876406Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-03-14T03:53:44.3876968Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-03-14T03:53:44.3877441Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-03-14T03:53:44.3877947Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-03-14T03:53:44.3878485Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-03-14T03:53:44.3878986Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-03-14T03:53:44.3879472Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-03-14T03:53:44.3879970Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-03-14T03:53:44.3880461Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-14T03:53:44.3881099Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-03-14T03:53:44.3881678Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-03-14T03:53:44.3882153Z * [new branch] sdym/wno -> origin/sdym/wno 2025-03-14T03:53:44.3882811Z * [new branch] seemethere/add_h100_nightly_perf_benchmarks -> origin/seemethere/add_h100_nightly_perf_benchmarks 2025-03-14T03:53:44.3883547Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-03-14T03:53:44.3884064Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-03-14T03:53:44.3884596Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-03-14T03:53:44.3885159Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-03-14T03:53:44.3885739Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-03-14T03:53:44.3886328Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-03-14T03:53:44.3886939Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-03-14T03:53:44.3887600Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-03-14T03:53:44.3888216Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-03-14T03:53:44.3888728Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-03-14T03:53:44.3889255Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-03-14T03:53:44.3889788Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-03-14T03:53:44.3890291Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-03-14T03:53:44.3890849Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-03-14T03:53:44.3891386Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-03-14T03:53:44.3891857Z * [new branch] stable-library -> origin/stable-library 2025-03-14T03:53:44.3892406Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-03-14T03:53:44.3892921Z * [new branch] super -> origin/super 2025-03-14T03:53:44.3893372Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-14T03:53:44.3893842Z * [new branch] switch-bn -> origin/switch-bn 2025-03-14T03:53:44.3894341Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-03-14T03:53:44.3894842Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-03-14T03:53:44.4226693Z * [new branch] tensor_life -> origin/tensor_life 2025-03-14T03:53:44.4227322Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-03-14T03:53:44.4227887Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-03-14T03:53:44.4228503Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-03-14T03:53:44.4229053Z * [new branch] test/inductor -> origin/test/inductor 2025-03-14T03:53:44.4229558Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-03-14T03:53:44.4230096Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-03-14T03:53:44.4230644Z * [new branch] torch-abi-version -> origin/torch-abi-version 2025-03-14T03:53:44.4231162Z * [new branch] torchgen_ns -> origin/torchgen_ns 2025-03-14T03:53:44.4231916Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-03-14T03:53:44.4232485Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-03-14T03:53:44.4233056Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-03-14T03:53:44.4233570Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-03-14T03:53:44.4234083Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-03-14T03:53:44.4234605Z * [new branch] triton-update -> origin/triton-update 2025-03-14T03:53:44.4235068Z * [new branch] triton_kernel -> origin/triton_kernel 2025-03-14T03:53:44.4235544Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-03-14T03:53:44.4236078Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-03-14T03:53:44.4236603Z * [new branch] type_dec -> origin/type_dec 2025-03-14T03:53:44.4237125Z * [new branch] unbreak_cpp_builder_clang -> origin/unbreak_cpp_builder_clang 2025-03-14T03:53:44.4237923Z * [new branch] update-audio-commit-hash/13210264744-1454-1 -> origin/update-audio-commit-hash/13210264744-1454-1 2025-03-14T03:53:44.4238835Z * [new branch] update-audio-commit-hash/13402729107-1466-1 -> origin/update-audio-commit-hash/13402729107-1466-1 2025-03-14T03:53:44.4239761Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-03-14T03:53:44.4240804Z * [new branch] update-executorch-commit-hash/13319730828-1460-1 -> origin/update-executorch-commit-hash/13319730828-1460-1 2025-03-14T03:53:44.4241763Z * [new branch] update-executorch-commit-hash/13339750520-1461-1 -> origin/update-executorch-commit-hash/13339750520-1461-1 2025-03-14T03:53:44.4242733Z * [new branch] update-executorch-commit-hash/13349943940-1462-1 -> origin/update-executorch-commit-hash/13349943940-1462-1 2025-03-14T03:53:44.4243726Z * [new branch] update-executorch-commit-hash/13360269739-1463-1 -> origin/update-executorch-commit-hash/13360269739-1463-1 2025-03-14T03:53:44.4244640Z * [new branch] update-executorch-commit-hash/13380672687-1464-1 -> origin/update-executorch-commit-hash/13380672687-1464-1 2025-03-14T03:53:44.4245597Z * [new branch] update-executorch-commit-hash/13402729107-1466-1 -> origin/update-executorch-commit-hash/13402729107-1466-1 2025-03-14T03:53:44.4246478Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-03-14T03:53:44.4247418Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-03-14T03:53:44.4248400Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-03-14T03:53:44.4249294Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-03-14T03:53:44.4250142Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-03-14T03:53:44.4250991Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-03-14T03:53:44.4251824Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-03-14T03:53:44.4252629Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-03-14T03:53:44.4253634Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-03-14T03:53:44.4555200Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-03-14T03:53:44.4556019Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-03-14T03:53:44.4556824Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-03-14T03:53:44.4557627Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-03-14T03:53:44.4558437Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-03-14T03:53:44.4559237Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-03-14T03:53:44.4560142Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-03-14T03:53:44.4560951Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-03-14T03:53:44.4561754Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-03-14T03:53:44.4562556Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-03-14T03:53:44.4563361Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-03-14T03:53:44.4564211Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-03-14T03:53:44.4565010Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-03-14T03:53:44.4565907Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-03-14T03:53:44.4566723Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-03-14T03:53:44.4567526Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-03-14T03:53:44.4568277Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-03-14T03:53:44.4569014Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-03-14T03:53:44.4569758Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-03-14T03:53:44.4570636Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-03-14T03:53:44.4571444Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-03-14T03:53:44.4572177Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-03-14T03:53:44.4572905Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-03-14T03:53:44.4573636Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-03-14T03:53:44.4574365Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-03-14T03:53:44.4575142Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-03-14T03:53:44.4575793Z * [new branch] update_kineto_0212_3 -> origin/update_kineto_0212_3 2025-03-14T03:53:44.4576414Z * [new branch] update_kineto_0214 -> origin/update_kineto_0214 2025-03-14T03:53:44.4577001Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-03-14T03:53:44.4585663Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-03-14T03:53:44.4586264Z * [new branch] update_slow_tests_1739173241 -> origin/update_slow_tests_1739173241 2025-03-14T03:53:44.4586838Z * [new branch] update_slow_tests_1739777990 -> origin/update_slow_tests_1739777990 2025-03-14T03:53:44.4587404Z * [new branch] update_slow_tests_1740382789 -> origin/update_slow_tests_1740382789 2025-03-14T03:53:44.4588025Z * [new branch] update_slow_tests_1741592409 -> origin/update_slow_tests_1741592409 2025-03-14T03:53:44.4588630Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-03-14T03:53:44.4589194Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-03-14T03:53:44.5006756Z * [new branch] use-better-label-for-dcp -> origin/use-better-label-for-dcp 2025-03-14T03:53:44.5007338Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-03-14T03:53:44.5007774Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-03-14T03:53:44.5008184Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-03-14T03:53:44.5008590Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-03-14T03:53:44.5008992Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-03-14T03:53:44.5009399Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-03-14T03:53:44.5009799Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-03-14T03:53:44.5010248Z * [new branch] validate_fn -> origin/validate_fn 2025-03-14T03:53:44.5010715Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-03-14T03:53:44.5011212Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-03-14T03:53:44.5011676Z * [new branch] viable/strict -> origin/viable/strict 2025-03-14T03:53:44.5012151Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-03-14T03:53:44.5012649Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-03-14T03:53:44.5013167Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-03-14T03:53:44.5013725Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-03-14T03:53:44.5014220Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-03-14T03:53:44.5014881Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-03-14T03:53:44.5015401Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-03-14T03:53:44.5015888Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-14T03:53:44.5016379Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-03-14T03:53:44.5016856Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-03-14T03:53:44.5017375Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-03-14T03:53:44.5017897Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-03-14T03:53:44.5018379Z * [new branch] whc/flight -> origin/whc/flight 2025-03-14T03:53:44.5018826Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-03-14T03:53:44.5019374Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-03-14T03:53:44.5019824Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-03-14T03:53:44.5020282Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-03-14T03:53:44.5020752Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-03-14T03:53:44.5021227Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-03-14T03:53:44.5021672Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-03-14T03:53:44.5022146Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-03-14T03:53:44.5022615Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-03-14T03:53:44.5023069Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-03-14T03:53:44.5023551Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-03-14T03:53:44.5024041Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-03-14T03:53:44.5024517Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-03-14T03:53:44.5024979Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-03-14T03:53:44.5025430Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-03-14T03:53:44.5025881Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-03-14T03:53:44.5026343Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-03-14T03:53:44.5026820Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-03-14T03:53:44.5027302Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-03-14T03:53:44.5027840Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-03-14T03:53:44.5028415Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-03-14T03:53:44.5028965Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-03-14T03:53:44.5029461Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-03-14T03:53:44.5029986Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-03-14T03:53:44.5030509Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-03-14T03:53:44.5425491Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-03-14T03:53:44.5426075Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-03-14T03:53:44.5426768Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-03-14T03:53:44.5427280Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-03-14T03:53:44.5427764Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-03-14T03:53:44.5428240Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-03-14T03:53:44.5428710Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-03-14T03:53:44.5429201Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-03-14T03:53:44.5429773Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-03-14T03:53:44.5430424Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-03-14T03:53:44.5431117Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-03-14T03:53:44.5431848Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-03-14T03:53:44.5432467Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-03-14T03:53:44.5433141Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-03-14T03:53:44.5433796Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-03-14T03:53:44.5434501Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-03-14T03:53:44.5435276Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-03-14T03:53:44.5435925Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-03-14T03:53:44.5436519Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-03-14T03:53:44.5437155Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-03-14T03:53:44.5437773Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-03-14T03:53:44.5438453Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-03-14T03:53:44.5439080Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-03-14T03:53:44.5439576Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-03-14T03:53:44.5440116Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-03-14T03:53:44.5440662Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-03-14T03:53:44.5441192Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-03-14T03:53:44.5441729Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-03-14T03:53:44.5442240Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-03-14T03:53:44.5442727Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-03-14T03:53:44.5443181Z * [new branch] xmfan/test -> origin/xmfan/test 2025-03-14T03:53:44.5443736Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-03-14T03:53:44.5444270Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-03-14T03:53:44.5444892Z * [new branch] yguo/fix-remaining-cpp-wrapper -> origin/yguo/fix-remaining-cpp-wrapper 2025-03-14T03:53:44.5445505Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-03-14T03:53:44.5446177Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-03-14T03:53:44.5446951Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-03-14T03:53:44.5447676Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-03-14T03:53:44.5448183Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-03-14T03:53:44.5448682Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-03-14T03:53:44.5449289Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-03-14T03:53:44.5449878Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-03-14T03:53:44.5450380Z * [new branch] zainr/make-unstable -> origin/zainr/make-unstable 2025-03-14T03:53:44.5801546Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-03-14T03:53:44.5802314Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-03-14T03:53:44.5802853Z * [new branch] zainr/mypy-break-test -> origin/zainr/mypy-break-test 2025-03-14T03:53:44.5803408Z * [new branch] zainr/mypy-break-test2 -> origin/zainr/mypy-break-test2 2025-03-14T03:53:44.5804041Z * [new branch] zainr/mypy-break-test3 -> origin/zainr/mypy-break-test3 2025-03-14T03:53:44.5804571Z * [new branch] zainr/mypy-update -> origin/zainr/mypy-update 2025-03-14T03:53:44.5805108Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-03-14T03:53:44.5805770Z * [new branch] zainr/revert-60576419a2a-make-dynamic -> origin/zainr/revert-60576419a2a-make-dynamic 2025-03-14T03:53:44.5806407Z * [new branch] zainr/sha-checking -> origin/zainr/sha-checking 2025-03-14T03:53:44.5806943Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-03-14T03:53:44.5807451Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-03-14T03:53:44.5807943Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-03-14T03:53:44.5808459Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-03-14T03:53:44.5808957Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-03-14T03:53:44.5809463Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-03-14T03:53:44.5810020Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-03-14T03:53:44.5810565Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-03-14T03:53:44.5811047Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-03-14T03:53:44.5811522Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-03-14T03:53:44.5812012Z * [new branch] zainrizvi/testing1 -> origin/zainrizvi/testing1 2025-03-14T03:53:44.5812531Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-03-14T03:53:44.5812998Z * [new branch] zb2p -> origin/zb2p 2025-03-14T03:53:44.5813452Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-03-14T03:53:44.5813932Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-03-14T03:53:44.5814460Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-03-14T03:53:44.5815010Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-03-14T03:53:44.5815548Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-03-14T03:53:44.5816457Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-03-14T03:53:44.5817197Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-03-14T03:53:44.5817618Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-03-14T03:53:44.5818021Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-03-14T03:53:44.5818427Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-03-14T03:53:44.5818857Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-03-14T03:53:44.5819312Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-03-14T03:53:44.5819773Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-03-14T03:53:44.5820235Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-03-14T03:53:44.5820759Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-03-14T03:53:44.5821220Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-03-14T03:53:44.5821679Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-03-14T03:53:44.5822128Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-03-14T03:53:44.5822582Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-03-14T03:53:44.5823032Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-03-14T03:53:44.5823479Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-03-14T03:53:44.5823934Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-03-14T03:53:44.5824427Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-03-14T03:53:44.5824947Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-03-14T03:53:44.5825448Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-03-14T03:53:44.6131258Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-03-14T03:53:44.6131811Z * [new tag] ciflow/binaries_wheel/146573 -> ciflow/binaries_wheel/146573 2025-03-14T03:53:44.6132332Z * [new tag] ciflow/binaries_wheel/147074 -> ciflow/binaries_wheel/147074 2025-03-14T03:53:44.6132847Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-03-14T03:53:44.6133350Z * [new tag] ciflow/binaries_wheel/148070 -> ciflow/binaries_wheel/148070 2025-03-14T03:53:44.6133869Z * [new tag] ciflow/binaries_wheel/148197 -> ciflow/binaries_wheel/148197 2025-03-14T03:53:44.6134410Z * [new tag] ciflow/binaries_wheel/148320 -> ciflow/binaries_wheel/148320 2025-03-14T03:53:44.6134880Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-03-14T03:53:44.6135369Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-03-14T03:53:44.6135771Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-03-14T03:53:44.6136329Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-03-14T03:53:44.6137114Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/148672 -> ciflow/inductor-perf-test-nightly-rocm/148672 2025-03-14T03:53:44.6137955Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/149039 -> ciflow/inductor-perf-test-nightly-rocm/149039 2025-03-14T03:53:44.6138671Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-03-14T03:53:44.6139415Z * [new tag] ciflow/inductor-periodic/147315 -> ciflow/inductor-periodic/147315 2025-03-14T03:53:44.6139959Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-03-14T03:53:44.6140451Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-03-14T03:53:44.6141017Z * [new tag] ciflow/inductor-rocm/146264 -> ciflow/inductor-rocm/146264 2025-03-14T03:53:44.6141506Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-03-14T03:53:44.6141996Z * [new tag] ciflow/inductor-rocm/147315 -> ciflow/inductor-rocm/147315 2025-03-14T03:53:44.6142488Z * [new tag] ciflow/inductor-rocm/147452 -> ciflow/inductor-rocm/147452 2025-03-14T03:53:44.6142975Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-03-14T03:53:44.6143457Z * [new tag] ciflow/inductor-rocm/148327 -> ciflow/inductor-rocm/148327 2025-03-14T03:53:44.6144039Z * [new tag] ciflow/inductor-rocm/149041 -> ciflow/inductor-rocm/149041 2025-03-14T03:53:44.6144525Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-03-14T03:53:44.6144985Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-03-14T03:53:44.6145438Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-03-14T03:53:44.6145885Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-03-14T03:53:44.6146361Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-03-14T03:53:44.6146841Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-03-14T03:53:44.6147294Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-03-14T03:53:44.6147740Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-03-14T03:53:44.6148196Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-03-14T03:53:44.6148648Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-03-14T03:53:44.6149086Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-03-14T03:53:44.6149540Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-03-14T03:53:44.6149990Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-03-14T03:53:44.6150448Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-03-14T03:53:44.6150895Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-03-14T03:53:44.6151338Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-03-14T03:53:44.6151784Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-03-14T03:53:44.6152273Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-03-14T03:53:44.6152759Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-03-14T03:53:44.6153216Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-03-14T03:53:44.6153660Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-03-14T03:53:44.6154108Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-03-14T03:53:44.6154554Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-03-14T03:53:44.6459188Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-03-14T03:53:44.6459690Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-03-14T03:53:44.6460154Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-03-14T03:53:44.6461315Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-03-14T03:53:44.6461769Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-03-14T03:53:44.6462219Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-03-14T03:53:44.6462659Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-03-14T03:53:44.6463113Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-03-14T03:53:44.6463556Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-03-14T03:53:44.6464001Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-03-14T03:53:44.6464445Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-03-14T03:53:44.6464888Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-03-14T03:53:44.6465797Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-03-14T03:53:44.6466254Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-03-14T03:53:44.6466715Z * [new tag] ciflow/inductor/134592 -> ciflow/inductor/134592 2025-03-14T03:53:44.6467167Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-03-14T03:53:44.6467618Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-03-14T03:53:44.6468066Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-03-14T03:53:44.6468512Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-03-14T03:53:44.6468949Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-03-14T03:53:44.6469393Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-03-14T03:53:44.6469869Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-03-14T03:53:44.6470315Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-03-14T03:53:44.6470761Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-03-14T03:53:44.6471203Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-03-14T03:53:44.6471654Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-03-14T03:53:44.6472099Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-03-14T03:53:44.6472551Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-03-14T03:53:44.6472998Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-03-14T03:53:44.6473445Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-03-14T03:53:44.6473905Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-03-14T03:53:44.6474360Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-03-14T03:53:44.6474797Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-03-14T03:53:44.6475240Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-03-14T03:53:44.6475692Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-03-14T03:53:44.6476138Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-03-14T03:53:44.6476588Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-03-14T03:53:44.6477036Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-03-14T03:53:44.6477472Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-03-14T03:53:44.6478646Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-03-14T03:53:44.6479099Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-03-14T03:53:44.6479554Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-03-14T03:53:44.6480004Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-03-14T03:53:44.6480456Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-03-14T03:53:44.6480896Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-03-14T03:53:44.6481351Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-03-14T03:53:44.6481798Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-03-14T03:53:44.6482249Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-03-14T03:53:44.6482708Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-03-14T03:53:44.6796240Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-03-14T03:53:44.6796763Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-03-14T03:53:44.6797215Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-03-14T03:53:44.6797674Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-03-14T03:53:44.6798120Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-03-14T03:53:44.6798565Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-03-14T03:53:44.6799023Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-03-14T03:53:44.6799472Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-03-14T03:53:44.6799924Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-03-14T03:53:44.6800374Z * [new tag] ciflow/inductor/143256 -> ciflow/inductor/143256 2025-03-14T03:53:44.6800823Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-03-14T03:53:44.6801275Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-03-14T03:53:44.6801735Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-03-14T03:53:44.6802179Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-03-14T03:53:44.6802627Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-03-14T03:53:44.6803068Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-03-14T03:53:44.6803589Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-03-14T03:53:44.6804050Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-03-14T03:53:44.6804501Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-03-14T03:53:44.6804953Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-03-14T03:53:44.6805402Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-03-14T03:53:44.6805845Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-03-14T03:53:44.6806292Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-03-14T03:53:44.6806738Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-03-14T03:53:44.6807181Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-03-14T03:53:44.6807624Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-03-14T03:53:44.6808181Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-03-14T03:53:44.6808622Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-03-14T03:53:44.6809078Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-03-14T03:53:44.6809523Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-03-14T03:53:44.6809966Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-03-14T03:53:44.6810411Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-03-14T03:53:44.6810859Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-03-14T03:53:44.6811299Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-03-14T03:53:44.6811800Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-03-14T03:53:44.6812296Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-03-14T03:53:44.6812836Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-03-14T03:53:44.6813297Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-03-14T03:53:44.6813752Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-03-14T03:53:44.6814195Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-03-14T03:53:44.6814646Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-03-14T03:53:44.6815101Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-03-14T03:53:44.6815543Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-03-14T03:53:44.6815991Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-03-14T03:53:44.6816447Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-03-14T03:53:44.6816886Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-03-14T03:53:44.6817333Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-03-14T03:53:44.6817776Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-03-14T03:53:44.6818225Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-03-14T03:53:44.6818678Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-03-14T03:53:44.7141592Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-03-14T03:53:44.7142067Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-03-14T03:53:44.7142510Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-03-14T03:53:44.7142989Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-03-14T03:53:44.7143438Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-03-14T03:53:44.7143927Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-03-14T03:53:44.7144418Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-03-14T03:53:44.7144864Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-03-14T03:53:44.7145309Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-03-14T03:53:44.7145744Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-03-14T03:53:44.7146190Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-03-14T03:53:44.7146643Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-03-14T03:53:44.7147092Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-03-14T03:53:44.7147691Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-03-14T03:53:44.7148138Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-03-14T03:53:44.7148581Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-03-14T03:53:44.7149030Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-03-14T03:53:44.7149513Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-03-14T03:53:44.7149998Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-03-14T03:53:44.7150455Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-03-14T03:53:44.7150900Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-03-14T03:53:44.7151338Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-03-14T03:53:44.7151878Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-03-14T03:53:44.7152340Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-03-14T03:53:44.7152800Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-03-14T03:53:44.7153249Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-03-14T03:53:44.7153711Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-03-14T03:53:44.7154150Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-03-14T03:53:44.7154597Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-03-14T03:53:44.7155081Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-03-14T03:53:44.7155571Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-03-14T03:53:44.7156028Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-03-14T03:53:44.7156476Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-03-14T03:53:44.7156921Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-03-14T03:53:44.7157361Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-03-14T03:53:44.7157807Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-03-14T03:53:44.7158251Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-03-14T03:53:44.7158700Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-03-14T03:53:44.7159163Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-03-14T03:53:44.7159610Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-03-14T03:53:44.7160065Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-03-14T03:53:44.7160513Z * [new tag] ciflow/inductor/145605 -> ciflow/inductor/145605 2025-03-14T03:53:44.7161031Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-03-14T03:53:44.7161479Z * [new tag] ciflow/inductor/145636 -> ciflow/inductor/145636 2025-03-14T03:53:44.7161921Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-03-14T03:53:44.7162365Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-03-14T03:53:44.7162802Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-03-14T03:53:44.7163248Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-03-14T03:53:44.7163785Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-03-14T03:53:44.7467883Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-03-14T03:53:44.7468349Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-03-14T03:53:44.7468794Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-03-14T03:53:44.7469240Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-03-14T03:53:44.7469674Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-03-14T03:53:44.7470123Z * [new tag] ciflow/inductor/146051 -> ciflow/inductor/146051 2025-03-14T03:53:44.7470573Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-03-14T03:53:44.7471020Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-03-14T03:53:44.7471471Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-03-14T03:53:44.7472037Z * [new tag] ciflow/inductor/146135 -> ciflow/inductor/146135 2025-03-14T03:53:44.7472484Z * [new tag] ciflow/inductor/146171 -> ciflow/inductor/146171 2025-03-14T03:53:44.7472935Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-03-14T03:53:44.7473386Z * [new tag] ciflow/inductor/146176 -> ciflow/inductor/146176 2025-03-14T03:53:44.7473842Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-03-14T03:53:44.7474288Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-03-14T03:53:44.7474738Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-03-14T03:53:44.7475181Z * [new tag] ciflow/inductor/146264 -> ciflow/inductor/146264 2025-03-14T03:53:44.7475624Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-03-14T03:53:44.7476076Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-03-14T03:53:44.7476517Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-03-14T03:53:44.7476961Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-03-14T03:53:44.7477403Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-03-14T03:53:44.7477839Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-03-14T03:53:44.7478285Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-03-14T03:53:44.7478731Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-03-14T03:53:44.7479190Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-03-14T03:53:44.7479639Z * [new tag] ciflow/inductor/146421 -> ciflow/inductor/146421 2025-03-14T03:53:44.7480092Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-03-14T03:53:44.7480541Z * [new tag] ciflow/inductor/146500 -> ciflow/inductor/146500 2025-03-14T03:53:44.7480978Z * [new tag] ciflow/inductor/146501 -> ciflow/inductor/146501 2025-03-14T03:53:44.7481421Z * [new tag] ciflow/inductor/146505 -> ciflow/inductor/146505 2025-03-14T03:53:44.7481874Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-03-14T03:53:44.7482324Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-03-14T03:53:44.7482771Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-03-14T03:53:44.7483220Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-03-14T03:53:44.7483778Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-03-14T03:53:44.7484339Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-03-14T03:53:44.7484793Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-03-14T03:53:44.7485241Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-03-14T03:53:44.7485688Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-03-14T03:53:44.7486142Z * [new tag] ciflow/inductor/146706 -> ciflow/inductor/146706 2025-03-14T03:53:44.7486583Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-03-14T03:53:44.7487037Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-03-14T03:53:44.7487479Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-03-14T03:53:44.7487926Z * [new tag] ciflow/inductor/146823 -> ciflow/inductor/146823 2025-03-14T03:53:44.7488376Z * [new tag] ciflow/inductor/146826 -> ciflow/inductor/146826 2025-03-14T03:53:44.7488899Z * [new tag] ciflow/inductor/146827 -> ciflow/inductor/146827 2025-03-14T03:53:44.7489344Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-03-14T03:53:44.7489796Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-03-14T03:53:44.7805400Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-03-14T03:53:44.7805918Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-03-14T03:53:44.7806415Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-03-14T03:53:44.7806935Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-03-14T03:53:44.7807384Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-03-14T03:53:44.7807858Z * [new tag] ciflow/inductor/146919 -> ciflow/inductor/146919 2025-03-14T03:53:44.7808316Z * [new tag] ciflow/inductor/146921 -> ciflow/inductor/146921 2025-03-14T03:53:44.7808767Z * [new tag] ciflow/inductor/146928 -> ciflow/inductor/146928 2025-03-14T03:53:44.7809215Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-03-14T03:53:44.7809660Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-03-14T03:53:44.7810099Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-03-14T03:53:44.7810545Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-03-14T03:53:44.7810986Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-03-14T03:53:44.7811436Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-03-14T03:53:44.7811895Z * [new tag] ciflow/inductor/147014 -> ciflow/inductor/147014 2025-03-14T03:53:44.7812349Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-03-14T03:53:44.7812799Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-03-14T03:53:44.7813238Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-03-14T03:53:44.7813685Z * [new tag] ciflow/inductor/147105 -> ciflow/inductor/147105 2025-03-14T03:53:44.7814138Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-03-14T03:53:44.7814586Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-03-14T03:53:44.7815033Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-03-14T03:53:44.7815481Z * [new tag] ciflow/inductor/147205 -> ciflow/inductor/147205 2025-03-14T03:53:44.7816099Z * [new tag] ciflow/inductor/147225 -> ciflow/inductor/147225 2025-03-14T03:53:44.7816557Z * [new tag] ciflow/inductor/147229 -> ciflow/inductor/147229 2025-03-14T03:53:44.7817007Z * [new tag] ciflow/inductor/147269 -> ciflow/inductor/147269 2025-03-14T03:53:44.7817467Z * [new tag] ciflow/inductor/147272 -> ciflow/inductor/147272 2025-03-14T03:53:44.7817916Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-03-14T03:53:44.7818363Z * [new tag] ciflow/inductor/147315 -> ciflow/inductor/147315 2025-03-14T03:53:44.7818806Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-03-14T03:53:44.7819254Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-03-14T03:53:44.7819704Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-03-14T03:53:44.7820159Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-03-14T03:53:44.7820701Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-03-14T03:53:44.7821155Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-03-14T03:53:44.7821595Z * [new tag] ciflow/inductor/147422 -> ciflow/inductor/147422 2025-03-14T03:53:44.7822042Z * [new tag] ciflow/inductor/147445 -> ciflow/inductor/147445 2025-03-14T03:53:44.7822489Z * [new tag] ciflow/inductor/147452 -> ciflow/inductor/147452 2025-03-14T03:53:44.7822943Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-03-14T03:53:44.7823391Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-03-14T03:53:44.7823838Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-03-14T03:53:44.7824281Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-03-14T03:53:44.7824735Z * [new tag] ciflow/inductor/147552 -> ciflow/inductor/147552 2025-03-14T03:53:44.7825183Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-03-14T03:53:44.7825629Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-03-14T03:53:44.7826085Z * [new tag] ciflow/inductor/147592 -> ciflow/inductor/147592 2025-03-14T03:53:44.7826531Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-03-14T03:53:44.7826973Z * [new tag] ciflow/inductor/147656 -> ciflow/inductor/147656 2025-03-14T03:53:44.7827421Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-03-14T03:53:44.7827863Z * [new tag] ciflow/inductor/147790 -> ciflow/inductor/147790 2025-03-14T03:53:44.8125341Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-03-14T03:53:44.8125874Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-03-14T03:53:44.8126330Z * [new tag] ciflow/inductor/147821 -> ciflow/inductor/147821 2025-03-14T03:53:44.8126832Z * [new tag] ciflow/inductor/147863 -> ciflow/inductor/147863 2025-03-14T03:53:44.8127339Z * [new tag] ciflow/inductor/147870 -> ciflow/inductor/147870 2025-03-14T03:53:44.8127773Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-03-14T03:53:44.8128216Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-03-14T03:53:44.8128661Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-03-14T03:53:44.8129116Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-03-14T03:53:44.8129556Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-03-14T03:53:44.8130161Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-03-14T03:53:44.8130601Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-03-14T03:53:44.8131049Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-03-14T03:53:44.8131500Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-03-14T03:53:44.8131946Z * [new tag] ciflow/inductor/147960 -> ciflow/inductor/147960 2025-03-14T03:53:44.8132431Z * [new tag] ciflow/inductor/147962 -> ciflow/inductor/147962 2025-03-14T03:53:44.8132914Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-03-14T03:53:44.8133352Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-03-14T03:53:44.8133800Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-03-14T03:53:44.8134348Z * [new tag] ciflow/inductor/148046 -> ciflow/inductor/148046 2025-03-14T03:53:44.8134803Z * [new tag] ciflow/inductor/148063 -> ciflow/inductor/148063 2025-03-14T03:53:44.8135259Z * [new tag] ciflow/inductor/148091 -> ciflow/inductor/148091 2025-03-14T03:53:44.8135710Z * [new tag] ciflow/inductor/148092 -> ciflow/inductor/148092 2025-03-14T03:53:44.8136154Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-03-14T03:53:44.8136608Z * [new tag] ciflow/inductor/148130 -> ciflow/inductor/148130 2025-03-14T03:53:44.8137062Z * [new tag] ciflow/inductor/148131 -> ciflow/inductor/148131 2025-03-14T03:53:44.8137514Z * [new tag] ciflow/inductor/148132 -> ciflow/inductor/148132 2025-03-14T03:53:44.8137993Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-03-14T03:53:44.8138484Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-03-14T03:53:44.8138925Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-03-14T03:53:44.8139372Z * [new tag] ciflow/inductor/148174 -> ciflow/inductor/148174 2025-03-14T03:53:44.8139818Z * [new tag] ciflow/inductor/148176 -> ciflow/inductor/148176 2025-03-14T03:53:44.8140261Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-03-14T03:53:44.8140704Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-03-14T03:53:44.8141154Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-03-14T03:53:44.8141593Z * [new tag] ciflow/inductor/148209 -> ciflow/inductor/148209 2025-03-14T03:53:44.8142043Z * [new tag] ciflow/inductor/148210 -> ciflow/inductor/148210 2025-03-14T03:53:44.8142498Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-03-14T03:53:44.8142948Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-03-14T03:53:44.8143394Z * [new tag] ciflow/inductor/148236 -> ciflow/inductor/148236 2025-03-14T03:53:44.8143917Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-03-14T03:53:44.8144361Z * [new tag] ciflow/inductor/148327 -> ciflow/inductor/148327 2025-03-14T03:53:44.8144814Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-03-14T03:53:44.8145258Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-03-14T03:53:44.8145709Z * [new tag] ciflow/inductor/148358 -> ciflow/inductor/148358 2025-03-14T03:53:44.8146155Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-03-14T03:53:44.8146710Z * [new tag] ciflow/inductor/148408 -> ciflow/inductor/148408 2025-03-14T03:53:44.8147159Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-03-14T03:53:44.8147606Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-03-14T03:53:44.8461600Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-03-14T03:53:44.8462113Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-03-14T03:53:44.8462575Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-14T03:53:44.8463026Z * [new tag] ciflow/inductor/148430 -> ciflow/inductor/148430 2025-03-14T03:53:44.8463492Z * [new tag] ciflow/inductor/148445 -> ciflow/inductor/148445 2025-03-14T03:53:44.8463947Z * [new tag] ciflow/inductor/148452 -> ciflow/inductor/148452 2025-03-14T03:53:44.8464532Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-03-14T03:53:44.8464988Z * [new tag] ciflow/inductor/148461 -> ciflow/inductor/148461 2025-03-14T03:53:44.8465443Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-03-14T03:53:44.8465898Z * [new tag] ciflow/inductor/148485 -> ciflow/inductor/148485 2025-03-14T03:53:44.8466351Z * [new tag] ciflow/inductor/148488 -> ciflow/inductor/148488 2025-03-14T03:53:44.8466808Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-03-14T03:53:44.8467246Z * [new tag] ciflow/inductor/148502 -> ciflow/inductor/148502 2025-03-14T03:53:44.8467694Z * [new tag] ciflow/inductor/148503 -> ciflow/inductor/148503 2025-03-14T03:53:44.8468147Z * [new tag] ciflow/inductor/148505 -> ciflow/inductor/148505 2025-03-14T03:53:44.8468601Z * [new tag] ciflow/inductor/148508 -> ciflow/inductor/148508 2025-03-14T03:53:44.8469054Z * [new tag] ciflow/inductor/148516 -> ciflow/inductor/148516 2025-03-14T03:53:44.8469508Z * [new tag] ciflow/inductor/148517 -> ciflow/inductor/148517 2025-03-14T03:53:44.8469962Z * [new tag] ciflow/inductor/148529 -> ciflow/inductor/148529 2025-03-14T03:53:44.8470410Z * [new tag] ciflow/inductor/148554 -> ciflow/inductor/148554 2025-03-14T03:53:44.8470858Z * [new tag] ciflow/inductor/148561 -> ciflow/inductor/148561 2025-03-14T03:53:44.8471300Z * [new tag] ciflow/inductor/148569 -> ciflow/inductor/148569 2025-03-14T03:53:44.8471750Z * [new tag] ciflow/inductor/148580 -> ciflow/inductor/148580 2025-03-14T03:53:44.8472192Z * [new tag] ciflow/inductor/148613 -> ciflow/inductor/148613 2025-03-14T03:53:44.8472642Z * [new tag] ciflow/inductor/148618 -> ciflow/inductor/148618 2025-03-14T03:53:44.8473089Z * [new tag] ciflow/inductor/148622 -> ciflow/inductor/148622 2025-03-14T03:53:44.8473534Z * [new tag] ciflow/inductor/148630 -> ciflow/inductor/148630 2025-03-14T03:53:44.8473980Z * [new tag] ciflow/inductor/148637 -> ciflow/inductor/148637 2025-03-14T03:53:44.8474427Z * [new tag] ciflow/inductor/148638 -> ciflow/inductor/148638 2025-03-14T03:53:44.8474876Z * [new tag] ciflow/inductor/148684 -> ciflow/inductor/148684 2025-03-14T03:53:44.8475333Z * [new tag] ciflow/inductor/148692 -> ciflow/inductor/148692 2025-03-14T03:53:44.8475778Z * [new tag] ciflow/inductor/148694 -> ciflow/inductor/148694 2025-03-14T03:53:44.8476232Z * [new tag] ciflow/inductor/148704 -> ciflow/inductor/148704 2025-03-14T03:53:44.8476772Z * [new tag] ciflow/inductor/148708 -> ciflow/inductor/148708 2025-03-14T03:53:44.8477224Z * [new tag] ciflow/inductor/148710 -> ciflow/inductor/148710 2025-03-14T03:53:44.8477683Z * [new tag] ciflow/inductor/148712 -> ciflow/inductor/148712 2025-03-14T03:53:44.8478140Z * [new tag] ciflow/inductor/148729 -> ciflow/inductor/148729 2025-03-14T03:53:44.8478579Z * [new tag] ciflow/inductor/148731 -> ciflow/inductor/148731 2025-03-14T03:53:44.8479022Z * [new tag] ciflow/inductor/148736 -> ciflow/inductor/148736 2025-03-14T03:53:44.8479471Z * [new tag] ciflow/inductor/148742 -> ciflow/inductor/148742 2025-03-14T03:53:44.8479917Z * [new tag] ciflow/inductor/148765 -> ciflow/inductor/148765 2025-03-14T03:53:44.8480365Z * [new tag] ciflow/inductor/148766 -> ciflow/inductor/148766 2025-03-14T03:53:44.8480816Z * [new tag] ciflow/inductor/148772 -> ciflow/inductor/148772 2025-03-14T03:53:44.8481331Z * [new tag] ciflow/inductor/148773 -> ciflow/inductor/148773 2025-03-14T03:53:44.8481790Z * [new tag] ciflow/inductor/148780 -> ciflow/inductor/148780 2025-03-14T03:53:44.8482241Z * [new tag] ciflow/inductor/148800 -> ciflow/inductor/148800 2025-03-14T03:53:44.8482694Z * [new tag] ciflow/inductor/148804 -> ciflow/inductor/148804 2025-03-14T03:53:44.8483141Z * [new tag] ciflow/inductor/148834 -> ciflow/inductor/148834 2025-03-14T03:53:44.8483689Z * [new tag] ciflow/inductor/148844 -> ciflow/inductor/148844 2025-03-14T03:53:44.8797216Z * [new tag] ciflow/inductor/148878 -> ciflow/inductor/148878 2025-03-14T03:53:44.8797711Z * [new tag] ciflow/inductor/148890 -> ciflow/inductor/148890 2025-03-14T03:53:44.8798192Z * [new tag] ciflow/inductor/148893 -> ciflow/inductor/148893 2025-03-14T03:53:44.8798670Z * [new tag] ciflow/inductor/148894 -> ciflow/inductor/148894 2025-03-14T03:53:44.8799112Z * [new tag] ciflow/inductor/148896 -> ciflow/inductor/148896 2025-03-14T03:53:44.8799561Z * [new tag] ciflow/inductor/148898 -> ciflow/inductor/148898 2025-03-14T03:53:44.8800008Z * [new tag] ciflow/inductor/148922 -> ciflow/inductor/148922 2025-03-14T03:53:44.8800457Z * [new tag] ciflow/inductor/148932 -> ciflow/inductor/148932 2025-03-14T03:53:44.8800908Z * [new tag] ciflow/inductor/148947 -> ciflow/inductor/148947 2025-03-14T03:53:44.8801350Z * [new tag] ciflow/inductor/148953 -> ciflow/inductor/148953 2025-03-14T03:53:44.8801787Z * [new tag] ciflow/inductor/148962 -> ciflow/inductor/148962 2025-03-14T03:53:44.8802235Z * [new tag] ciflow/inductor/148997 -> ciflow/inductor/148997 2025-03-14T03:53:44.8802683Z * [new tag] ciflow/inductor/149007 -> ciflow/inductor/149007 2025-03-14T03:53:44.8803127Z * [new tag] ciflow/inductor/149014 -> ciflow/inductor/149014 2025-03-14T03:53:44.8803619Z * [new tag] ciflow/inductor/149027 -> ciflow/inductor/149027 2025-03-14T03:53:44.8804063Z * [new tag] ciflow/inductor/149031 -> ciflow/inductor/149031 2025-03-14T03:53:44.8804503Z * [new tag] ciflow/inductor/149039 -> ciflow/inductor/149039 2025-03-14T03:53:44.8804962Z * [new tag] ciflow/inductor/149041 -> ciflow/inductor/149041 2025-03-14T03:53:44.8805404Z * [new tag] ciflow/inductor/149052 -> ciflow/inductor/149052 2025-03-14T03:53:44.8805854Z * [new tag] ciflow/inductor/149054 -> ciflow/inductor/149054 2025-03-14T03:53:44.8806458Z * [new tag] ciflow/inductor/149055 -> ciflow/inductor/149055 2025-03-14T03:53:44.8806916Z * [new tag] ciflow/inductor/149064 -> ciflow/inductor/149064 2025-03-14T03:53:44.8807365Z * [new tag] ciflow/inductor/149066 -> ciflow/inductor/149066 2025-03-14T03:53:44.8807812Z * [new tag] ciflow/inductor/149067 -> ciflow/inductor/149067 2025-03-14T03:53:44.8808261Z * [new tag] ciflow/inductor/149068 -> ciflow/inductor/149068 2025-03-14T03:53:44.8808705Z * [new tag] ciflow/inductor/149072 -> ciflow/inductor/149072 2025-03-14T03:53:44.8809150Z * [new tag] ciflow/inductor/149074 -> ciflow/inductor/149074 2025-03-14T03:53:44.8809595Z * [new tag] ciflow/inductor/149087 -> ciflow/inductor/149087 2025-03-14T03:53:44.8810041Z * [new tag] ciflow/inductor/149103 -> ciflow/inductor/149103 2025-03-14T03:53:44.8810482Z * [new tag] ciflow/inductor/149106 -> ciflow/inductor/149106 2025-03-14T03:53:44.8811026Z * [new tag] ciflow/inductor/149136 -> ciflow/inductor/149136 2025-03-14T03:53:44.8811482Z * [new tag] ciflow/inductor/149140 -> ciflow/inductor/149140 2025-03-14T03:53:44.8811936Z * [new tag] ciflow/inductor/149148 -> ciflow/inductor/149148 2025-03-14T03:53:44.8812390Z * [new tag] ciflow/inductor/149149 -> ciflow/inductor/149149 2025-03-14T03:53:44.8812850Z * [new tag] ciflow/inductor/149154 -> ciflow/inductor/149154 2025-03-14T03:53:44.8813291Z * [new tag] ciflow/inductor/149160 -> ciflow/inductor/149160 2025-03-14T03:53:44.8813749Z * [new tag] ciflow/inductor/149161 -> ciflow/inductor/149161 2025-03-14T03:53:44.8814199Z * [new tag] ciflow/inductor/149162 -> ciflow/inductor/149162 2025-03-14T03:53:44.8814652Z * [new tag] ciflow/inductor/149167 -> ciflow/inductor/149167 2025-03-14T03:53:44.8815110Z * [new tag] ciflow/inductor/149168 -> ciflow/inductor/149168 2025-03-14T03:53:44.8815556Z * [new tag] ciflow/inductor/149172 -> ciflow/inductor/149172 2025-03-14T03:53:44.8815992Z * [new tag] ciflow/inductor/149173 -> ciflow/inductor/149173 2025-03-14T03:53:44.8816442Z * [new tag] ciflow/inductor/149176 -> ciflow/inductor/149176 2025-03-14T03:53:44.8816900Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-03-14T03:53:44.8817373Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-03-14T03:53:44.8817841Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-03-14T03:53:44.8818289Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-03-14T03:53:44.8818725Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-03-14T03:53:44.8819179Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-03-14T03:53:44.8819663Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-03-14T03:53:44.9121114Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-03-14T03:53:44.9121679Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-03-14T03:53:44.9122181Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-03-14T03:53:44.9122671Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-03-14T03:53:44.9123163Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-03-14T03:53:44.9123715Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-03-14T03:53:44.9124369Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-03-14T03:53:44.9124873Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-03-14T03:53:44.9125374Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-03-14T03:53:44.9125863Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-03-14T03:53:44.9126348Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-03-14T03:53:44.9126824Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-03-14T03:53:44.9127308Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-03-14T03:53:44.9127794Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-03-14T03:53:44.9128279Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-03-14T03:53:44.9128856Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-03-14T03:53:44.9129346Z * [new tag] ciflow/linux-aarch64/146823 -> ciflow/linux-aarch64/146823 2025-03-14T03:53:44.9129826Z * [new tag] ciflow/linux-aarch64/146826 -> ciflow/linux-aarch64/146826 2025-03-14T03:53:44.9130319Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-03-14T03:53:44.9130805Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-03-14T03:53:44.9131300Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-03-14T03:53:44.9131791Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-03-14T03:53:44.9132278Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-03-14T03:53:44.9132767Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-03-14T03:53:44.9133252Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-03-14T03:53:44.9133740Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-03-14T03:53:44.9134226Z * [new tag] ciflow/linux-aarch64/148070 -> ciflow/linux-aarch64/148070 2025-03-14T03:53:44.9134716Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-03-14T03:53:44.9135201Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-03-14T03:53:44.9135687Z * [new tag] ciflow/linux-aarch64/148424 -> ciflow/linux-aarch64/148424 2025-03-14T03:53:44.9136161Z * [new tag] ciflow/linux-aarch64/148585 -> ciflow/linux-aarch64/148585 2025-03-14T03:53:44.9136654Z * [new tag] ciflow/linux-aarch64/148653 -> ciflow/linux-aarch64/148653 2025-03-14T03:53:44.9137110Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-03-14T03:53:44.9137531Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-03-14T03:53:44.9137940Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-03-14T03:53:44.9138349Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-03-14T03:53:44.9138746Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-03-14T03:53:44.9139152Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-03-14T03:53:44.9139553Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-03-14T03:53:44.9139955Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-03-14T03:53:44.9140357Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-03-14T03:53:44.9140760Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-03-14T03:53:44.9141249Z * [new tag] ciflow/mps/142097 -> ciflow/mps/142097 2025-03-14T03:53:44.9141665Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-03-14T03:53:44.9142072Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-03-14T03:53:44.9142476Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-03-14T03:53:44.9142877Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-03-14T03:53:44.9143283Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-03-14T03:53:44.9455400Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-03-14T03:53:44.9455852Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-03-14T03:53:44.9456256Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-03-14T03:53:44.9456672Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-03-14T03:53:44.9457221Z * [new tag] ciflow/mps/146754 -> ciflow/mps/146754 2025-03-14T03:53:44.9457643Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-03-14T03:53:44.9458044Z * [new tag] ciflow/mps/147205 -> ciflow/mps/147205 2025-03-14T03:53:44.9458461Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-03-14T03:53:44.9458877Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-03-14T03:53:44.9459288Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-03-14T03:53:44.9459698Z * [new tag] ciflow/mps/148408 -> ciflow/mps/148408 2025-03-14T03:53:44.9460106Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-03-14T03:53:44.9460501Z * [new tag] ciflow/mps/148942 -> ciflow/mps/148942 2025-03-14T03:53:44.9460916Z * [new tag] ciflow/mps/149123 -> ciflow/mps/149123 2025-03-14T03:53:44.9461326Z * [new tag] ciflow/mps/149147 -> ciflow/mps/149147 2025-03-14T03:53:44.9461741Z * [new tag] ciflow/mps/149173 -> ciflow/mps/149173 2025-03-14T03:53:44.9462198Z * [new tag] ciflow/op-benchmark/143733 -> ciflow/op-benchmark/143733 2025-03-14T03:53:44.9462692Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-03-14T03:53:44.9463161Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-03-14T03:53:44.9463612Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-03-14T03:53:44.9464060Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-03-14T03:53:44.9464525Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-03-14T03:53:44.9464986Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-03-14T03:53:44.9465443Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-03-14T03:53:44.9465899Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-03-14T03:53:44.9466357Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-03-14T03:53:44.9466804Z * [new tag] ciflow/periodic/146264 -> ciflow/periodic/146264 2025-03-14T03:53:44.9467258Z * [new tag] ciflow/periodic/146403 -> ciflow/periodic/146403 2025-03-14T03:53:44.9467711Z * [new tag] ciflow/periodic/146823 -> ciflow/periodic/146823 2025-03-14T03:53:44.9468163Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-03-14T03:53:44.9468617Z * [new tag] ciflow/periodic/147870 -> ciflow/periodic/147870 2025-03-14T03:53:44.9469176Z * [new tag] ciflow/periodic/148760 -> ciflow/periodic/148760 2025-03-14T03:53:44.9469630Z * [new tag] ciflow/periodic/149091 -> ciflow/periodic/149091 2025-03-14T03:53:44.9470096Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-03-14T03:53:44.9470572Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-03-14T03:53:44.9471037Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-03-14T03:53:44.9471495Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-03-14T03:53:44.9471983Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-03-14T03:53:44.9472505Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-03-14T03:53:44.9473050Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-03-14T03:53:44.9473675Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-03-14T03:53:44.9474214Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-03-14T03:53:44.9474759Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-03-14T03:53:44.9475290Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-03-14T03:53:44.9475773Z * [new tag] ciflow/rocm-mi300/148394 -> ciflow/rocm-mi300/148394 2025-03-14T03:53:44.9476241Z * [new tag] ciflow/rocm-mi300/148492 -> ciflow/rocm-mi300/148492 2025-03-14T03:53:44.9476702Z * [new tag] ciflow/rocm-mi300/148916 -> ciflow/rocm-mi300/148916 2025-03-14T03:53:44.9477153Z * [new tag] ciflow/rocm-mi300/148945 -> ciflow/rocm-mi300/148945 2025-03-14T03:53:44.9477614Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-03-14T03:53:44.9478041Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-03-14T03:53:44.9812518Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-03-14T03:53:44.9813484Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-03-14T03:53:44.9813905Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-03-14T03:53:44.9814316Z * [new tag] ciflow/rocm/142097 -> ciflow/rocm/142097 2025-03-14T03:53:44.9814729Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-03-14T03:53:44.9815140Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-03-14T03:53:44.9815542Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-03-14T03:53:44.9815940Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-03-14T03:53:44.9816375Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-03-14T03:53:44.9816783Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-03-14T03:53:44.9817188Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-03-14T03:53:44.9817596Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-03-14T03:53:44.9818007Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-03-14T03:53:44.9818401Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-03-14T03:53:44.9818813Z * [new tag] ciflow/rocm/146264 -> ciflow/rocm/146264 2025-03-14T03:53:44.9819219Z * [new tag] ciflow/rocm/146448 -> ciflow/rocm/146448 2025-03-14T03:53:44.9819625Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-03-14T03:53:44.9820181Z * [new tag] ciflow/rocm/147315 -> ciflow/rocm/147315 2025-03-14T03:53:44.9820595Z * [new tag] ciflow/rocm/147382 -> ciflow/rocm/147382 2025-03-14T03:53:44.9821018Z * [new tag] ciflow/rocm/147452 -> ciflow/rocm/147452 2025-03-14T03:53:44.9821420Z * [new tag] ciflow/rocm/147821 -> ciflow/rocm/147821 2025-03-14T03:53:44.9821828Z * [new tag] ciflow/rocm/148327 -> ciflow/rocm/148327 2025-03-14T03:53:44.9822231Z * [new tag] ciflow/rocm/148355 -> ciflow/rocm/148355 2025-03-14T03:53:44.9822638Z * [new tag] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-14T03:53:44.9823046Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-03-14T03:53:44.9823460Z * [new tag] ciflow/rocm/148672 -> ciflow/rocm/148672 2025-03-14T03:53:44.9823858Z * [new tag] ciflow/rocm/148864 -> ciflow/rocm/148864 2025-03-14T03:53:44.9824365Z * [new tag] ciflow/rocm/148880 -> ciflow/rocm/148880 2025-03-14T03:53:44.9824781Z * [new tag] ciflow/rocm/148911 -> ciflow/rocm/148911 2025-03-14T03:53:44.9825190Z * [new tag] ciflow/rocm/148916 -> ciflow/rocm/148916 2025-03-14T03:53:44.9825601Z * [new tag] ciflow/rocm/148945 -> ciflow/rocm/148945 2025-03-14T03:53:44.9826009Z * [new tag] ciflow/rocm/149039 -> ciflow/rocm/149039 2025-03-14T03:53:44.9826411Z * [new tag] ciflow/rocm/149041 -> ciflow/rocm/149041 2025-03-14T03:53:44.9826821Z * [new tag] ciflow/rocm/149145 -> ciflow/rocm/149145 2025-03-14T03:53:44.9827226Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-03-14T03:53:44.9827628Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-03-14T03:53:44.9828039Z * [new tag] ciflow/s390/148452 -> ciflow/s390/148452 2025-03-14T03:53:44.9828463Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-03-14T03:53:44.9828870Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-03-14T03:53:44.9829627Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-03-14T03:53:44.9830381Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-03-14T03:53:44.9830806Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-03-14T03:53:44.9831218Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-03-14T03:53:44.9831641Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-03-14T03:53:44.9832052Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-03-14T03:53:44.9832478Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-03-14T03:53:44.9832902Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-03-14T03:53:44.9833322Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-03-14T03:53:44.9833741Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-03-14T03:53:44.9834159Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-03-14T03:53:44.9834569Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-03-14T03:53:45.0149748Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-03-14T03:53:45.0150526Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-03-14T03:53:45.0151020Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-03-14T03:53:45.0151662Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-03-14T03:53:45.0152080Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-03-14T03:53:45.0152505Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-03-14T03:53:45.0153257Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-03-14T03:53:45.0153998Z * [new tag] ciflow/trunk/101814 -> ciflow/trunk/101814 2025-03-14T03:53:45.0154424Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-03-14T03:53:45.0154846Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-03-14T03:53:45.0155259Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-03-14T03:53:45.0155683Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-03-14T03:53:45.0156194Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-03-14T03:53:45.0156660Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-03-14T03:53:45.0157123Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-03-14T03:53:45.0157548Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-03-14T03:53:45.0157963Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-03-14T03:53:45.0158394Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-03-14T03:53:45.0158815Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-03-14T03:53:45.0159230Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-03-14T03:53:45.0159653Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-03-14T03:53:45.0160075Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-03-14T03:53:45.0160486Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-03-14T03:53:45.0160961Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-03-14T03:53:45.0169700Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-03-14T03:53:45.0170423Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-03-14T03:53:45.0170997Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-03-14T03:53:45.0171429Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-03-14T03:53:45.0171849Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-03-14T03:53:45.0172277Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-03-14T03:53:45.0172707Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-03-14T03:53:45.0173123Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-03-14T03:53:45.0173591Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-03-14T03:53:45.0174052Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-03-14T03:53:45.0174469Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-03-14T03:53:45.0174882Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-03-14T03:53:45.0175302Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-03-14T03:53:45.0175706Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-03-14T03:53:45.0176128Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-03-14T03:53:45.0176714Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-03-14T03:53:45.0177140Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-03-14T03:53:45.0177562Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-03-14T03:53:45.0177985Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-03-14T03:53:45.0178399Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-03-14T03:53:45.0178821Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-03-14T03:53:45.0179281Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-03-14T03:53:45.0179740Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-03-14T03:53:45.0180158Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-03-14T03:53:45.0180576Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-03-14T03:53:45.0501336Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-03-14T03:53:45.0501797Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-03-14T03:53:45.0502223Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-03-14T03:53:45.0502643Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-03-14T03:53:45.0503058Z * [new tag] ciflow/trunk/139070 -> ciflow/trunk/139070 2025-03-14T03:53:45.0503473Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-03-14T03:53:45.0503884Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-03-14T03:53:45.0504298Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-03-14T03:53:45.0504710Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-03-14T03:53:45.0505138Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-03-14T03:53:45.0505555Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-03-14T03:53:45.0505976Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-03-14T03:53:45.0506394Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-03-14T03:53:45.0506799Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-03-14T03:53:45.0507215Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-03-14T03:53:45.0507627Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-03-14T03:53:45.0508045Z * [new tag] ciflow/trunk/140756 -> ciflow/trunk/140756 2025-03-14T03:53:45.0508459Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-03-14T03:53:45.0508871Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-03-14T03:53:45.0509285Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-03-14T03:53:45.0509695Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-03-14T03:53:45.0510114Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-03-14T03:53:45.0510541Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-03-14T03:53:45.0510957Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-03-14T03:53:45.0511371Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-03-14T03:53:45.0511789Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-03-14T03:53:45.0512196Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-03-14T03:53:45.0512719Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-03-14T03:53:45.0513149Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-03-14T03:53:45.0513574Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-03-14T03:53:45.0514001Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-03-14T03:53:45.0514425Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-03-14T03:53:45.0514836Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-03-14T03:53:45.0515255Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-03-14T03:53:45.0515672Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-03-14T03:53:45.0516088Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-03-14T03:53:45.0516511Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-03-14T03:53:45.0517011Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-03-14T03:53:45.0517427Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-03-14T03:53:45.0517852Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-03-14T03:53:45.0518274Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-03-14T03:53:45.0518693Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-03-14T03:53:45.0519114Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-03-14T03:53:45.0519537Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-03-14T03:53:45.0519948Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-03-14T03:53:45.0520367Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-03-14T03:53:45.0520792Z * [new tag] ciflow/trunk/143689 -> ciflow/trunk/143689 2025-03-14T03:53:45.0521215Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-03-14T03:53:45.0521637Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-03-14T03:53:45.0522055Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-03-14T03:53:45.0522470Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-03-14T03:53:45.0883464Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-03-14T03:53:45.0883973Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-03-14T03:53:45.0884398Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-03-14T03:53:45.0884823Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-03-14T03:53:45.0885246Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-03-14T03:53:45.0885657Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-03-14T03:53:45.0886127Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-03-14T03:53:45.0886588Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-03-14T03:53:45.0887007Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-03-14T03:53:45.0887417Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-03-14T03:53:45.0887832Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-03-14T03:53:45.0888235Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-03-14T03:53:45.0888666Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-03-14T03:53:45.0889075Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-03-14T03:53:45.0889624Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-03-14T03:53:45.0890049Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-03-14T03:53:45.0890468Z * [new tag] ciflow/trunk/144572 -> ciflow/trunk/144572 2025-03-14T03:53:45.0890889Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-03-14T03:53:45.0891295Z * [new tag] ciflow/trunk/144621 -> ciflow/trunk/144621 2025-03-14T03:53:45.0891759Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-03-14T03:53:45.0892213Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-03-14T03:53:45.0892629Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-03-14T03:53:45.0893041Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-03-14T03:53:45.0893550Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-03-14T03:53:45.0893963Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-03-14T03:53:45.0894388Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-03-14T03:53:45.0894805Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-03-14T03:53:45.0895224Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-03-14T03:53:45.0895637Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-03-14T03:53:45.0896067Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-03-14T03:53:45.0896474Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-03-14T03:53:45.0896887Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-03-14T03:53:45.0897355Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-03-14T03:53:45.0897817Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-03-14T03:53:45.0898239Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-03-14T03:53:45.0898650Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-03-14T03:53:45.0899055Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-03-14T03:53:45.0899472Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-03-14T03:53:45.0899883Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-03-14T03:53:45.0900294Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-03-14T03:53:45.0900708Z * [new tag] ciflow/trunk/145523 -> ciflow/trunk/145523 2025-03-14T03:53:45.0901130Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-03-14T03:53:45.0901547Z * [new tag] ciflow/trunk/145600 -> ciflow/trunk/145600 2025-03-14T03:53:45.0901966Z * [new tag] ciflow/trunk/145674 -> ciflow/trunk/145674 2025-03-14T03:53:45.0902378Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-03-14T03:53:45.0902828Z * [new tag] ciflow/trunk/145719 -> ciflow/trunk/145719 2025-03-14T03:53:45.0903278Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-03-14T03:53:45.0903688Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-03-14T03:53:45.0904093Z * [new tag] ciflow/trunk/146051 -> ciflow/trunk/146051 2025-03-14T03:53:45.0904502Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-03-14T03:53:45.0904921Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-03-14T03:53:45.0905439Z * [new tag] ciflow/trunk/146135 -> ciflow/trunk/146135 2025-03-14T03:53:45.1234113Z * [new tag] ciflow/trunk/146176 -> ciflow/trunk/146176 2025-03-14T03:53:45.1234537Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-03-14T03:53:45.1234953Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-03-14T03:53:45.1235358Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-14T03:53:45.1235774Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-03-14T03:53:45.1236190Z * [new tag] ciflow/trunk/146421 -> ciflow/trunk/146421 2025-03-14T03:53:45.1236604Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-03-14T03:53:45.1237031Z * [new tag] ciflow/trunk/146517 -> ciflow/trunk/146517 2025-03-14T03:53:45.1237456Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-03-14T03:53:45.1237973Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-03-14T03:53:45.1238397Z * [new tag] ciflow/trunk/146562 -> ciflow/trunk/146562 2025-03-14T03:53:45.1238821Z * [new tag] ciflow/trunk/146573 -> ciflow/trunk/146573 2025-03-14T03:53:45.1239246Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-03-14T03:53:45.1239670Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-03-14T03:53:45.1240090Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-03-14T03:53:45.1240496Z * [new tag] ciflow/trunk/146807 -> ciflow/trunk/146807 2025-03-14T03:53:45.1240911Z * [new tag] ciflow/trunk/146823 -> ciflow/trunk/146823 2025-03-14T03:53:45.1241326Z * [new tag] ciflow/trunk/146826 -> ciflow/trunk/146826 2025-03-14T03:53:45.1241744Z * [new tag] ciflow/trunk/146827 -> ciflow/trunk/146827 2025-03-14T03:53:45.1242165Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-03-14T03:53:45.1242588Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-03-14T03:53:45.1243002Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-03-14T03:53:45.1243419Z * [new tag] ciflow/trunk/146911 -> ciflow/trunk/146911 2025-03-14T03:53:45.1243898Z * [new tag] ciflow/trunk/146928 -> ciflow/trunk/146928 2025-03-14T03:53:45.1244339Z * [new tag] ciflow/trunk/147014 -> ciflow/trunk/147014 2025-03-14T03:53:45.1244764Z * [new tag] ciflow/trunk/147072 -> ciflow/trunk/147072 2025-03-14T03:53:45.1245179Z * [new tag] ciflow/trunk/147105 -> ciflow/trunk/147105 2025-03-14T03:53:45.1245599Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-03-14T03:53:45.1246010Z * [new tag] ciflow/trunk/147260 -> ciflow/trunk/147260 2025-03-14T03:53:45.1246429Z * [new tag] ciflow/trunk/147272 -> ciflow/trunk/147272 2025-03-14T03:53:45.1246852Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-03-14T03:53:45.1247270Z * [new tag] ciflow/trunk/147349 -> ciflow/trunk/147349 2025-03-14T03:53:45.1247744Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-03-14T03:53:45.1248202Z * [new tag] ciflow/trunk/147422 -> ciflow/trunk/147422 2025-03-14T03:53:45.1248656Z * [new tag] ciflow/trunk/147433 -> ciflow/trunk/147433 2025-03-14T03:53:45.1249077Z * [new tag] ciflow/trunk/147452 -> ciflow/trunk/147452 2025-03-14T03:53:45.1249607Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-03-14T03:53:45.1250035Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-03-14T03:53:45.1250457Z * [new tag] ciflow/trunk/147507 -> ciflow/trunk/147507 2025-03-14T03:53:45.1250877Z * [new tag] ciflow/trunk/147552 -> ciflow/trunk/147552 2025-03-14T03:53:45.1251291Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-03-14T03:53:45.1251727Z * [new tag] ciflow/trunk/147593 -> ciflow/trunk/147593 2025-03-14T03:53:45.1252148Z * [new tag] ciflow/trunk/147656 -> ciflow/trunk/147656 2025-03-14T03:53:45.1252560Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-03-14T03:53:45.1252965Z * [new tag] ciflow/trunk/147670 -> ciflow/trunk/147670 2025-03-14T03:53:45.1253377Z * [new tag] ciflow/trunk/147723 -> ciflow/trunk/147723 2025-03-14T03:53:45.1253874Z * [new tag] ciflow/trunk/147752 -> ciflow/trunk/147752 2025-03-14T03:53:45.1254296Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-03-14T03:53:45.1254711Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-03-14T03:53:45.1255130Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-03-14T03:53:45.1255537Z * [new tag] ciflow/trunk/147821 -> ciflow/trunk/147821 2025-03-14T03:53:45.1584193Z * [new tag] ciflow/trunk/147870 -> ciflow/trunk/147870 2025-03-14T03:53:45.1584744Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-03-14T03:53:45.1585207Z * [new tag] ciflow/trunk/147897 -> ciflow/trunk/147897 2025-03-14T03:53:45.1585711Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-03-14T03:53:45.1586214Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-03-14T03:53:45.1586714Z * [new tag] ciflow/trunk/147962 -> ciflow/trunk/147962 2025-03-14T03:53:45.1587162Z * [new tag] ciflow/trunk/148024 -> ciflow/trunk/148024 2025-03-14T03:53:45.1587661Z * [new tag] ciflow/trunk/148070 -> ciflow/trunk/148070 2025-03-14T03:53:45.1588120Z * [new tag] ciflow/trunk/148130 -> ciflow/trunk/148130 2025-03-14T03:53:45.1588615Z * [new tag] ciflow/trunk/148131 -> ciflow/trunk/148131 2025-03-14T03:53:45.1589065Z * [new tag] ciflow/trunk/148140 -> ciflow/trunk/148140 2025-03-14T03:53:45.1589520Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-03-14T03:53:45.1590008Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-03-14T03:53:45.1590472Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-03-14T03:53:45.1590974Z * [new tag] ciflow/trunk/148258 -> ciflow/trunk/148258 2025-03-14T03:53:45.1591439Z * [new tag] ciflow/trunk/148281 -> ciflow/trunk/148281 2025-03-14T03:53:45.1591849Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-03-14T03:53:45.1592258Z * [new tag] ciflow/trunk/148502 -> ciflow/trunk/148502 2025-03-14T03:53:45.1592660Z * [new tag] ciflow/trunk/148503 -> ciflow/trunk/148503 2025-03-14T03:53:45.1593069Z * [new tag] ciflow/trunk/148517 -> ciflow/trunk/148517 2025-03-14T03:53:45.1593484Z * [new tag] ciflow/trunk/148554 -> ciflow/trunk/148554 2025-03-14T03:53:45.1593902Z * [new tag] ciflow/trunk/148561 -> ciflow/trunk/148561 2025-03-14T03:53:45.1594470Z * [new tag] ciflow/trunk/148611 -> ciflow/trunk/148611 2025-03-14T03:53:45.1594900Z * [new tag] ciflow/trunk/148622 -> ciflow/trunk/148622 2025-03-14T03:53:45.1595314Z * [new tag] ciflow/trunk/148646 -> ciflow/trunk/148646 2025-03-14T03:53:45.1595729Z * [new tag] ciflow/trunk/148684 -> ciflow/trunk/148684 2025-03-14T03:53:45.1596140Z * [new tag] ciflow/trunk/148704 -> ciflow/trunk/148704 2025-03-14T03:53:45.1596594Z * [new tag] ciflow/trunk/148708 -> ciflow/trunk/148708 2025-03-14T03:53:45.1597052Z * [new tag] ciflow/trunk/148772 -> ciflow/trunk/148772 2025-03-14T03:53:45.1597510Z * [new tag] ciflow/trunk/148773 -> ciflow/trunk/148773 2025-03-14T03:53:45.1597911Z * [new tag] ciflow/trunk/148800 -> ciflow/trunk/148800 2025-03-14T03:53:45.1598321Z * [new tag] ciflow/trunk/148823 -> ciflow/trunk/148823 2025-03-14T03:53:45.1598829Z * [new tag] ciflow/trunk/148834 -> ciflow/trunk/148834 2025-03-14T03:53:45.1599253Z * [new tag] ciflow/trunk/148864 -> ciflow/trunk/148864 2025-03-14T03:53:45.1599670Z * [new tag] ciflow/trunk/148875 -> ciflow/trunk/148875 2025-03-14T03:53:45.1600083Z * [new tag] ciflow/trunk/148878 -> ciflow/trunk/148878 2025-03-14T03:53:45.1600487Z * [new tag] ciflow/trunk/148880 -> ciflow/trunk/148880 2025-03-14T03:53:45.1600900Z * [new tag] ciflow/trunk/148890 -> ciflow/trunk/148890 2025-03-14T03:53:45.1601318Z * [new tag] ciflow/trunk/148900 -> ciflow/trunk/148900 2025-03-14T03:53:45.1601736Z * [new tag] ciflow/trunk/148903 -> ciflow/trunk/148903 2025-03-14T03:53:45.1602155Z * [new tag] ciflow/trunk/148919 -> ciflow/trunk/148919 2025-03-14T03:53:45.1602622Z * [new tag] ciflow/trunk/148936 -> ciflow/trunk/148936 2025-03-14T03:53:45.1603113Z * [new tag] ciflow/trunk/148997 -> ciflow/trunk/148997 2025-03-14T03:53:45.1603612Z * [new tag] ciflow/trunk/149007 -> ciflow/trunk/149007 2025-03-14T03:53:45.1604037Z * [new tag] ciflow/trunk/149018 -> ciflow/trunk/149018 2025-03-14T03:53:45.1604465Z * [new tag] ciflow/trunk/149041 -> ciflow/trunk/149041 2025-03-14T03:53:45.1604888Z * [new tag] ciflow/trunk/149053 -> ciflow/trunk/149053 2025-03-14T03:53:45.1605307Z * [new tag] ciflow/trunk/149054 -> ciflow/trunk/149054 2025-03-14T03:53:45.1605714Z * [new tag] ciflow/trunk/149074 -> ciflow/trunk/149074 2025-03-14T03:53:45.1606134Z * [new tag] ciflow/trunk/149098 -> ciflow/trunk/149098 2025-03-14T03:53:45.1606554Z * [new tag] ciflow/trunk/149113 -> ciflow/trunk/149113 2025-03-14T03:53:45.1963250Z * [new tag] ciflow/trunk/149136 -> ciflow/trunk/149136 2025-03-14T03:53:45.1963760Z * [new tag] ciflow/trunk/149146 -> ciflow/trunk/149146 2025-03-14T03:53:45.1964182Z * [new tag] ciflow/trunk/149159 -> ciflow/trunk/149159 2025-03-14T03:53:45.1964601Z * [new tag] ciflow/trunk/149171 -> ciflow/trunk/149171 2025-03-14T03:53:45.1965009Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-03-14T03:53:45.1965428Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-03-14T03:53:45.1965850Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-03-14T03:53:45.1966287Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-03-14T03:53:45.1966741Z * [new tag] ciflow/unstable/146264 -> ciflow/unstable/146264 2025-03-14T03:53:45.1967343Z * [new tag] ciflow/win-arm64/148753 -> ciflow/win-arm64/148753 2025-03-14T03:53:45.1967774Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-03-14T03:53:45.1968201Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-03-14T03:53:45.1968616Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-03-14T03:53:45.1969029Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-03-14T03:53:45.1969440Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-03-14T03:53:45.1969863Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-03-14T03:53:45.1970271Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-03-14T03:53:45.1970671Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-03-14T03:53:45.1971171Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-03-14T03:53:45.1971583Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-03-14T03:53:45.1971995Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-03-14T03:53:45.1972401Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-03-14T03:53:45.1972815Z * [new tag] ciflow/xpu/147349 -> ciflow/xpu/147349 2025-03-14T03:53:45.1973216Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-03-14T03:53:45.1973624Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-03-14T03:53:45.1974034Z * [new tag] ciflow/xpu/147507 -> ciflow/xpu/147507 2025-03-14T03:53:45.1974442Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-03-14T03:53:45.1974849Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-03-14T03:53:45.1975256Z * [new tag] ciflow/xpu/147821 -> ciflow/xpu/147821 2025-03-14T03:53:45.1975657Z * [new tag] ciflow/xpu/147962 -> ciflow/xpu/147962 2025-03-14T03:53:45.1976064Z * [new tag] ciflow/xpu/148646 -> ciflow/xpu/148646 2025-03-14T03:53:45.1976467Z * [new tag] ciflow/xpu/148864 -> ciflow/xpu/148864 2025-03-14T03:53:45.1976868Z * [new tag] ciflow/xpu/148880 -> ciflow/xpu/148880 2025-03-14T03:53:45.1977265Z * [new tag] ciflow/xpu/149053 -> ciflow/xpu/149053 2025-03-14T03:53:45.1977668Z * [new tag] ciflow/xpu/149113 -> ciflow/xpu/149113 2025-03-14T03:53:45.1978062Z * [new tag] ciflow/xpu/149175 -> ciflow/xpu/149175 2025-03-14T03:53:45.1978453Z * [new tag] cslpull75 -> cslpull75 2025-03-14T03:53:45.1978833Z * [new tag] cslpull76 -> cslpull76 2025-03-14T03:53:45.1979219Z * [new tag] cslpull77 -> cslpull77 2025-03-14T03:53:45.1979587Z * [new tag] cslpull78 -> cslpull78 2025-03-14T03:53:45.1979948Z * [new tag] cslpull79 -> cslpull79 2025-03-14T03:53:45.1980315Z * [new tag] cslpull80 -> cslpull80 2025-03-14T03:53:45.1980700Z * [new tag] cslpull81 -> cslpull81 2025-03-14T03:53:45.1981067Z * [new tag] cslpull82 -> cslpull82 2025-03-14T03:53:45.1981436Z * [new tag] cslpull83 -> cslpull83 2025-03-14T03:53:45.1981801Z * [new tag] cslpull84 -> cslpull84 2025-03-14T03:53:45.1982159Z * [new tag] cslpull85 -> cslpull85 2025-03-14T03:53:45.1982620Z * [new tag] cslpull86 -> cslpull86 2025-03-14T03:53:45.1982991Z * [new tag] cslpull87 -> cslpull87 2025-03-14T03:53:45.1983364Z * [new tag] cslpull88 -> cslpull88 2025-03-14T03:53:45.1983737Z * [new tag] cslpull89 -> cslpull89 2025-03-14T03:53:45.1984106Z * [new tag] cslpull90 -> cslpull90 2025-03-14T03:53:45.1984470Z * [new tag] cslpull91 -> cslpull91 2025-03-14T03:53:45.1984841Z * [new tag] cslpull92 -> cslpull92 2025-03-14T03:53:45.2362325Z * [new tag] flight_5 -> flight_5 2025-03-14T03:53:45.2362730Z * [new tag] flight_5.1 -> flight_5.1 2025-03-14T03:53:45.2363108Z * [new tag] flight_5.2 -> flight_5.2 2025-03-14T03:53:45.2363498Z * [new tag] flight_5.3 -> flight_5.3 2025-03-14T03:53:45.2364019Z * [new tag] forpull1 -> forpull1 2025-03-14T03:53:45.2364427Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-03-14T03:53:45.2364863Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-03-14T03:53:45.2365296Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-03-14T03:53:45.2365732Z * [new tag] nightly-binary -> nightly-binary 2025-03-14T03:53:45.2366169Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-03-14T03:53:45.2366586Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-03-14T03:53:45.2366977Z * [new tag] v0.1.1 -> v0.1.1 2025-03-14T03:53:45.2367334Z * [new tag] v0.1.10 -> v0.1.10 2025-03-14T03:53:45.2367690Z * [new tag] v0.1.11 -> v0.1.11 2025-03-14T03:53:45.2368053Z * [new tag] v0.1.12 -> v0.1.12 2025-03-14T03:53:45.2368403Z * [new tag] v0.1.2 -> v0.1.2 2025-03-14T03:53:45.2368744Z * [new tag] v0.1.3 -> v0.1.3 2025-03-14T03:53:45.2369092Z * [new tag] v0.1.4 -> v0.1.4 2025-03-14T03:53:45.2369439Z * [new tag] v0.1.5 -> v0.1.5 2025-03-14T03:53:45.2369780Z * [new tag] v0.1.6 -> v0.1.6 2025-03-14T03:53:45.2370129Z * [new tag] v0.1.7 -> v0.1.7 2025-03-14T03:53:45.2370474Z * [new tag] v0.1.8 -> v0.1.8 2025-03-14T03:53:45.2370815Z * [new tag] v0.1.9 -> v0.1.9 2025-03-14T03:53:45.2371157Z * [new tag] v0.2.0 -> v0.2.0 2025-03-14T03:53:45.2371525Z * [new tag] v0.3.0 -> v0.3.0 2025-03-14T03:53:45.2371867Z * [new tag] v0.3.1 -> v0.3.1 2025-03-14T03:53:45.2372218Z * [new tag] v0.4.0 -> v0.4.0 2025-03-14T03:53:45.2372563Z * [new tag] v0.4.1 -> v0.4.1 2025-03-14T03:53:45.2372915Z * [new tag] v1.0.0 -> v1.0.0 2025-03-14T03:53:45.2373270Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-03-14T03:53:45.2373632Z * [new tag] v1.0.1 -> v1.0.1 2025-03-14T03:53:45.2373997Z * [new tag] v1.0rc0 -> v1.0rc0 2025-03-14T03:53:45.2374361Z * [new tag] v1.0rc1 -> v1.0rc1 2025-03-14T03:53:45.2374712Z * [new tag] v1.1.0 -> v1.1.0 2025-03-14T03:53:45.2375154Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-03-14T03:53:45.2375527Z * [new tag] v1.10.0 -> v1.10.0 2025-03-14T03:53:45.2375905Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-03-14T03:53:45.2376281Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-03-14T03:53:45.2376659Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-03-14T03:53:45.2377026Z * [new tag] v1.10.1 -> v1.10.1 2025-03-14T03:53:45.2377376Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-03-14T03:53:45.2377751Z * [new tag] v1.10.2 -> v1.10.2 2025-03-14T03:53:45.2378116Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-03-14T03:53:45.2378487Z * [new tag] v1.11.0 -> v1.11.0 2025-03-14T03:53:45.2378956Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-03-14T03:53:45.2379432Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-03-14T03:53:45.2379796Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-03-14T03:53:45.2380170Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-03-14T03:53:45.2380545Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-03-14T03:53:45.2380930Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-03-14T03:53:45.2381301Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-03-14T03:53:45.2381675Z * [new tag] v1.12.0 -> v1.12.0 2025-03-14T03:53:45.2382033Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-03-14T03:53:45.2382403Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-03-14T03:53:45.2382775Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-03-14T03:53:45.2383161Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-03-14T03:53:45.2383534Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-03-14T03:53:45.2383890Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-03-14T03:53:45.2746552Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-03-14T03:53:45.2747058Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-03-14T03:53:45.2747462Z * [new tag] v1.12.1 -> v1.12.1 2025-03-14T03:53:45.2747867Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-03-14T03:53:45.2748327Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-03-14T03:53:45.2748749Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-03-14T03:53:45.2749150Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-03-14T03:53:45.2749633Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-03-14T03:53:45.2750038Z * [new tag] v1.13.0 -> v1.13.0 2025-03-14T03:53:45.2750443Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-03-14T03:53:45.2750853Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-03-14T03:53:45.2751300Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-03-14T03:53:45.2751699Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-03-14T03:53:45.2752121Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-03-14T03:53:45.2752573Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-03-14T03:53:45.2752969Z * [new tag] v1.13.1 -> v1.13.1 2025-03-14T03:53:45.2753369Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-03-14T03:53:45.2753943Z * [new tag] v1.2.0 -> v1.2.0 2025-03-14T03:53:45.2754339Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-03-14T03:53:45.2754779Z * [new tag] v1.3.0 -> v1.3.0 2025-03-14T03:53:45.2755178Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-03-14T03:53:45.2755579Z * [new tag] v1.3.1 -> v1.3.1 2025-03-14T03:53:45.2755965Z * [new tag] v1.4.0 -> v1.4.0 2025-03-14T03:53:45.2756395Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-03-14T03:53:45.2756783Z * [new tag] v1.4.1 -> v1.4.1 2025-03-14T03:53:45.2757168Z * [new tag] v1.5.0 -> v1.5.0 2025-03-14T03:53:45.2757527Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-03-14T03:53:45.2757905Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-03-14T03:53:45.2758356Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-03-14T03:53:45.2758732Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-03-14T03:53:45.2759089Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-03-14T03:53:45.2759455Z * [new tag] v1.5.1 -> v1.5.1 2025-03-14T03:53:45.2759817Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-03-14T03:53:45.2760194Z * [new tag] v1.6.0 -> v1.6.0 2025-03-14T03:53:45.2760560Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-03-14T03:53:45.2760925Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-03-14T03:53:45.2761294Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-03-14T03:53:45.2761666Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-03-14T03:53:45.2762038Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-03-14T03:53:45.2762443Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-03-14T03:53:45.2762850Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-03-14T03:53:45.2763250Z * [new tag] v1.7.0 -> v1.7.0 2025-03-14T03:53:45.2763681Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-03-14T03:53:45.2764060Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-03-14T03:53:45.2764434Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-03-14T03:53:45.2764810Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-03-14T03:53:45.2765167Z * [new tag] v1.7.1 -> v1.7.1 2025-03-14T03:53:45.2765513Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-03-14T03:53:45.2765888Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-03-14T03:53:45.2766262Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-03-14T03:53:45.2766626Z * [new tag] v1.8.0 -> v1.8.0 2025-03-14T03:53:45.2766982Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-03-14T03:53:45.2767346Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-03-14T03:53:45.2767703Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-03-14T03:53:45.2768071Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-03-14T03:53:45.2768478Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-03-14T03:53:45.2768917Z * [new tag] v1.8.1 -> v1.8.1 2025-03-14T03:53:45.2769280Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-03-14T03:53:45.2769742Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-03-14T03:53:45.3108135Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-03-14T03:53:45.3108532Z * [new tag] v1.8.2 -> v1.8.2 2025-03-14T03:53:45.3108894Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-03-14T03:53:45.3109256Z * [new tag] v1.9.0 -> v1.9.0 2025-03-14T03:53:45.3109623Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-03-14T03:53:45.3109989Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-03-14T03:53:45.3110351Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-03-14T03:53:45.3110714Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-03-14T03:53:45.3111075Z * [new tag] v1.9.1 -> v1.9.1 2025-03-14T03:53:45.3111444Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-03-14T03:53:45.3111926Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-03-14T03:53:45.3112295Z * [new tag] v2.0.0 -> v2.0.0 2025-03-14T03:53:45.3112697Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-03-14T03:53:45.3113102Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-03-14T03:53:45.3113469Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-03-14T03:53:45.3113838Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-03-14T03:53:45.3114225Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-03-14T03:53:45.3114591Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-03-14T03:53:45.3114943Z * [new tag] v2.0.1 -> v2.0.1 2025-03-14T03:53:45.3115305Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-03-14T03:53:45.3115680Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-03-14T03:53:45.3116041Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-03-14T03:53:45.3116411Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-03-14T03:53:45.3116769Z * [new tag] v2.1.0 -> v2.1.0 2025-03-14T03:53:45.3117124Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-03-14T03:53:45.3117497Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-03-14T03:53:45.3117865Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-03-14T03:53:45.3118266Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-03-14T03:53:45.3118675Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-03-14T03:53:45.3119055Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-03-14T03:53:45.3119407Z * [new tag] v2.1.1 -> v2.1.1 2025-03-14T03:53:45.3119766Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-03-14T03:53:45.3120131Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-03-14T03:53:45.3120498Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-03-14T03:53:45.3120864Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-03-14T03:53:45.3121230Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-03-14T03:53:45.3121586Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-03-14T03:53:45.3121946Z * [new tag] v2.1.2 -> v2.1.2 2025-03-14T03:53:45.3122300Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-03-14T03:53:45.3122656Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-03-14T03:53:45.3123121Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-03-14T03:53:45.3123476Z * [new tag] v2.2.0 -> v2.2.0 2025-03-14T03:53:45.3123958Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-03-14T03:53:45.3124369Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-03-14T03:53:45.3124733Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-03-14T03:53:45.3125097Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-03-14T03:53:45.3125461Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-03-14T03:53:45.3125813Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-03-14T03:53:45.3126176Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-03-14T03:53:45.3126548Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-03-14T03:53:45.3126913Z * [new tag] v2.2.1 -> v2.2.1 2025-03-14T03:53:45.3127349Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-03-14T03:53:45.3127717Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-03-14T03:53:45.3128076Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-03-14T03:53:45.3128437Z * [new tag] v2.2.2 -> v2.2.2 2025-03-14T03:53:45.3128806Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-03-14T03:53:45.3129179Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-03-14T03:53:45.3129598Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-03-14T03:53:45.3477374Z * [new tag] v2.3.0 -> v2.3.0 2025-03-14T03:53:45.3477771Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-03-14T03:53:45.3478154Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-03-14T03:53:45.3478533Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-03-14T03:53:45.3478910Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-03-14T03:53:45.3479278Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-03-14T03:53:45.3479646Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-03-14T03:53:45.3480002Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-03-14T03:53:45.3480370Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-03-14T03:53:45.3480733Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-03-14T03:53:45.3481101Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-03-14T03:53:45.3481469Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-03-14T03:53:45.3481841Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-03-14T03:53:45.3482216Z * [new tag] v2.3.1 -> v2.3.1 2025-03-14T03:53:45.3482564Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-03-14T03:53:45.3482929Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-03-14T03:53:45.3483294Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-03-14T03:53:45.3483692Z * [new tag] v2.4.0 -> v2.4.0 2025-03-14T03:53:45.3484051Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-03-14T03:53:45.3484417Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-03-14T03:53:45.3484772Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-03-14T03:53:45.3485139Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-03-14T03:53:45.3485626Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-03-14T03:53:45.3486006Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-03-14T03:53:45.3486386Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-03-14T03:53:45.3486757Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-03-14T03:53:45.3487117Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-03-14T03:53:45.3487481Z * [new tag] v2.4.1 -> v2.4.1 2025-03-14T03:53:45.3487835Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-03-14T03:53:45.3488196Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-03-14T03:53:45.3488564Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-03-14T03:53:45.3488912Z * [new tag] v2.5.0 -> v2.5.0 2025-03-14T03:53:45.3489328Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-03-14T03:53:45.3489835Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-03-14T03:53:45.3490214Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-03-14T03:53:45.3490576Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-03-14T03:53:45.3490942Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-03-14T03:53:45.3491303Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-03-14T03:53:45.3491668Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-03-14T03:53:45.3492031Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-03-14T03:53:45.3492405Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-03-14T03:53:45.3492770Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-03-14T03:53:45.3493126Z * [new tag] v2.5.1 -> v2.5.1 2025-03-14T03:53:45.3493483Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-03-14T03:53:45.3493848Z * [new tag] v2.6.0 -> v2.6.0 2025-03-14T03:53:45.3494205Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-03-14T03:53:45.3494567Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-03-14T03:53:45.3494933Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-03-14T03:53:45.3495343Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-03-14T03:53:45.3495742Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-03-14T03:53:45.3496108Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-03-14T03:53:45.3496468Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-03-14T03:53:45.3496835Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-03-14T03:53:45.3497202Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-03-14T03:53:45.3497570Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-03-14T03:53:45.3497928Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-03-14T03:53:45.3498302Z * [new tag] whc_flight_1 -> whc_flight_1 2025-03-14T03:53:45.3498690Z * [new tag] whc_flight_2 -> whc_flight_2 2025-03-14T03:53:45.6082975Z * [new tag] whc_flight_4 -> whc_flight_4 2025-03-14T03:53:45.6290453Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet aed0b7a742a2d7b7901790622829cbd2135049a4^{object} 2025-03-14T03:53:45.6467866Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:53:45.6499840Z ##[endgroup] 2025-03-14T03:53:45.6500237Z ##[group]Determining the checkout info 2025-03-14T03:53:45.6502285Z ##[endgroup] 2025-03-14T03:53:45.6512055Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-03-14T03:53:45.6773772Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-03-14T03:53:45.6987119Z ##[group]Checking out the ref 2025-03-14T03:53:45.6996667Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:53:46.7938419Z Updating files: 14% (2352/16577) 2025-03-14T03:53:46.8504275Z Updating files: 15% (2487/16577) 2025-03-14T03:53:47.0297854Z Updating files: 16% (2653/16577) 2025-03-14T03:53:47.0816179Z Updating files: 17% (2819/16577) 2025-03-14T03:53:47.1317146Z Updating files: 18% (2984/16577) 2025-03-14T03:53:47.1910264Z Updating files: 19% (3150/16577) 2025-03-14T03:53:47.2561294Z Updating files: 20% (3316/16577) 2025-03-14T03:53:47.3178559Z Updating files: 21% (3482/16577) 2025-03-14T03:53:47.3754891Z Updating files: 22% (3647/16577) 2025-03-14T03:53:47.4318058Z Updating files: 23% (3813/16577) 2025-03-14T03:53:47.4868449Z Updating files: 24% (3979/16577) 2025-03-14T03:53:47.5425848Z Updating files: 25% (4145/16577) 2025-03-14T03:53:47.6864959Z Updating files: 26% (4311/16577) 2025-03-14T03:53:47.7452270Z Updating files: 27% (4476/16577) 2025-03-14T03:53:47.7508063Z Updating files: 27% (4627/16577) 2025-03-14T03:53:47.8164915Z Updating files: 28% (4642/16577) 2025-03-14T03:53:47.8790576Z Updating files: 29% (4808/16577) 2025-03-14T03:53:47.9407098Z Updating files: 30% (4974/16577) 2025-03-14T03:53:48.0123433Z Updating files: 31% (5139/16577) 2025-03-14T03:53:48.0973747Z Updating files: 32% (5305/16577) 2025-03-14T03:53:48.1320262Z Updating files: 33% (5471/16577) 2025-03-14T03:53:48.1578536Z Updating files: 34% (5637/16577) 2025-03-14T03:53:48.1821349Z Updating files: 35% (5802/16577) 2025-03-14T03:53:48.2076565Z Updating files: 36% (5968/16577) 2025-03-14T03:53:48.2319293Z Updating files: 37% (6134/16577) 2025-03-14T03:53:48.3117628Z Updating files: 38% (6300/16577) 2025-03-14T03:53:48.3358355Z Updating files: 39% (6466/16577) 2025-03-14T03:53:48.3613385Z Updating files: 40% (6631/16577) 2025-03-14T03:53:48.3846228Z Updating files: 41% (6797/16577) 2025-03-14T03:53:48.4081912Z Updating files: 42% (6963/16577) 2025-03-14T03:53:48.4340841Z Updating files: 43% (7129/16577) 2025-03-14T03:53:48.4592438Z Updating files: 44% (7294/16577) 2025-03-14T03:53:48.4848382Z Updating files: 45% (7460/16577) 2025-03-14T03:53:48.5558377Z Updating files: 46% (7626/16577) 2025-03-14T03:53:48.5846314Z Updating files: 47% (7792/16577) 2025-03-14T03:53:48.6120331Z Updating files: 48% (7957/16577) 2025-03-14T03:53:48.6458510Z Updating files: 49% (8123/16577) 2025-03-14T03:53:48.6751760Z Updating files: 50% (8289/16577) 2025-03-14T03:53:48.7055462Z Updating files: 51% (8455/16577) 2025-03-14T03:53:48.7330331Z Updating files: 52% (8621/16577) 2025-03-14T03:53:48.7452016Z Updating files: 53% (8786/16577) 2025-03-14T03:53:48.7652245Z Updating files: 53% (8857/16577) 2025-03-14T03:53:48.7947656Z Updating files: 54% (8952/16577) 2025-03-14T03:53:48.8255705Z Updating files: 55% (9118/16577) 2025-03-14T03:53:48.8546541Z Updating files: 56% (9284/16577) 2025-03-14T03:53:48.8841479Z Updating files: 57% (9449/16577) 2025-03-14T03:53:48.9150519Z Updating files: 58% (9615/16577) 2025-03-14T03:53:48.9437750Z Updating files: 59% (9781/16577) 2025-03-14T03:53:48.9756736Z Updating files: 60% (9947/16577) 2025-03-14T03:53:49.0047845Z Updating files: 61% (10112/16577) 2025-03-14T03:53:49.0345430Z Updating files: 62% (10278/16577) 2025-03-14T03:53:49.0610783Z Updating files: 63% (10444/16577) 2025-03-14T03:53:49.1169787Z Updating files: 64% (10610/16577) 2025-03-14T03:53:49.1556564Z Updating files: 65% (10776/16577) 2025-03-14T03:53:49.2301405Z Updating files: 66% (10941/16577) 2025-03-14T03:53:49.2752508Z Updating files: 67% (11107/16577) 2025-03-14T03:53:49.3021816Z Updating files: 68% (11273/16577) 2025-03-14T03:53:49.3424652Z Updating files: 69% (11439/16577) 2025-03-14T03:53:49.4145549Z Updating files: 70% (11604/16577) 2025-03-14T03:53:49.4978061Z Updating files: 71% (11770/16577) 2025-03-14T03:53:49.5899633Z Updating files: 72% (11936/16577) 2025-03-14T03:53:49.7495084Z Updating files: 73% (12102/16577) 2025-03-14T03:53:49.8038452Z Updating files: 74% (12267/16577) 2025-03-14T03:53:49.8614731Z Updating files: 75% (12433/16577) 2025-03-14T03:53:50.3011666Z Updating files: 76% (12599/16577) 2025-03-14T03:53:50.3756140Z Updating files: 77% (12765/16577) 2025-03-14T03:53:50.4548064Z Updating files: 78% (12931/16577) 2025-03-14T03:53:50.5325338Z Updating files: 79% (13096/16577) 2025-03-14T03:53:50.6096637Z Updating files: 80% (13262/16577) 2025-03-14T03:53:50.6661111Z Updating files: 81% (13428/16577) 2025-03-14T03:53:50.7213438Z Updating files: 82% (13594/16577) 2025-03-14T03:53:50.7456706Z Updating files: 83% (13759/16577) 2025-03-14T03:53:50.7811310Z Updating files: 83% (13819/16577) 2025-03-14T03:53:50.8472658Z Updating files: 84% (13925/16577) 2025-03-14T03:53:50.9064904Z Updating files: 85% (14091/16577) 2025-03-14T03:53:50.9642866Z Updating files: 86% (14257/16577) 2025-03-14T03:53:51.0222027Z Updating files: 87% (14422/16577) 2025-03-14T03:53:51.1960665Z Updating files: 88% (14588/16577) 2025-03-14T03:53:51.2655997Z Updating files: 89% (14754/16577) 2025-03-14T03:53:51.3217880Z Updating files: 90% (14920/16577) 2025-03-14T03:53:51.3773824Z Updating files: 91% (15086/16577) 2025-03-14T03:53:51.4446879Z Updating files: 92% (15251/16577) 2025-03-14T03:53:51.5130890Z Updating files: 93% (15417/16577) 2025-03-14T03:53:51.5808818Z Updating files: 94% (15583/16577) 2025-03-14T03:53:51.6461774Z Updating files: 95% (15749/16577) 2025-03-14T03:53:51.7042998Z Updating files: 96% (15914/16577) 2025-03-14T03:53:51.7632940Z Updating files: 97% (16080/16577) 2025-03-14T03:53:51.7895580Z Updating files: 97% (16197/16577) 2025-03-14T03:53:51.8550405Z Updating files: 98% (16246/16577) 2025-03-14T03:53:51.9196464Z Updating files: 99% (16412/16577) 2025-03-14T03:53:51.9196829Z Updating files: 100% (16577/16577) 2025-03-14T03:53:51.9197150Z Updating files: 100% (16577/16577), done. 2025-03-14T03:53:51.9609125Z Note: switching to 'aed0b7a742a2d7b7901790622829cbd2135049a4'. 2025-03-14T03:53:51.9609480Z 2025-03-14T03:53:51.9609699Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:53:51.9610230Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:53:51.9610738Z state without impacting any branches by switching back to a branch. 2025-03-14T03:53:51.9611055Z 2025-03-14T03:53:51.9611248Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:53:51.9611724Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:53:51.9612002Z 2025-03-14T03:53:51.9612120Z git switch -c 2025-03-14T03:53:51.9612303Z 2025-03-14T03:53:51.9612412Z Or undo this operation with: 2025-03-14T03:53:51.9612605Z 2025-03-14T03:53:51.9612691Z git switch - 2025-03-14T03:53:51.9612823Z 2025-03-14T03:53:51.9613047Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:53:51.9613373Z 2025-03-14T03:53:51.9613684Z HEAD is now at aed0b7a742a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:53:51.9772876Z ##[endgroup] 2025-03-14T03:53:51.9773278Z ##[group]Setting up auth for fetching submodules 2025-03-14T03:53:51.9785800Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T03:53:52.0038654Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-03-14T03:53:52.0284814Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-14T03:53:52.0524071Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-14T03:53:52.0759184Z ##[endgroup] 2025-03-14T03:53:52.0759587Z ##[group]Fetching submodules 2025-03-14T03:53:52.0768678Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-03-14T03:53:52.4102935Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-03-14T03:53:52.9243940Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-03-14T03:53:52.9244983Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-03-14T03:53:52.9245932Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-03-14T03:53:52.9246871Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-03-14T03:53:52.9247939Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-03-14T03:53:52.9249104Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:52.9250286Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-03-14T03:53:52.9251196Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-03-14T03:53:52.9252214Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-03-14T03:53:52.9253255Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-03-14T03:53:52.9254182Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-03-14T03:53:52.9255147Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-03-14T03:53:52.9256104Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-03-14T03:53:52.9256967Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-03-14T03:53:52.9257808Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-03-14T03:53:52.9258759Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-03-14T03:53:52.9259812Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-03-14T03:53:52.9260678Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-03-14T03:53:52.9261574Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:52.9262528Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-03-14T03:53:52.9263430Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-03-14T03:53:52.9264286Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-03-14T03:53:52.9265079Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-03-14T03:53:52.9265903Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-03-14T03:53:52.9267521Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-03-14T03:53:52.9268450Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-03-14T03:53:52.9269343Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-03-14T03:53:52.9270313Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-03-14T03:53:52.9271406Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-03-14T03:53:52.9272520Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-03-14T03:53:52.9273476Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-03-14T03:53:52.9275125Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-03-14T03:53:52.9276238Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-03-14T03:53:52.9319331Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-03-14T03:53:52.9320334Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-03-14T03:53:52.9321305Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-03-14T03:53:52.9322189Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-03-14T03:53:52.9698597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-03-14T03:53:54.3382191Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-03-14T03:53:54.3726875Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-03-14T03:53:59.3792614Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-03-14T03:53:59.3793695Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-03-14T03:53:59.3794740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-03-14T03:53:59.3795680Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-03-14T03:53:59.3796702Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-03-14T03:53:59.3797830Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-03-14T03:53:59.3799043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-03-14T03:53:59.3800263Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-03-14T03:53:59.3801361Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-03-14T03:53:59.3802503Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-03-14T03:53:59.3803587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-03-14T03:53:59.3804618Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-03-14T03:53:59.3805723Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-03-14T03:53:59.3806837Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-03-14T03:53:59.3807975Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-03-14T03:54:16.3909265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-03-14T03:54:16.3909911Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-03-14T03:54:16.3910724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-03-14T03:54:16.3911279Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-03-14T03:54:16.3911862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-03-14T03:54:16.3912411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-03-14T03:54:16.3912999Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-03-14T03:54:16.3913627Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-03-14T03:54:16.3914275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-03-14T03:54:16.3914900Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-03-14T03:54:16.3915452Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-03-14T03:54:16.3916497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-03-14T03:54:16.3917083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-03-14T03:54:16.3917635Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-03-14T03:54:16.3918170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-03-14T03:54:16.3918700Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-03-14T03:54:16.3919265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-03-14T03:54:16.3919870Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-03-14T03:54:16.3920561Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-03-14T03:54:16.4934823Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-14T03:54:16.5772314Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-14T03:54:16.6539149Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-14T03:54:16.8110620Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-14T03:54:17.0355525Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-14T03:54:17.2225760Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-14T03:54:22.7748038Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-14T03:54:22.8959411Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-14T03:54:25.0619038Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-14T03:54:25.1982564Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-14T03:54:25.7397321Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-14T03:54:25.9071252Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-14T03:54:29.0276515Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-14T03:54:30.4006876Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-14T03:54:30.7567298Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-14T03:54:30.7741274Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:54:30.7742314Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:54:30.7743573Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:54:30.7744612Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:54:30.7745862Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:54:30.8068354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-03-14T03:54:33.8159154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-03-14T03:54:33.8159963Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-03-14T03:54:33.8160685Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-03-14T03:54:33.8162022Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-03-14T03:54:34.0669047Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-14T03:54:34.4235958Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-14T03:54:36.3302593Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-14T03:54:37.0346635Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-14T03:54:37.1156368Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-14T03:54:37.5450913Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-14T03:54:37.5558412Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:54:37.5559560Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:54:41.7018067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-03-14T03:54:41.7018923Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-03-14T03:54:43.7646803Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-14T03:54:46.7966779Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-14T03:54:47.6955141Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-14T03:54:47.8584820Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-14T03:54:48.0138234Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-14T03:54:48.1779712Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-14T03:54:48.5465093Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-14T03:54:48.6231179Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-03-14T03:54:48.6323867Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-03-14T03:55:02.8690877Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-03-14T03:55:05.4366475Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-03-14T03:55:05.5383869Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-14T03:55:05.9033998Z Submodule path 'third_party/kineto': checked out '2859721fd9e73d3ca1c56f827dbc64e6d68f78a2' 2025-03-14T03:55:05.9166761Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:55:05.9168000Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:55:05.9169181Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:55:07.9903852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-03-14T03:55:07.9904707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-03-14T03:55:07.9905830Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-03-14T03:55:08.2454497Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-14T03:55:08.2667689Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:55:08.2668930Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:55:08.2670064Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:55:08.2671248Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:55:08.2672486Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:55:08.2673833Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:55:08.2675096Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:55:08.2676290Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:55:08.3053691Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-03-14T03:55:16.0240183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-03-14T03:55:16.0241299Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-03-14T03:55:16.0242334Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-03-14T03:55:16.0243289Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-03-14T03:55:16.0244240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-03-14T03:55:16.0245209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-03-14T03:55:16.0246181Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-03-14T03:55:16.8368000Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-14T03:55:17.2831171Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-14T03:55:17.4465069Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-14T03:55:17.5211490Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-14T03:55:17.5305016Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:55:17.9886356Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-03-14T03:55:18.0485223Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-14T03:55:18.1412307Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-14T03:55:18.3244708Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-14T03:55:18.7622623Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-14T03:55:18.8692291Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-14T03:55:19.0004493Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-14T03:55:19.2076337Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-14T03:55:19.4076488Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-14T03:55:19.5764254Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-14T03:55:20.0750623Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-14T03:55:22.6019361Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-14T03:55:22.6135868Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-03-14T03:55:23.7457630Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-03-14T03:55:23.9109777Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-14T03:55:24.4288028Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-14T03:55:24.4509064Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:55:24.4510262Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:55:24.4511359Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:55:24.4512447Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:55:24.4513775Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:55:24.4515430Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:55:24.4516764Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:55:24.4517881Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:55:24.4860423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-03-14T03:55:33.7668690Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-03-14T03:55:33.7669610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-03-14T03:55:33.7670563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-03-14T03:55:33.7671717Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-03-14T03:55:33.7672595Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-03-14T03:55:33.7673459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-03-14T03:55:33.7674281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-03-14T03:55:33.8884700Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-14T03:55:34.0623074Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-14T03:55:34.1547352Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-14T03:55:34.6137503Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-14T03:55:34.7077680Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-14T03:55:34.8012385Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-14T03:55:34.9223615Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-14T03:55:34.9330668Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:55:34.9332064Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:55:37.3845341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-03-14T03:55:37.3846459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-03-14T03:55:38.0810305Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-14T03:55:38.2671831Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-14T03:55:43.6609919Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-14T03:55:43.7391955Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-14T03:55:44.9438172Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-14T03:55:44.9556252Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:55:44.9557589Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-03-14T03:55:46.4222791Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-03-14T03:55:46.4223613Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-03-14T03:55:46.5132733Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-14T03:55:47.0029632Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-14T03:55:47.0714815Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-14T03:55:47.1521227Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-14T03:55:47.3323130Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-14T03:55:47.4741674Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-14T03:55:47.6706535Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-14T03:55:47.8428007Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-14T03:55:47.8576785Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:55:47.8577991Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:55:47.8579097Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:55:47.8580137Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:55:50.1673714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-03-14T03:55:50.1674568Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-03-14T03:55:50.1675407Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-03-14T03:55:50.1676275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-03-14T03:55:50.3858281Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-14T03:55:50.4936657Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-14T03:55:50.7814479Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-14T03:55:51.2387463Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-14T03:55:51.2478390Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:55:51.6720259Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-03-14T03:55:51.7353923Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-14T03:55:51.7574796Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-03-14T03:55:52.1045275Z Entering 'android/libs/fbjni' 2025-03-14T03:55:52.1381767Z Entering 'third_party/FP16' 2025-03-14T03:55:52.1730353Z Entering 'third_party/FXdiv' 2025-03-14T03:55:52.2088665Z Entering 'third_party/NNPACK' 2025-03-14T03:55:52.2441768Z Entering 'third_party/NVTX' 2025-03-14T03:55:52.2841508Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:55:52.3199489Z Entering 'third_party/XNNPACK' 2025-03-14T03:55:52.3586474Z Entering 'third_party/benchmark' 2025-03-14T03:55:52.3979621Z Entering 'third_party/composable_kernel' 2025-03-14T03:55:52.4351665Z Entering 'third_party/cpp-httplib' 2025-03-14T03:55:52.4788336Z Entering 'third_party/cpuinfo' 2025-03-14T03:55:52.5158696Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:55:52.5533537Z Entering 'third_party/cutlass' 2025-03-14T03:55:52.5920729Z Entering 'third_party/eigen' 2025-03-14T03:55:52.6283195Z Entering 'third_party/fbgemm' 2025-03-14T03:55:52.6634586Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:55:52.7017591Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:55:52.7386000Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:55:52.7783041Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:55:52.8144655Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:55:52.8521874Z Entering 'third_party/flash-attention' 2025-03-14T03:55:52.8907040Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:55:52.9281581Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:55:52.9674894Z Entering 'third_party/flatbuffers' 2025-03-14T03:55:53.0051831Z Entering 'third_party/fmt' 2025-03-14T03:55:53.0421431Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:55:53.0838304Z Entering 'third_party/gloo' 2025-03-14T03:55:53.1191286Z Entering 'third_party/googletest' 2025-03-14T03:55:53.1548713Z Entering 'third_party/ideep' 2025-03-14T03:55:53.1897903Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:55:53.2294500Z Entering 'third_party/ittapi' 2025-03-14T03:55:53.2659760Z Entering 'third_party/kineto' 2025-03-14T03:55:53.3044312Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:55:53.3402175Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:55:53.3792438Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:55:53.4163347Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:55:53.4529695Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:55:53.4923944Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:55:53.5303976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:55:53.5676766Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:55:53.6049215Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:55:53.6419255Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:55:53.6832663Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:55:53.7184789Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:55:53.7543281Z Entering 'third_party/kleidiai' 2025-03-14T03:55:53.7920467Z Entering 'third_party/mimalloc' 2025-03-14T03:55:53.8262112Z Entering 'third_party/nlohmann' 2025-03-14T03:55:53.8610241Z Entering 'third_party/onnx' 2025-03-14T03:55:53.8969616Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:55:53.9374546Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:55:53.9720062Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:55:54.0066949Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:55:54.0425749Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:55:54.0775965Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:55:54.1131191Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:55:54.1495286Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:55:54.1876990Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:55:54.2210034Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:55:54.2594304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:55:54.2954872Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:55:54.3382775Z Entering 'third_party/pocketfft' 2025-03-14T03:55:54.3743140Z Entering 'third_party/protobuf' 2025-03-14T03:55:54.4081159Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:55:54.4427205Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:55:54.4800583Z Entering 'third_party/psimd' 2025-03-14T03:55:54.5169025Z Entering 'third_party/pthreadpool' 2025-03-14T03:55:54.5527530Z Entering 'third_party/pybind11' 2025-03-14T03:55:54.5879557Z Entering 'third_party/python-peachpy' 2025-03-14T03:55:54.6228534Z Entering 'third_party/sleef' 2025-03-14T03:55:54.6586047Z Entering 'third_party/tensorpipe' 2025-03-14T03:55:54.6922949Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:55:54.7288035Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:55:54.7649604Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:55:54.8012642Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:55:54.8414674Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:55:54.8912353Z ##[endgroup] 2025-03-14T03:55:54.8912807Z ##[group]Persisting credentials for submodules 2025-03-14T03:55:54.8924416Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-03-14T03:55:55.2325531Z Entering 'android/libs/fbjni' 2025-03-14T03:55:55.2922450Z Entering 'third_party/FP16' 2025-03-14T03:55:55.3467495Z Entering 'third_party/FXdiv' 2025-03-14T03:55:55.4013257Z Entering 'third_party/NNPACK' 2025-03-14T03:55:55.4581818Z Entering 'third_party/NVTX' 2025-03-14T03:55:55.5137384Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:55:55.5706556Z Entering 'third_party/XNNPACK' 2025-03-14T03:55:55.6301135Z Entering 'third_party/benchmark' 2025-03-14T03:55:55.6836925Z Entering 'third_party/composable_kernel' 2025-03-14T03:55:55.7383462Z Entering 'third_party/cpp-httplib' 2025-03-14T03:55:55.7971650Z Entering 'third_party/cpuinfo' 2025-03-14T03:55:55.8508406Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:55:55.9076951Z Entering 'third_party/cutlass' 2025-03-14T03:55:55.9624621Z Entering 'third_party/eigen' 2025-03-14T03:55:56.0174144Z Entering 'third_party/fbgemm' 2025-03-14T03:55:56.0701064Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:55:56.1233242Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:55:56.1819508Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:55:56.2372519Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:55:56.2913384Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:55:56.3501725Z Entering 'third_party/flash-attention' 2025-03-14T03:55:56.4033348Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:55:56.4605220Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:55:56.5196141Z Entering 'third_party/flatbuffers' 2025-03-14T03:55:56.5736578Z Entering 'third_party/fmt' 2025-03-14T03:55:56.6307330Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:55:56.6872844Z Entering 'third_party/gloo' 2025-03-14T03:55:56.7405099Z Entering 'third_party/googletest' 2025-03-14T03:55:56.7959615Z Entering 'third_party/ideep' 2025-03-14T03:55:56.8476624Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:55:56.9078880Z Entering 'third_party/ittapi' 2025-03-14T03:55:56.9635954Z Entering 'third_party/kineto' 2025-03-14T03:55:57.0148770Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:55:57.0665534Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:55:57.1199796Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:55:57.1723685Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:55:57.2266881Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:55:57.2838267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:55:57.3415110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:55:57.3958049Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:55:57.4484227Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:55:57.5025520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:55:57.5604837Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:55:57.6136663Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:55:57.6690842Z Entering 'third_party/kleidiai' 2025-03-14T03:55:57.7200487Z Entering 'third_party/mimalloc' 2025-03-14T03:55:57.7719740Z Entering 'third_party/nlohmann' 2025-03-14T03:55:57.8240153Z Entering 'third_party/onnx' 2025-03-14T03:55:57.8774573Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:55:57.9321389Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:55:57.9826352Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:55:58.0348602Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:55:58.0896298Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:55:58.1406302Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:55:58.1935817Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:55:58.2448266Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:55:58.2962304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:55:58.3460929Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:55:58.4002165Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:55:58.4534878Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:55:58.5122833Z Entering 'third_party/pocketfft' 2025-03-14T03:55:58.5629857Z Entering 'third_party/protobuf' 2025-03-14T03:55:58.6174479Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:55:58.6706428Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:55:58.7237849Z Entering 'third_party/psimd' 2025-03-14T03:55:58.7763890Z Entering 'third_party/pthreadpool' 2025-03-14T03:55:58.8270622Z Entering 'third_party/pybind11' 2025-03-14T03:55:58.8782554Z Entering 'third_party/python-peachpy' 2025-03-14T03:55:58.9322890Z Entering 'third_party/sleef' 2025-03-14T03:55:58.9844136Z Entering 'third_party/tensorpipe' 2025-03-14T03:55:59.0350364Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:55:59.0892940Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:55:59.1409852Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:55:59.1939646Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:55:59.2435916Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:55:59.3081893Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-03-14T03:55:59.6379069Z Entering 'android/libs/fbjni' 2025-03-14T03:55:59.6912895Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-03-14T03:55:59.7040240Z Entering 'third_party/FP16' 2025-03-14T03:55:59.7555193Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-03-14T03:55:59.7680616Z Entering 'third_party/FXdiv' 2025-03-14T03:55:59.8222669Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-03-14T03:55:59.8344909Z Entering 'third_party/NNPACK' 2025-03-14T03:55:59.8850498Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-03-14T03:55:59.8981599Z Entering 'third_party/NVTX' 2025-03-14T03:55:59.9480454Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-03-14T03:55:59.9604978Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:56:00.0126949Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-03-14T03:56:00.0252858Z Entering 'third_party/XNNPACK' 2025-03-14T03:56:00.0761399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-03-14T03:56:00.0900638Z Entering 'third_party/benchmark' 2025-03-14T03:56:00.1394941Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:56:00.1516061Z Entering 'third_party/composable_kernel' 2025-03-14T03:56:00.2020128Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-03-14T03:56:00.2154799Z Entering 'third_party/cpp-httplib' 2025-03-14T03:56:00.2663911Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-03-14T03:56:00.2789675Z Entering 'third_party/cpuinfo' 2025-03-14T03:56:00.3330928Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T03:56:00.3453292Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:56:00.3948890Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-03-14T03:56:00.4069581Z Entering 'third_party/cutlass' 2025-03-14T03:56:00.4543443Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-03-14T03:56:00.4670183Z Entering 'third_party/eigen' 2025-03-14T03:56:00.5177820Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-03-14T03:56:00.5306209Z Entering 'third_party/fbgemm' 2025-03-14T03:56:00.5813983Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-03-14T03:56:00.5924667Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:56:00.6454273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-03-14T03:56:00.6590328Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:56:00.7119435Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T03:56:00.7259369Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:56:00.7792013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-03-14T03:56:00.7928372Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:56:00.8472502Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:00.8600049Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:56:00.9115379Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-03-14T03:56:00.9266543Z Entering 'third_party/flash-attention' 2025-03-14T03:56:01.0505287Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-03-14T03:56:01.0622640Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:56:01.1145547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-03-14T03:56:01.1280991Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:56:01.1805183Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-03-14T03:56:01.1956926Z Entering 'third_party/flatbuffers' 2025-03-14T03:56:01.2467443Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-03-14T03:56:01.2599363Z Entering 'third_party/fmt' 2025-03-14T03:56:01.3117316Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-03-14T03:56:01.3246640Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:56:01.3778971Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-03-14T03:56:01.3906183Z Entering 'third_party/gloo' 2025-03-14T03:56:01.4425226Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-03-14T03:56:01.4553547Z Entering 'third_party/googletest' 2025-03-14T03:56:01.5060713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:01.5187709Z Entering 'third_party/ideep' 2025-03-14T03:56:01.5707103Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-03-14T03:56:01.5824357Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:56:01.6351883Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-03-14T03:56:01.6506961Z Entering 'third_party/ittapi' 2025-03-14T03:56:01.7043873Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-03-14T03:56:01.7178984Z Entering 'third_party/kineto' 2025-03-14T03:56:01.7703688Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-03-14T03:56:01.7819895Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:56:01.8350951Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-03-14T03:56:01.8462955Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:56:01.8983137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-03-14T03:56:01.9111414Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:56:01.9656937Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-03-14T03:56:01.9781593Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:56:02.0304398Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-03-14T03:56:02.0444512Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:56:02.0947753Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-03-14T03:56:02.1056503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:56:02.1603437Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-03-14T03:56:02.1746690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:56:02.2283289Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-03-14T03:56:02.2407403Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:56:02.2940273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:02.3068921Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:56:02.3610656Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-03-14T03:56:02.3762290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:56:02.4305461Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-03-14T03:56:02.4455788Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:56:02.5016082Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-03-14T03:56:02.5144887Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:56:02.5661563Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-03-14T03:56:02.5825275Z Entering 'third_party/kleidiai' 2025-03-14T03:56:02.6343549Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-03-14T03:56:02.6469507Z Entering 'third_party/mimalloc' 2025-03-14T03:56:02.7010097Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-03-14T03:56:02.7135935Z Entering 'third_party/nlohmann' 2025-03-14T03:56:02.7656457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-03-14T03:56:02.7787979Z Entering 'third_party/onnx' 2025-03-14T03:56:02.8302418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-03-14T03:56:02.8472902Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:56:02.8996392Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:56:02.9141171Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:56:02.9663615Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-03-14T03:56:02.9778713Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:56:03.0302278Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:56:03.0437719Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:56:03.0999270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:03.1125546Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:56:03.1663696Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-03-14T03:56:03.1813211Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:56:03.2368767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-03-14T03:56:03.2497873Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:56:03.3045150Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-03-14T03:56:03.3173105Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:56:03.3706612Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-03-14T03:56:03.3857514Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:56:03.5293728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-03-14T03:56:03.5412780Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:56:03.5959732Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-03-14T03:56:03.6097761Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:56:03.6687400Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-03-14T03:56:03.6833702Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:56:03.7378077Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-03-14T03:56:03.7557597Z Entering 'third_party/pocketfft' 2025-03-14T03:56:03.8081985Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-03-14T03:56:03.8217337Z Entering 'third_party/protobuf' 2025-03-14T03:56:03.9220540Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-03-14T03:56:03.9361303Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:56:03.9905276Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:56:04.0038254Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:56:04.0570837Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:04.0729118Z Entering 'third_party/psimd' 2025-03-14T03:56:04.1257400Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-03-14T03:56:04.1387223Z Entering 'third_party/pthreadpool' 2025-03-14T03:56:04.1927160Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-03-14T03:56:04.2052751Z Entering 'third_party/pybind11' 2025-03-14T03:56:04.2579086Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:56:04.2706900Z Entering 'third_party/python-peachpy' 2025-03-14T03:56:04.3207834Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-03-14T03:56:04.3331079Z Entering 'third_party/sleef' 2025-03-14T03:56:04.3840660Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-03-14T03:56:04.3965869Z Entering 'third_party/tensorpipe' 2025-03-14T03:56:04.4510440Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-03-14T03:56:04.4624168Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:56:04.5168990Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:56:04.5296607Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:56:04.5818342Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-03-14T03:56:04.5963588Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:56:04.6486399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-03-14T03:56:04.6612612Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:56:04.7149695Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:56:04.7270918Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:56:04.7838715Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-03-14T03:56:04.8409925Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-03-14T03:56:05.1928663Z Entering 'android/libs/fbjni' 2025-03-14T03:56:05.2306533Z Entering 'third_party/FP16' 2025-03-14T03:56:05.2678455Z Entering 'third_party/FXdiv' 2025-03-14T03:56:05.3009157Z Entering 'third_party/NNPACK' 2025-03-14T03:56:05.3353194Z Entering 'third_party/NVTX' 2025-03-14T03:56:05.3691389Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:56:05.4040877Z Entering 'third_party/XNNPACK' 2025-03-14T03:56:05.4447973Z Entering 'third_party/benchmark' 2025-03-14T03:56:05.4792557Z Entering 'third_party/composable_kernel' 2025-03-14T03:56:05.5142993Z Entering 'third_party/cpp-httplib' 2025-03-14T03:56:05.5476683Z Entering 'third_party/cpuinfo' 2025-03-14T03:56:05.5809866Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:56:05.6169421Z Entering 'third_party/cutlass' 2025-03-14T03:56:05.6504704Z Entering 'third_party/eigen' 2025-03-14T03:56:05.6860230Z Entering 'third_party/fbgemm' 2025-03-14T03:56:05.7184715Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:56:05.7516370Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:56:05.7894042Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:56:05.8242370Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:56:05.8582958Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:56:05.8931530Z Entering 'third_party/flash-attention' 2025-03-14T03:56:05.9255523Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:56:05.9613136Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:56:06.0029272Z Entering 'third_party/flatbuffers' 2025-03-14T03:56:06.0375477Z Entering 'third_party/fmt' 2025-03-14T03:56:06.0713212Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:56:06.1049101Z Entering 'third_party/gloo' 2025-03-14T03:56:06.1385447Z Entering 'third_party/googletest' 2025-03-14T03:56:06.1715324Z Entering 'third_party/ideep' 2025-03-14T03:56:06.2042421Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:56:06.2406235Z Entering 'third_party/ittapi' 2025-03-14T03:56:06.2743642Z Entering 'third_party/kineto' 2025-03-14T03:56:06.3067655Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:56:06.3394357Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:56:06.3734702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:56:06.4074841Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:56:06.4433286Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:56:06.4760248Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:56:06.5121580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:56:06.5474269Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:56:06.5825793Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:56:06.6172544Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:56:06.6522816Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:56:06.6854242Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:56:06.7228115Z Entering 'third_party/kleidiai' 2025-03-14T03:56:06.7555428Z Entering 'third_party/mimalloc' 2025-03-14T03:56:06.7891721Z Entering 'third_party/nlohmann' 2025-03-14T03:56:06.8229051Z Entering 'third_party/onnx' 2025-03-14T03:56:06.8579837Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:56:06.8950561Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:56:06.9276488Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:56:06.9611784Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:56:06.9957463Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:56:07.0293015Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:56:07.0627542Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:56:07.1010265Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:56:07.1344617Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:56:07.1670777Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:56:07.2026749Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:56:07.2395548Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:56:07.2805792Z Entering 'third_party/pocketfft' 2025-03-14T03:56:07.3141340Z Entering 'third_party/protobuf' 2025-03-14T03:56:07.3473756Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:56:07.3817077Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:56:07.4169563Z Entering 'third_party/psimd' 2025-03-14T03:56:07.4502706Z Entering 'third_party/pthreadpool' 2025-03-14T03:56:07.4838746Z Entering 'third_party/pybind11' 2025-03-14T03:56:07.5167321Z Entering 'third_party/python-peachpy' 2025-03-14T03:56:07.5500856Z Entering 'third_party/sleef' 2025-03-14T03:56:07.5835275Z Entering 'third_party/tensorpipe' 2025-03-14T03:56:07.6154925Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:56:07.6494279Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:56:07.6827839Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:56:07.7177450Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:56:07.7502549Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:56:07.7953457Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-03-14T03:56:08.1227342Z Entering 'android/libs/fbjni' 2025-03-14T03:56:08.1587802Z Entering 'third_party/FP16' 2025-03-14T03:56:08.1935036Z Entering 'third_party/FXdiv' 2025-03-14T03:56:08.2270003Z Entering 'third_party/NNPACK' 2025-03-14T03:56:08.2609147Z Entering 'third_party/NVTX' 2025-03-14T03:56:08.2958860Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:56:08.3304129Z Entering 'third_party/XNNPACK' 2025-03-14T03:56:08.3651321Z Entering 'third_party/benchmark' 2025-03-14T03:56:08.4047097Z Entering 'third_party/composable_kernel' 2025-03-14T03:56:08.4386795Z Entering 'third_party/cpp-httplib' 2025-03-14T03:56:08.4715209Z Entering 'third_party/cpuinfo' 2025-03-14T03:56:08.5064690Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:56:08.5411500Z Entering 'third_party/cutlass' 2025-03-14T03:56:08.5756984Z Entering 'third_party/eigen' 2025-03-14T03:56:08.6101877Z Entering 'third_party/fbgemm' 2025-03-14T03:56:08.6437748Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:56:08.6798064Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:56:08.7222318Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:56:08.7568644Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:56:08.7945075Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:56:08.8341553Z Entering 'third_party/flash-attention' 2025-03-14T03:56:08.8690215Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:56:08.9085325Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:56:08.9475893Z Entering 'third_party/flatbuffers' 2025-03-14T03:56:08.9840311Z Entering 'third_party/fmt' 2025-03-14T03:56:09.0202904Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:56:09.0569223Z Entering 'third_party/gloo' 2025-03-14T03:56:09.0928808Z Entering 'third_party/googletest' 2025-03-14T03:56:09.1325496Z Entering 'third_party/ideep' 2025-03-14T03:56:09.1676035Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:56:09.2073037Z Entering 'third_party/ittapi' 2025-03-14T03:56:09.2432465Z Entering 'third_party/kineto' 2025-03-14T03:56:09.2795021Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:56:09.3148902Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:56:09.3526631Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:56:09.3912157Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:56:09.4287955Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:56:09.4646759Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:56:09.5035146Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:56:09.5405631Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:56:09.5780205Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:56:09.6160700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:56:09.6560432Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:56:09.6941412Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:56:09.7327742Z Entering 'third_party/kleidiai' 2025-03-14T03:56:09.7708388Z Entering 'third_party/mimalloc' 2025-03-14T03:56:09.8070476Z Entering 'third_party/nlohmann' 2025-03-14T03:56:09.8428247Z Entering 'third_party/onnx' 2025-03-14T03:56:09.8793416Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:56:09.9174943Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:56:09.9545230Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:56:09.9933129Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:56:10.0307814Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:56:10.0676713Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:56:10.1045367Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:56:10.1406942Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:56:10.1781644Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:56:10.2124250Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:56:10.2492925Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:56:10.2874918Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:56:10.3269265Z Entering 'third_party/pocketfft' 2025-03-14T03:56:10.3621840Z Entering 'third_party/protobuf' 2025-03-14T03:56:10.3963511Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:56:10.4322401Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:56:10.4727473Z Entering 'third_party/psimd' 2025-03-14T03:56:10.5083105Z Entering 'third_party/pthreadpool' 2025-03-14T03:56:10.5429750Z Entering 'third_party/pybind11' 2025-03-14T03:56:10.5812359Z Entering 'third_party/python-peachpy' 2025-03-14T03:56:10.6160810Z Entering 'third_party/sleef' 2025-03-14T03:56:10.6571548Z Entering 'third_party/tensorpipe' 2025-03-14T03:56:10.7008102Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:56:10.7375967Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:56:10.7757138Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:56:10.8114224Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:56:10.8450529Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:56:10.8955958Z ##[endgroup] 2025-03-14T03:56:10.9215304Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-03-14T03:56:10.9416887Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:56:10.9757655Z Prepare all required actions 2025-03-14T03:56:10.9844082Z ##[group]Run ./.github/actions/setup-win 2025-03-14T03:56:10.9844396Z with: 2025-03-14T03:56:10.9844607Z cuda-version: cpu 2025-03-14T03:56:10.9844840Z env: 2025-03-14T03:56:10.9845054Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:10.9845291Z ##[endgroup] 2025-03-14T03:56:10.9947148Z ##[group]Run set -euo pipefail 2025-03-14T03:56:10.9947480Z set -euo pipefail 2025-03-14T03:56:10.9947773Z function get_ec2_metadata() { 2025-03-14T03:56:10.9948128Z  # Pulled from instance metadata endpoint for EC2 2025-03-14T03:56:10.9948734Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-14T03:56:10.9949269Z  category=$1 2025-03-14T03:56:10.9950136Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-14T03:56:10.9951919Z } 2025-03-14T03:56:10.9952165Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-14T03:56:10.9952571Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-14T03:56:10.9953017Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-14T03:56:10.9953401Z echo "system info $(uname -a)" 2025-03-14T03:56:10.9977322Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:10.9977791Z env: 2025-03-14T03:56:10.9978016Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:10.9978406Z ##[endgroup] 2025-03-14T03:56:11.0701241Z ami-id: ami-047591c381c19028d 2025-03-14T03:56:11.1199579Z instance-id: i-0728080eaa9b5720b 2025-03-14T03:56:11.1698456Z instance-type: c5d.4xlarge 2025-03-14T03:56:11.1889832Z system info MSYS_NT-10.0-17763 EC2AMAZ-DD9BHOF 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-03-14T03:56:11.1985783Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T03:56:11.1986745Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T03:56:11.2002848Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:56:11.2003305Z env: 2025-03-14T03:56:11.2003516Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:11.2003921Z ##[endgroup] 2025-03-14T03:56:11.5558806Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:56:11.5601297Z Finished 2025-03-14T03:56:11.5925719Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-03-14T03:56:11.5926242Z # Windows conda is baked into the AMI at this location 2025-03-14T03:56:11.5926666Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-03-14T03:56:11.5926994Z  2025-03-14T03:56:11.5928126Z { 2025-03-14T03:56:11.5928416Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-03-14T03:56:11.5928824Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-03-14T03:56:11.5929184Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-03-14T03:56:11.5929490Z } >> "${GITHUB_ENV}" 2025-03-14T03:56:11.5953920Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:11.5954387Z env: 2025-03-14T03:56:11.5954590Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:11.5954837Z ##[endgroup] 2025-03-14T03:56:11.6255411Z ##[group]Run set +e 2025-03-14T03:56:11.6255684Z set +e 2025-03-14T03:56:11.6255896Z set -x 2025-03-14T03:56:11.6256094Z  2025-03-14T03:56:11.6256322Z PYTHON3=$(${CONDA_RUN} which python3) 2025-03-14T03:56:11.6256620Z EXIT_CODE=$? 2025-03-14T03:56:11.6256836Z  2025-03-14T03:56:11.6258519Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T03:56:11.6258966Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-03-14T03:56:11.6259347Z  2025-03-14T03:56:11.6259567Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-03-14T03:56:11.6259923Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T03:56:11.6260232Z else 2025-03-14T03:56:11.6260682Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-03-14T03:56:11.6261414Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-03-14T03:56:11.6262091Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-03-14T03:56:11.6262661Z  # needed. In both cases, Python binary is just called python 2025-03-14T03:56:11.6263052Z  PYTHON=$(${CONDA_RUN} which python) 2025-03-14T03:56:11.6263352Z  EXIT_CODE=$? 2025-03-14T03:56:11.6263579Z  2025-03-14T03:56:11.6263787Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T03:56:11.6264236Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-03-14T03:56:11.6264655Z  2025-03-14T03:56:11.6264927Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-03-14T03:56:11.6265457Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-03-14T03:56:11.6265935Z  # here pointing to Python 2025-03-14T03:56:11.6266247Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-03-14T03:56:11.6266528Z  2025-03-14T03:56:11.6266744Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-03-14T03:56:11.6267090Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T03:56:11.6267407Z  else 2025-03-14T03:56:11.6267658Z  echo "Found no Python using ${CONDA_RUN}" 2025-03-14T03:56:11.6267966Z  fi 2025-03-14T03:56:11.6268146Z fi 2025-03-14T03:56:11.6287173Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:11.6287616Z env: 2025-03-14T03:56:11.6287822Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:11.6288199Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:11.6288734Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:11.6289379Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:11.6289754Z ##[endgroup] 2025-03-14T03:56:11.6541676Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-03-14T03:56:22.4770597Z 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-03-14T03:56:22.4799766Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-03-14T03:56:22.5456450Z + PYTHON3= 2025-03-14T03:56:22.5456701Z + EXIT_CODE=1 2025-03-14T03:56:22.5456987Z + [[ 1 == \0 ]] 2025-03-14T03:56:22.5517799Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-03-14T03:56:24.2060437Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-03-14T03:56:24.2060805Z + EXIT_CODE=0 2025-03-14T03:56:24.2060997Z + [[ 0 == \0 ]] 2025-03-14T03:56:24.2061461Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-03-14T03:56:24.2062976Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-03-14T03:56:24.2172360Z ++ echo /c/Jenkins/Miniconda3/python 2025-03-14T03:56:24.2222852Z ++ sed s/python/python3/ 2025-03-14T03:56:24.2286693Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-03-14T03:56:24.2287150Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-03-14T03:56:24.2470771Z ++ dirname /c/Jenkins/Miniconda3/python 2025-03-14T03:56:24.2526470Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-03-14T03:56:24.2526797Z + echo /c/Jenkins/Miniconda3 2025-03-14T03:56:24.2631330Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T03:56:24.2631939Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T03:56:24.2632401Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-03-14T03:56:24.2653617Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:24.2654079Z env: 2025-03-14T03:56:24.2654284Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:24.2654679Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:24.2655210Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:24.2655695Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:24.2656059Z ##[endgroup] 2025-03-14T03:56:24.3508791Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T03:56:24.3509783Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T03:56:24.3510567Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-03-14T03:56:24.3511038Z # that it doesn't interfere 2025-03-14T03:56:24.3511493Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-03-14T03:56:24.3527004Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:56:24.3527474Z env: 2025-03-14T03:56:24.3527674Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:24.3528068Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:24.3528601Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:24.3529071Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:24.3529747Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:24.3530099Z ##[endgroup] 2025-03-14T03:56:24.7044881Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:56:24.7092510Z Finished 2025-03-14T03:56:25.0897747Z ##[group]Run choco install handle -y 2025-03-14T03:56:25.0898083Z choco install handle -y 2025-03-14T03:56:25.0898389Z handle C:\actions-runner\_work\ 2025-03-14T03:56:25.0914038Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:56:25.0914504Z env: 2025-03-14T03:56:25.0914704Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:25.0915120Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:25.0915700Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:25.0916174Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:25.0916599Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:25.0916893Z ##[endgroup] 2025-03-14T03:56:25.4410650Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:56:25.4462534Z Finished 2025-03-14T03:56:28.4162601Z Chocolatey v2.4.2 2025-03-14T03:56:28.5746804Z Installing the following packages: 2025-03-14T03:56:28.5751699Z handle 2025-03-14T03:56:28.5755520Z By installing, you accept licenses for the packages. 2025-03-14T03:56:29.5065594Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-03-14T03:56:29.6445730Z 2025-03-14T03:56:29.6446709Z Progress: Downloading Handle 5.0... 15% 2025-03-14T03:56:29.6447203Z Progress: Downloading Handle 5.0... 45% 2025-03-14T03:56:29.6447509Z Progress: Downloading Handle 5.0... 75% 2025-03-14T03:56:29.6447810Z Progress: Downloading Handle 5.0... 100% 2025-03-14T03:56:29.7916360Z 2025-03-14T03:56:29.7916794Z handle v5.0.0 [Approved] 2025-03-14T03:56:29.8114802Z handle package files install completed. Performing other installation steps. 2025-03-14T03:56:32.0923283Z Downloading Handle 2025-03-14T03:56:32.0923694Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-03-14T03:56:32.1700492Z 2025-03-14T03:56:32.1716255Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-03-14T03:56:32.1836605Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-03-14T03:56:32.1851404Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-03-14T03:56:32.1869604Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-03-14T03:56:32.1873436Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-03-14T03:56:32.1880340Z Download of Handle.zip (729.82 KB) completed. 2025-03-14T03:56:35.2671981Z Hashes match. 2025-03-14T03:56:35.2935362Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-03-14T03:56:35.9164410Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-03-14T03:56:35.9218494Z HKEY_CURRENT_USER\Software\Sysinternals 2025-03-14T03:56:35.9337470Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-03-14T03:56:36.4840276Z ShimGen has successfully created a shim for handle.exe 2025-03-14T03:56:36.6830217Z ShimGen has successfully created a shim for handle64.exe 2025-03-14T03:56:36.8552749Z ShimGen has successfully created a shim for handle64a.exe 2025-03-14T03:56:36.8818974Z The install of handle was successful. 2025-03-14T03:56:36.8822316Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-03-14T03:56:36.8927463Z 2025-03-14T03:56:36.8927788Z Chocolatey installed 1/1 packages. 2025-03-14T03:56:36.8928246Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-03-14T03:56:36.9857022Z 2025-03-14T03:56:36.9857417Z Nthandle v5.0 - Handle viewer 2025-03-14T03:56:36.9857773Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T03:56:36.9858355Z Sysinternals - www.sysinternals.com 2025-03-14T03:56:36.9858550Z 2025-03-14T03:56:37.1250823Z powershell.exe pid: 4920 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:56:37.1251459Z handle.exe pid: 1200 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:56:37.1252026Z handle.exe pid: 6096 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:56:37.1252623Z handle64.exe pid: 1960 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:56:37.1589925Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-03-14T03:56:37.1590405Z python3 .github/scripts/parse_ref.py 2025-03-14T03:56:37.1609269Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:37.1609711Z env: 2025-03-14T03:56:37.1609921Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:37.1610312Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:37.1610861Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:37.1611343Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:37.1611748Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:37.1612048Z ##[endgroup] 2025-03-14T03:56:37.2420203Z Prepare all required actions 2025-03-14T03:56:37.2460676Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-14T03:56:37.2461005Z with: 2025-03-14T03:56:37.2461717Z github-token: *** 2025-03-14T03:56:37.2461932Z env: 2025-03-14T03:56:37.2462124Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:37.2462502Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:37.2463041Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:37.2463527Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:37.2463929Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:37.2464251Z ##[endgroup] 2025-03-14T03:56:37.2534723Z ##[group]Run set -eux 2025-03-14T03:56:37.2534981Z set -eux 2025-03-14T03:56:37.2535395Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T03:56:37.2554495Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:37.2554936Z env: 2025-03-14T03:56:37.2555134Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:37.2555530Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:37.2556060Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:37.2556541Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:37.2556945Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:37.2557465Z GITHUB_TOKEN: *** 2025-03-14T03:56:37.2557671Z ##[endgroup] 2025-03-14T03:56:37.2743198Z + python3 .github/scripts/get_workflow_job_id.py 13849515284 i-0728080eaa9b5720b 2025-03-14T03:56:37.6542306Z setting job-id=38754270292 2025-03-14T03:56:37.6542639Z setting job-name=win-vs2022-cpu-py3 / build 2025-03-14T03:56:37.6854550Z Prepare all required actions 2025-03-14T03:56:37.6854986Z Getting action download info 2025-03-14T03:56:37.7849472Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-14T03:56:38.0152189Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-14T03:56:38.0152598Z with: 2025-03-14T03:56:38.0153047Z github-token: *** 2025-03-14T03:56:38.0154272Z 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-03-14T03:56:38.0155578Z job-name: win-vs2022-cpu-py3 / build 2025-03-14T03:56:38.0156080Z env: 2025-03-14T03:56:38.0156324Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:38.0156777Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:38.0157424Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:38.0157960Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:38.0158435Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:38.0158775Z ##[endgroup] 2025-03-14T03:56:38.0255880Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:56:38.0256159Z with: 2025-03-14T03:56:38.0256344Z shell: bash 2025-03-14T03:56:38.0256551Z timeout_minutes: 10 2025-03-14T03:56:38.0256773Z max_attempts: 5 2025-03-14T03:56:38.0256977Z retry_wait_seconds: 30 2025-03-14T03:56:38.0257729Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T03:56:38.0258538Z polling_interval_seconds: 1 2025-03-14T03:56:38.0258797Z warning_on_retry: true 2025-03-14T03:56:38.0259034Z continue_on_error: false 2025-03-14T03:56:38.0259278Z env: 2025-03-14T03:56:38.0259458Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:38.0259836Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:38.0260484Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:38.0260975Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:38.0261386Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:38.0261928Z GITHUB_TOKEN: *** 2025-03-14T03:56:38.0262132Z ##[endgroup] 2025-03-14T03:56:38.1444227Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T03:56:42.9104740Z Collecting requests==2.27.1 2025-03-14T03:56:43.0974078Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-03-14T03:56:43.2038141Z Collecting pyyaml==6.0.1 2025-03-14T03:56:43.2103165Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-03-14T03:56:43.2328156Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-03-14T03:56:43.2334475Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.1.31) 2025-03-14T03:56:43.2346764Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-03-14T03:56:43.2360485Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-03-14T03:56:43.2678133Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-03-14T03:56:43.3561981Z ---------------------------------------- 63.1/63.1 kB 678.1 kB/s eta 0:00:00 2025-03-14T03:56:43.3619303Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-03-14T03:56:43.4076985Z ---------------------------------------- 152.8/152.8 kB 4.5 MB/s eta 0:00:00 2025-03-14T03:56:44.6912143Z Installing collected packages: requests, pyyaml 2025-03-14T03:56:44.6912658Z Attempting uninstall: requests 2025-03-14T03:56:44.6922074Z Found existing installation: requests 2.32.3 2025-03-14T03:56:44.6996799Z Uninstalling requests-2.32.3: 2025-03-14T03:56:44.7018461Z Successfully uninstalled requests-2.32.3 2025-03-14T03:56:44.7721040Z Attempting uninstall: pyyaml 2025-03-14T03:56:44.7728403Z Found existing installation: PyYAML 6.0.2 2025-03-14T03:56:44.7809010Z Uninstalling PyYAML-6.0.2: 2025-03-14T03:56:44.7837367Z Successfully uninstalled PyYAML-6.0.2 2025-03-14T03:56:44.8943796Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-03-14T03:56:46.1664299Z Command completed after 1 attempt(s). 2025-03-14T03:56:46.1820747Z ##[group]Run set -x 2025-03-14T03:56:46.1821013Z set -x 2025-03-14T03:56:46.1821400Z  2025-03-14T03:56:46.1821768Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T03:56:46.1822249Z # in runner workspace 2025-03-14T03:56:46.1822622Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-14T03:56:46.1846751Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:46.1891108Z env: 2025-03-14T03:56:46.1891356Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:46.1891767Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:46.1893654Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:46.1894156Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:46.1894574Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:46.1894875Z ##[endgroup] 2025-03-14T03:56:46.2100185Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-03-14T03:56:46.2709850Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T03:56:46.2710265Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T03:56:46.2710575Z echo "Job name: ${JOB_NAME}" 2025-03-14T03:56:46.2710845Z  2025-03-14T03:56:46.2711197Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T03:56:46.2711655Z # in runner workspace 2025-03-14T03:56:46.2712046Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-14T03:56:46.2712503Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-14T03:56:46.2712810Z  --job-name "${JOB_NAME}" \ 2025-03-14T03:56:46.2713102Z  --test-matrix "{ include: [ 2025-03-14T03:56:46.2713569Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-03-14T03:56:46.2714205Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-03-14T03:56:46.2714884Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-03-14T03:56:46.2715361Z ]} 2025-03-14T03:56:46.2715550Z " \ 2025-03-14T03:56:46.2715783Z  --selected-test-configs "" \ 2025-03-14T03:56:46.2716089Z  --pr-number "${PR_NUMBER}" \ 2025-03-14T03:56:46.2716367Z  --tag "${TAG}" \ 2025-03-14T03:56:46.2716634Z  --event-name "${EVENT_NAME}" \ 2025-03-14T03:56:46.2716935Z  --schedule "${SCHEDULE}" \ 2025-03-14T03:56:46.2717217Z  --branch "${HEAD_BRANCH}" 2025-03-14T03:56:46.2736476Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:46.2736919Z env: 2025-03-14T03:56:46.2737132Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:46.2737576Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:46.2738165Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:46.2739258Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:46.2739673Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:46.2740241Z GITHUB_TOKEN: *** 2025-03-14T03:56:46.2740547Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-03-14T03:56:46.2740817Z PR_NUMBER: 2025-03-14T03:56:46.2741011Z TAG: 2025-03-14T03:56:46.2741190Z EVENT_NAME: push 2025-03-14T03:56:46.2741389Z SCHEDULE: 2025-03-14T03:56:46.2741579Z HEAD_BRANCH: 2025-03-14T03:56:46.2741772Z ##[endgroup] 2025-03-14T03:56:46.2976569Z Workflow: trunk 2025-03-14T03:56:46.2976868Z Job name: win-vs2022-cpu-py3 / build 2025-03-14T03:56:46.5723642Z ##[group]Run echo "Filtered matrix:" 2025-03-14T03:56:46.5723971Z echo "Filtered matrix:" 2025-03-14T03:56:46.5725093Z 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-03-14T03:56:46.5726338Z  2025-03-14T03:56:46.5726527Z echo 2025-03-14T03:56:46.5726778Z echo "Is the current job unstable? False" 2025-03-14T03:56:46.5727095Z  2025-03-14T03:56:46.5727309Z echo 2025-03-14T03:56:46.5727549Z echo "Is keep-going label set? False" 2025-03-14T03:56:46.5727874Z  2025-03-14T03:56:46.5728055Z echo 2025-03-14T03:56:46.5728266Z echo "Renabled issues? " 2025-03-14T03:56:46.5747295Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:46.5747745Z env: 2025-03-14T03:56:46.5747941Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:46.5748328Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:46.5748875Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:46.5749373Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:46.5749770Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:46.5750137Z ##[endgroup] 2025-03-14T03:56:46.5960785Z Filtered matrix: 2025-03-14T03:56:46.5962267Z {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-03-14T03:56:46.5963282Z 2025-03-14T03:56:46.5963437Z Is the current job unstable? False 2025-03-14T03:56:46.5963672Z 2025-03-14T03:56:46.5963824Z Is keep-going label set? False 2025-03-14T03:56:46.5964003Z 2025-03-14T03:56:46.5964094Z Renabled issues? 2025-03-14T03:56:46.6078445Z Prepare all required actions 2025-03-14T03:56:46.6078867Z Getting action download info 2025-03-14T03:56:46.7136695Z ##[group]Run ./.github/actions/pytest-cache-download 2025-03-14T03:56:46.7137050Z with: 2025-03-14T03:56:46.7137269Z cache_dir: .pytest_cache 2025-03-14T03:56:46.7137545Z job_identifier: trunk_win-vs2022-cpu-py3 2025-03-14T03:56:46.7137851Z s3_bucket: gha-artifacts 2025-03-14T03:56:46.7138076Z env: 2025-03-14T03:56:46.7138269Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:46.7138654Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:46.7139188Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:46.7139672Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:46.7140072Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:46.7140447Z ##[endgroup] 2025-03-14T03:56:46.7232141Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:56:46.7232452Z with: 2025-03-14T03:56:46.7232646Z shell: bash 2025-03-14T03:56:46.7232865Z timeout_minutes: 5 2025-03-14T03:56:46.7233088Z max_attempts: 5 2025-03-14T03:56:46.7233308Z retry_wait_seconds: 30 2025-03-14T03:56:46.7233605Z command: set -eu python3 -m pip install boto3==1.35.42 2025-03-14T03:56:46.7233961Z polling_interval_seconds: 1 2025-03-14T03:56:46.7234219Z warning_on_retry: true 2025-03-14T03:56:46.7234456Z continue_on_error: false 2025-03-14T03:56:46.7234682Z env: 2025-03-14T03:56:46.7234865Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:46.7235243Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:46.7235774Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:46.7236257Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:46.7236663Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:46.7236964Z ##[endgroup] 2025-03-14T03:56:48.1926439Z Collecting boto3==1.35.42 2025-03-14T03:56:48.3772810Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-03-14T03:56:49.0231575Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-03-14T03:56:49.0280851Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-03-14T03:56:49.0391500Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2025-03-14T03:56:49.0677219Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-03-14T03:56:49.0720042Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-03-14T03:56:49.0878381Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2025-03-14T03:56:49.0892252Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2025-03-14T03:56:49.3091980Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.16.0) 2025-03-14T03:56:49.3334675Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-03-14T03:56:49.4308606Z ---------------------------------------- 139.2/139.2 kB 2.1 MB/s eta 0:00:00 2025-03-14T03:56:49.4356783Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-03-14T03:56:49.5541123Z ---------------------------------------- 13.3/13.3 MB 108.7 MB/s eta 0:00:00 2025-03-14T03:56:49.5587212Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-03-14T03:56:49.5673811Z ---------------------------------------- 83.2/83.2 kB ? eta 0:00:00 2025-03-14T03:56:50.3976825Z Installing collected packages: botocore, s3transfer, boto3 2025-03-14T03:56:50.3977746Z Attempting uninstall: botocore 2025-03-14T03:56:50.3986622Z Found existing installation: botocore 1.36.3 2025-03-14T03:56:50.6034350Z Uninstalling botocore-1.36.3: 2025-03-14T03:56:50.6873989Z Successfully uninstalled botocore-1.36.3 2025-03-14T03:56:53.1676244Z Attempting uninstall: s3transfer 2025-03-14T03:56:53.1686494Z Found existing installation: s3transfer 0.11.2 2025-03-14T03:56:53.1762302Z Uninstalling s3transfer-0.11.2: 2025-03-14T03:56:53.1784387Z Successfully uninstalled s3transfer-0.11.2 2025-03-14T03:56:53.2595610Z Attempting uninstall: boto3 2025-03-14T03:56:53.2604233Z Found existing installation: boto3 1.36.3 2025-03-14T03:56:53.2771109Z Uninstalling boto3-1.36.3: 2025-03-14T03:56:53.2824713Z Successfully uninstalled boto3-1.36.3 2025-03-14T03:56:54.0994366Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-03-14T03:56:54.8486554Z Command completed after 1 attempt(s). 2025-03-14T03:56:54.8633123Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:56:54.8633573Z python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:56:54.8633914Z  --download \ 2025-03-14T03:56:54.8634202Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-03-14T03:56:54.8634544Z  --pr_identifier $GITHUB_REF \ 2025-03-14T03:56:54.8634862Z  --job_identifier $JOB_IDENTIFIER \ 2025-03-14T03:56:54.8635175Z  --temp_dir $RUNNER_TEMP \ 2025-03-14T03:56:54.8635460Z  --repo $REPO \ 2025-03-14T03:56:54.8635708Z  --bucket $BUCKET \ 2025-03-14T03:56:54.8654697Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:56:54.8655142Z env: 2025-03-14T03:56:54.8655355Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:56:54.8655741Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:56:54.8656275Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:56:54.8656754Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:56:54.8657177Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:56:54.8657705Z CACHE_DIR: .pytest_cache 2025-03-14T03:56:54.8658025Z JOB_IDENTIFIER: trunk_win-vs2022-cpu-py3 2025-03-14T03:56:54.8658326Z REPO: pytorch/pytorch 2025-03-14T03:56:54.8658555Z BUCKET: gha-artifacts 2025-03-14T03:56:54.8658772Z ##[endgroup] 2025-03-14T03:56:58.5024757Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-03-14T03:56:58.5026473Z 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-03-14T03:56:58.5028478Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/020232ec9f841c693e7f56a5150d3823ea38c5f8/default/1.zip 2025-03-14T03:56:58.5030352Z 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\020232ec9f841c693e7f56a5150d3823ea38c5f8\default\1.zip 2025-03-14T03:56:58.5032294Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0344bf8a5aed52f728ca62fc721f619899a7ecc7/default/1.zip 2025-03-14T03:56:58.5034132Z 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\0344bf8a5aed52f728ca62fc721f619899a7ecc7\default\1.zip 2025-03-14T03:56:58.5036670Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/06f8f9a01770a53616c33139b69c33b38d977848/default/1.zip 2025-03-14T03:56:58.5038623Z 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\06f8f9a01770a53616c33139b69c33b38d977848\default\1.zip 2025-03-14T03:56:58.5040465Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a7ccee1e05ad5ebe6aca38670f1348dfead864e/default/1.zip 2025-03-14T03:56:58.5042308Z 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\0a7ccee1e05ad5ebe6aca38670f1348dfead864e\default\1.zip 2025-03-14T03:56:58.5044241Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a948f705bd6b1620dabe64f208cc82dd2bfab67/default/1.zip 2025-03-14T03:56:58.5046075Z 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\0a948f705bd6b1620dabe64f208cc82dd2bfab67\default\1.zip 2025-03-14T03:56:58.5047910Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b0d28accdcabfeb3e60cac536749d86138222f8/default/3.zip 2025-03-14T03:56:58.5049847Z 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\0b0d28accdcabfeb3e60cac536749d86138222f8\default\3.zip 2025-03-14T03:56:58.5051687Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0b52d801d2297ad6c38e631eedfd4dead9360e1b/default/3.zip 2025-03-14T03:56:58.5053666Z 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\0b52d801d2297ad6c38e631eedfd4dead9360e1b\default\3.zip 2025-03-14T03:56:58.5055567Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/16d07988fc864a1f4e285fae6eb9d984b2075029/default/2.zip 2025-03-14T03:56:58.5057400Z 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\16d07988fc864a1f4e285fae6eb9d984b2075029\default\2.zip 2025-03-14T03:56:58.5059310Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/19fd21fe7e38c1b4522b2650903277a8935a06e7/default/3.zip 2025-03-14T03:56:58.5061295Z 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\19fd21fe7e38c1b4522b2650903277a8935a06e7\default\3.zip 2025-03-14T03:56:58.5063138Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2068235c0addeadddb699b62c294dbbd33e24d51/default/1.zip 2025-03-14T03:56:58.5064984Z 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\2068235c0addeadddb699b62c294dbbd33e24d51\default\1.zip 2025-03-14T03:56:58.5066996Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2149f6c6845d00711ffab648132b7377e8cd3edb/default/1.zip 2025-03-14T03:56:58.5068847Z 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\2149f6c6845d00711ffab648132b7377e8cd3edb\default\1.zip 2025-03-14T03:56:58.5070679Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a/default/1.zip 2025-03-14T03:56:58.5072599Z 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\21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a\default\1.zip 2025-03-14T03:56:58.5074441Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/22fae0d948ac14c72b510fafc2283072d744dff9/default/3.zip 2025-03-14T03:56:58.5076286Z 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\22fae0d948ac14c72b510fafc2283072d744dff9\default\3.zip 2025-03-14T03:56:58.5078186Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e/default/3.zip 2025-03-14T03:56:58.5080032Z 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\2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e\default\3.zip 2025-03-14T03:56:58.5081875Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/33a285379af022eb4dbbce0a72e6fe840dc8c480/default/1.zip 2025-03-14T03:56:58.5083839Z 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\33a285379af022eb4dbbce0a72e6fe840dc8c480\default\1.zip 2025-03-14T03:56:58.5085706Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/345f5566282faee9255a047fd3ca409b161065e1/default/1.zip 2025-03-14T03:56:58.5087523Z 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\345f5566282faee9255a047fd3ca409b161065e1\default\1.zip 2025-03-14T03:56:58.5089384Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/352484cc83c5a179fa90dabdc30b4df3a120ef82/default/1.zip 2025-03-14T03:57:00.0473149Z 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\352484cc83c5a179fa90dabdc30b4df3a120ef82\default\1.zip 2025-03-14T03:57:00.0475076Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/359165734b11ae0232f4d0aa919a7b728561b8db/default/1.zip 2025-03-14T03:57:00.0477232Z 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\359165734b11ae0232f4d0aa919a7b728561b8db\default\1.zip 2025-03-14T03:57:00.0479078Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/576ed1e400d069ec2fff6162f82a71ff0bd81f7c/default/2.zip 2025-03-14T03:57:00.0480927Z 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\576ed1e400d069ec2fff6162f82a71ff0bd81f7c\default\2.zip 2025-03-14T03:57:00.0482843Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6119ffc711417e771cb49a21ca1d69756dc72769/default/1.zip 2025-03-14T03:57:00.0484666Z 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\6119ffc711417e771cb49a21ca1d69756dc72769\default\1.zip 2025-03-14T03:57:00.0486500Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67937be673299e736e52ad8ab8a245fb9b19ccd5/default/2.zip 2025-03-14T03:57:00.0488418Z 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\67937be673299e736e52ad8ab8a245fb9b19ccd5\default\2.zip 2025-03-14T03:57:00.0490234Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/67c4c39b4f7cc62b365e808b39614f7c84b8c361/default/1.zip 2025-03-14T03:57:00.0492064Z 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\67c4c39b4f7cc62b365e808b39614f7c84b8c361\default\1.zip 2025-03-14T03:57:00.0494101Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/683178fabc207b52e34611805fd1b80d4e02912f/default/1.zip 2025-03-14T03:57:00.0495916Z 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\683178fabc207b52e34611805fd1b80d4e02912f\default\1.zip 2025-03-14T03:57:00.0497738Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/69c4f6ff13d84e88d80bbe24d0193345f13246f7/default/2.zip 2025-03-14T03:57:00.0499662Z 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\69c4f6ff13d84e88d80bbe24d0193345f13246f7\default\2.zip 2025-03-14T03:57:00.0501565Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/70410f93f26b8b098fedf048a3ed4a7bab66bfec/default/2.zip 2025-03-14T03:57:00.0503393Z 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\70410f93f26b8b098fedf048a3ed4a7bab66bfec\default\2.zip 2025-03-14T03:57:00.0505293Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/754fb834db249b9b90d45a077591d309871c2a76/default/3.zip 2025-03-14T03:57:00.0507772Z 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\754fb834db249b9b90d45a077591d309871c2a76\default\3.zip 2025-03-14T03:57:00.0509632Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2/default/3.zip 2025-03-14T03:57:00.0511579Z 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\7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2\default\3.zip 2025-03-14T03:57:00.0513417Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7c3b2a29ec105dbe85a9fba5af5347b3800cd979/default/1.zip 2025-03-14T03:57:00.0515257Z 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\7c3b2a29ec105dbe85a9fba5af5347b3800cd979\default\1.zip 2025-03-14T03:57:00.0517174Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/7fcbaff206d1626353b414f433110de2dc9d3f48/default/2.zip 2025-03-14T03:57:00.0519000Z 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\7fcbaff206d1626353b414f433110de2dc9d3f48\default\2.zip 2025-03-14T03:57:00.0520822Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80f146dedfb2f4e0a8b8f0b311be1b18bb53051c/default/2.zip 2025-03-14T03:57:00.0522747Z 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\80f146dedfb2f4e0a8b8f0b311be1b18bb53051c\default\2.zip 2025-03-14T03:57:00.0524688Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/81dccd706b3d3c9cd554a57a4cd9b6f283d8e661/default/3.zip 2025-03-14T03:57:00.0526520Z 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\81dccd706b3d3c9cd554a57a4cd9b6f283d8e661\default\3.zip 2025-03-14T03:57:00.0528428Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8531d247ba411993f9a10686d70514f6945f9960/default/3.zip 2025-03-14T03:57:00.0530240Z 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\8531d247ba411993f9a10686d70514f6945f9960\default\3.zip 2025-03-14T03:57:00.0532053Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/858bc0cea50614d1e190e6991d974ddb0f53fc88/default/1.zip 2025-03-14T03:57:00.0533967Z 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\858bc0cea50614d1e190e6991d974ddb0f53fc88\default\1.zip 2025-03-14T03:57:00.0535782Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/883fb78c7eb31933c688171788a8ab2feeb3594f/default/1.zip 2025-03-14T03:57:01.6107074Z 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\883fb78c7eb31933c688171788a8ab2feeb3594f\default\1.zip 2025-03-14T03:57:01.6109193Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/88d0bb0fee44f029e2bac810289fbfee8279055e/default/2.zip 2025-03-14T03:57:01.6111050Z 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\88d0bb0fee44f029e2bac810289fbfee8279055e\default\2.zip 2025-03-14T03:57:01.6112897Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/89b9c12de8faa209c63f59eaf44ec4a6c717506f/default/3.zip 2025-03-14T03:57:01.6114734Z 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\89b9c12de8faa209c63f59eaf44ec4a6c717506f\default\3.zip 2025-03-14T03:57:01.6116570Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5/default/1.zip 2025-03-14T03:57:01.6118411Z 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\8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5\default\1.zip 2025-03-14T03:57:01.6120230Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e004865dd5bb00196632f7f76f872cba52224ad/default/1.zip 2025-03-14T03:57:01.6122058Z 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\8e004865dd5bb00196632f7f76f872cba52224ad\default\1.zip 2025-03-14T03:57:01.6124188Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8eb400ef66f38d61e4d0404981f5477286cc4863/default/3.zip 2025-03-14T03:57:01.6126025Z 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\8eb400ef66f38d61e4d0404981f5477286cc4863\default\3.zip 2025-03-14T03:57:01.6127856Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8f20026bcb55f8ed85d8e045016985eee9041b22/default/1.zip 2025-03-14T03:57:01.6129691Z 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\8f20026bcb55f8ed85d8e045016985eee9041b22\default\1.zip 2025-03-14T03:57:01.6131516Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/900a7747813ee5365cb71f207c80bee740222cd4/default/3.zip 2025-03-14T03:57:01.6133333Z 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\900a7747813ee5365cb71f207c80bee740222cd4\default\3.zip 2025-03-14T03:57:01.6135157Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/940b60db974f08a31c746eec2f9c399fc8a861ee/default/1.zip 2025-03-14T03:57:01.6137345Z 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\940b60db974f08a31c746eec2f9c399fc8a861ee\default\1.zip 2025-03-14T03:57:01.6139191Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/9605c5063b28a8e986990031d58e9809a76d597d/default/3.zip 2025-03-14T03:57:01.6141010Z 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\9605c5063b28a8e986990031d58e9809a76d597d\default\3.zip 2025-03-14T03:57:01.6142916Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/96acb566260ffe3d1565a8bd82b452379063b453/default/3.zip 2025-03-14T03:57:01.6144761Z 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\96acb566260ffe3d1565a8bd82b452379063b453\default\3.zip 2025-03-14T03:57:01.6146576Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98bf2f1170f500308b29f54ee69d62a53447b649/default/1.zip 2025-03-14T03:57:01.6148406Z 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\98bf2f1170f500308b29f54ee69d62a53447b649\default\1.zip 2025-03-14T03:57:01.6150223Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/2.zip 2025-03-14T03:57:01.6152047Z 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\995f607c743d27a4109451e68782fecedebeb934\default\2.zip 2025-03-14T03:57:01.6154767Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/995f607c743d27a4109451e68782fecedebeb934/default/3.zip 2025-03-14T03:57:01.6156603Z 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\995f607c743d27a4109451e68782fecedebeb934\default\3.zip 2025-03-14T03:57:01.6158430Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a71d8b724601a1c5263e2d9a34186aae32898356/default/3.zip 2025-03-14T03:57:01.6160257Z 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\a71d8b724601a1c5263e2d9a34186aae32898356\default\3.zip 2025-03-14T03:57:01.6162073Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a9598337b7d18561fc5c2c0e13976728955dac61/default/2.zip 2025-03-14T03:57:01.6163886Z 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\a9598337b7d18561fc5c2c0e13976728955dac61\default\2.zip 2025-03-14T03:57:01.6165948Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac0f206f3cbfb1281c90d126531a08fd98cfb97e/default/1.zip 2025-03-14T03:57:01.6167789Z 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\ac0f206f3cbfb1281c90d126531a08fd98cfb97e\default\1.zip 2025-03-14T03:57:01.6169628Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ac99fc7e5753d2c37c61f5517f9d4a3631bd2034/default/3.zip 2025-03-14T03:57:02.8103270Z 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\ac99fc7e5753d2c37c61f5517f9d4a3631bd2034\default\3.zip 2025-03-14T03:57:02.8105321Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ad9a10aff058e71daf78a75e1edecc21a887168a/default/1.zip 2025-03-14T03:57:02.8107201Z 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\ad9a10aff058e71daf78a75e1edecc21a887168a\default\1.zip 2025-03-14T03:57:02.8109056Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/aeabbffe15376abe2d5ffc58deb211986c42d222/default/1.zip 2025-03-14T03:57:02.8110913Z 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\aeabbffe15376abe2d5ffc58deb211986c42d222\default\1.zip 2025-03-14T03:57:02.8112757Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b7832f03392d2eb74443923eccf709b75e69bce4/default/1.zip 2025-03-14T03:57:02.8114785Z 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\b7832f03392d2eb74443923eccf709b75e69bce4\default\1.zip 2025-03-14T03:57:02.8116618Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b9b1fd9b93042a2464d0700dd219a9f8b7d18e32/default/2.zip 2025-03-14T03:57:02.8118449Z 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\b9b1fd9b93042a2464d0700dd219a9f8b7d18e32\default\2.zip 2025-03-14T03:57:02.8120279Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c159723c39044423390933e48215bbb7f30a57d3/default/3.zip 2025-03-14T03:57:02.8122095Z 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\c159723c39044423390933e48215bbb7f30a57d3\default\3.zip 2025-03-14T03:57:02.8123896Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/1.zip 2025-03-14T03:57:02.8125744Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\1.zip 2025-03-14T03:57:02.8128174Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cde12207a083f85a3b50dfc059dc1a5f86efec54/default/2.zip 2025-03-14T03:57:02.8130046Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\2.zip 2025-03-14T03:57:02.8131879Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d068141c3b26de783b8ce3dcaf4f3f57c1318a51/default/1.zip 2025-03-14T03:57:02.8133716Z 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\d068141c3b26de783b8ce3dcaf4f3f57c1318a51\default\1.zip 2025-03-14T03:57:02.8135569Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d1997b610f5b974af7ebad6b9903d2d8f751d927/default/1.zip 2025-03-14T03:57:02.8137412Z 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\d1997b610f5b974af7ebad6b9903d2d8f751d927\default\1.zip 2025-03-14T03:57:02.8139248Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d54cab78e191088d132e98de3d0754ace638dbec/default/3.zip 2025-03-14T03:57:02.8141090Z 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\d54cab78e191088d132e98de3d0754ace638dbec\default\3.zip 2025-03-14T03:57:02.8143012Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da2688f6242cce6e07d5ba8eecd9609e4a4b2c34/default/2.zip 2025-03-14T03:57:02.8144959Z 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\da2688f6242cce6e07d5ba8eecd9609e4a4b2c34\default\2.zip 2025-03-14T03:57:02.8146887Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/1.zip 2025-03-14T03:57:02.8148722Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\1.zip 2025-03-14T03:57:02.8150552Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/de964b9f8bb846754f560660e066f0378f99cee9/default/2.zip 2025-03-14T03:57:02.8152391Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\2.zip 2025-03-14T03:57:02.8154211Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df60500ab8b60c9c8244b14382837c12112474a0/default/1.zip 2025-03-14T03:57:02.8156115Z 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\df60500ab8b60c9c8244b14382837c12112474a0\default\1.zip 2025-03-14T03:57:02.8157939Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/df776d64f7bdf3a3c3548a2d1347597ce6881bbe/default/1.zip 2025-03-14T03:57:02.8159760Z 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\df776d64f7bdf3a3c3548a2d1347597ce6881bbe\default\1.zip 2025-03-14T03:57:02.8161585Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2/default/3.zip 2025-03-14T03:57:02.8163426Z 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\e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2\default\3.zip 2025-03-14T03:57:02.8165259Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e0f0db010504f3ef4b65d3bff77acf2c57d541f9/default/2.zip 2025-03-14T03:57:03.3435612Z 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\e0f0db010504f3ef4b65d3bff77acf2c57d541f9\default\2.zip 2025-03-14T03:57:03.3437547Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e2479d780978d10549634c64507ed041b1359c65/default/1.zip 2025-03-14T03:57:03.3439402Z 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\e2479d780978d10549634c64507ed041b1359c65\default\1.zip 2025-03-14T03:57:03.3441529Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e3e45d90d8578083da8b51a3b1d911e9a4523e5b/default/3.zip 2025-03-14T03:57:03.3443368Z 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\e3e45d90d8578083da8b51a3b1d911e9a4523e5b\default\3.zip 2025-03-14T03:57:03.3445199Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ec2805ada81b9632e215b8ba09b286aad7c62624/default/3.zip 2025-03-14T03:57:03.3447127Z 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\ec2805ada81b9632e215b8ba09b286aad7c62624\default\3.zip 2025-03-14T03:57:03.3448974Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ef6b16ea9d200cba87c8730c99264d6d477ab0ec/default/1.zip 2025-03-14T03:57:03.3450807Z 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\ef6b16ea9d200cba87c8730c99264d6d477ab0ec\default\1.zip 2025-03-14T03:57:03.3452704Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f1cce0951b15b86d79ba0edbe81792eaa8d1e548/default/3.zip 2025-03-14T03:57:03.3454717Z 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\f1cce0951b15b86d79ba0edbe81792eaa8d1e548\default\3.zip 2025-03-14T03:57:03.3456566Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f2f25a5444b8daaf24c913179b4d90844a12d2d6/default/2.zip 2025-03-14T03:57:03.3458447Z 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\f2f25a5444b8daaf24c913179b4d90844a12d2d6\default\2.zip 2025-03-14T03:57:03.3460300Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f339e41a38259349896ab72462673635301b6a78/default/3.zip 2025-03-14T03:57:03.3462203Z 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\f339e41a38259349896ab72462673635301b6a78\default\3.zip 2025-03-14T03:57:03.3464084Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f80aad62fae718da1120be955aa7655e4d67ad10/default/1.zip 2025-03-14T03:57:03.3465972Z 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\f80aad62fae718da1120be955aa7655e4d67ad10\default\1.zip 2025-03-14T03:57:03.3467811Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fb55bac3de7f0afb45969ad8adbc340de48747ac/default/1.zip 2025-03-14T03:57:03.3469657Z 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\fb55bac3de7f0afb45969ad8adbc340de48747ac\default\1.zip 2025-03-14T03:57:03.3471678Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/fdee60769ac0d4668334b018f32c48a44141bed5/default/3.zip 2025-03-14T03:57:03.3473513Z 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\fdee60769ac0d4668334b018f32c48a44141bed5\default\3.zip 2025-03-14T03:57:03.3475333Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ffa19b90245ba019175fb45731911b4d8ed6aee5/default/3.zip 2025-03-14T03:57:03.3477256Z 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\ffa19b90245ba019175fb45731911b4d8ed6aee5\default\3.zip 2025-03-14T03:57:03.3479487Z 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\020232ec9f841c693e7f56a5150d3823ea38c5f8\default\1.zip 2025-03-14T03:57:03.3480963Z to C:\actions-runner\_work\_temp\unzipped-caches\86fd8662cf9716d4754f32476852e904\.pytest_cache 2025-03-14T03:57:03.3482540Z 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\020232ec9f841c693e7f56a5150d3823ea38c5f8\default\1.zip 2025-03-14T03:57:03.3484913Z 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\0344bf8a5aed52f728ca62fc721f619899a7ecc7\default\1.zip 2025-03-14T03:57:03.3486386Z to C:\actions-runner\_work\_temp\unzipped-caches\9145eb19631524ba907723641f636292\.pytest_cache 2025-03-14T03:57:03.3487993Z 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\0344bf8a5aed52f728ca62fc721f619899a7ecc7\default\1.zip 2025-03-14T03:57:03.3490284Z 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\06f8f9a01770a53616c33139b69c33b38d977848\default\1.zip 2025-03-14T03:57:03.3491758Z to C:\actions-runner\_work\_temp\unzipped-caches\36e0c2e2fe96ea9d6d2bf83ff9e76a1c\.pytest_cache 2025-03-14T03:57:03.3493307Z 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\06f8f9a01770a53616c33139b69c33b38d977848\default\1.zip 2025-03-14T03:57:03.3495654Z 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\0a7ccee1e05ad5ebe6aca38670f1348dfead864e\default\1.zip 2025-03-14T03:57:03.3497149Z to C:\actions-runner\_work\_temp\unzipped-caches\21a3a9fc1f19b3f95e734d972873a35c\.pytest_cache 2025-03-14T03:57:03.3498681Z 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\0a7ccee1e05ad5ebe6aca38670f1348dfead864e\default\1.zip 2025-03-14T03:57:03.8660890Z 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\0a948f705bd6b1620dabe64f208cc82dd2bfab67\default\1.zip 2025-03-14T03:57:03.8662649Z to C:\actions-runner\_work\_temp\unzipped-caches\9f681ab3478eb4872fd3554ccd5d771a\.pytest_cache 2025-03-14T03:57:03.8664314Z 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\0a948f705bd6b1620dabe64f208cc82dd2bfab67\default\1.zip 2025-03-14T03:57:03.8666655Z 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\0b0d28accdcabfeb3e60cac536749d86138222f8\default\3.zip 2025-03-14T03:57:03.8668162Z to C:\actions-runner\_work\_temp\unzipped-caches\54701d1553aca4c4bf0e642b4b9b8499\.pytest_cache 2025-03-14T03:57:03.8669689Z 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\0b0d28accdcabfeb3e60cac536749d86138222f8\default\3.zip 2025-03-14T03:57:03.8672177Z 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\0b52d801d2297ad6c38e631eedfd4dead9360e1b\default\3.zip 2025-03-14T03:57:03.8673671Z to C:\actions-runner\_work\_temp\unzipped-caches\ea34caaa6e01c3ec85429aeb2bd7f69a\.pytest_cache 2025-03-14T03:57:03.8675201Z 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\0b52d801d2297ad6c38e631eedfd4dead9360e1b\default\3.zip 2025-03-14T03:57:03.8677598Z 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\16d07988fc864a1f4e285fae6eb9d984b2075029\default\2.zip 2025-03-14T03:57:03.8679156Z to C:\actions-runner\_work\_temp\unzipped-caches\732048b1f7ee5c43f37c762408993534\.pytest_cache 2025-03-14T03:57:03.8680667Z 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\16d07988fc864a1f4e285fae6eb9d984b2075029\default\2.zip 2025-03-14T03:57:03.8682957Z 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\19fd21fe7e38c1b4522b2650903277a8935a06e7\default\3.zip 2025-03-14T03:57:03.8684428Z to C:\actions-runner\_work\_temp\unzipped-caches\00d25a05b03e764c27cd352b52c9aba4\.pytest_cache 2025-03-14T03:57:03.8685928Z 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\19fd21fe7e38c1b4522b2650903277a8935a06e7\default\3.zip 2025-03-14T03:57:03.8688361Z 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\2068235c0addeadddb699b62c294dbbd33e24d51\default\1.zip 2025-03-14T03:57:03.8689847Z to C:\actions-runner\_work\_temp\unzipped-caches\ba85e935f9447ca5e192ce669fdd73a1\.pytest_cache 2025-03-14T03:57:03.8691360Z 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\2068235c0addeadddb699b62c294dbbd33e24d51\default\1.zip 2025-03-14T03:57:03.8693656Z 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\2149f6c6845d00711ffab648132b7377e8cd3edb\default\1.zip 2025-03-14T03:57:03.8695142Z to C:\actions-runner\_work\_temp\unzipped-caches\19a89dcdb4aa70bb9396da50fe4e345c\.pytest_cache 2025-03-14T03:57:03.8696651Z 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\2149f6c6845d00711ffab648132b7377e8cd3edb\default\1.zip 2025-03-14T03:57:03.8698958Z 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\21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a\default\1.zip 2025-03-14T03:57:03.8700529Z to C:\actions-runner\_work\_temp\unzipped-caches\7be8965d962c4819047cfbceb9b2e349\.pytest_cache 2025-03-14T03:57:03.8702126Z 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\21bd5fe2030ba11bed09c65c0934a9ffd3b2b75a\default\1.zip 2025-03-14T03:57:03.8704445Z 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\22fae0d948ac14c72b510fafc2283072d744dff9\default\3.zip 2025-03-14T03:57:03.8705925Z to C:\actions-runner\_work\_temp\unzipped-caches\11eeb3864b680b63d1534eb9b2c7086c\.pytest_cache 2025-03-14T03:57:03.8707449Z 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\22fae0d948ac14c72b510fafc2283072d744dff9\default\3.zip 2025-03-14T03:57:03.8709756Z 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\2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e\default\3.zip 2025-03-14T03:57:03.8711245Z to C:\actions-runner\_work\_temp\unzipped-caches\269839c31940851434262add462ae2e1\.pytest_cache 2025-03-14T03:57:03.8712756Z 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\2ff3fdfdaea77bbf8361b0269cd0ce998b866b2e\default\3.zip 2025-03-14T03:57:03.8715066Z 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\33a285379af022eb4dbbce0a72e6fe840dc8c480\default\1.zip 2025-03-14T03:57:03.8716636Z to C:\actions-runner\_work\_temp\unzipped-caches\e2c610793775a335b8a65a3ddae28915\.pytest_cache 2025-03-14T03:57:03.8718136Z 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\33a285379af022eb4dbbce0a72e6fe840dc8c480\default\1.zip 2025-03-14T03:57:03.8720438Z 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\345f5566282faee9255a047fd3ca409b161065e1\default\1.zip 2025-03-14T03:57:03.8721928Z to C:\actions-runner\_work\_temp\unzipped-caches\ef481bb3260a593f7f74d27a4f4aa3ab\.pytest_cache 2025-03-14T03:57:04.3129691Z 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\345f5566282faee9255a047fd3ca409b161065e1\default\1.zip 2025-03-14T03:57:04.3132056Z 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\352484cc83c5a179fa90dabdc30b4df3a120ef82\default\1.zip 2025-03-14T03:57:04.3133555Z to C:\actions-runner\_work\_temp\unzipped-caches\7fb2ac303767f3ae3982db15f261a79e\.pytest_cache 2025-03-14T03:57:04.3135288Z 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\352484cc83c5a179fa90dabdc30b4df3a120ef82\default\1.zip 2025-03-14T03:57:04.3137719Z 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\359165734b11ae0232f4d0aa919a7b728561b8db\default\1.zip 2025-03-14T03:57:04.3139248Z to C:\actions-runner\_work\_temp\unzipped-caches\f3ceb0202fdef00a25a6298b135a3b77\.pytest_cache 2025-03-14T03:57:04.3140763Z 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\359165734b11ae0232f4d0aa919a7b728561b8db\default\1.zip 2025-03-14T03:57:04.3143117Z 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\576ed1e400d069ec2fff6162f82a71ff0bd81f7c\default\2.zip 2025-03-14T03:57:04.3144604Z to C:\actions-runner\_work\_temp\unzipped-caches\65801f17487df89e964b0aefc8ac06a8\.pytest_cache 2025-03-14T03:57:04.3146115Z 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\576ed1e400d069ec2fff6162f82a71ff0bd81f7c\default\2.zip 2025-03-14T03:57:04.3148423Z 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\6119ffc711417e771cb49a21ca1d69756dc72769\default\1.zip 2025-03-14T03:57:04.3149897Z to C:\actions-runner\_work\_temp\unzipped-caches\93ae8450544452af3f851cba4933234e\.pytest_cache 2025-03-14T03:57:04.3151554Z 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\6119ffc711417e771cb49a21ca1d69756dc72769\default\1.zip 2025-03-14T03:57:04.3153977Z 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\67937be673299e736e52ad8ab8a245fb9b19ccd5\default\2.zip 2025-03-14T03:57:04.3155453Z to C:\actions-runner\_work\_temp\unzipped-caches\165603c7a3fdb29b6ef1768adc7a7e6e\.pytest_cache 2025-03-14T03:57:04.3156974Z 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\67937be673299e736e52ad8ab8a245fb9b19ccd5\default\2.zip 2025-03-14T03:57:04.3159275Z 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\67c4c39b4f7cc62b365e808b39614f7c84b8c361\default\1.zip 2025-03-14T03:57:04.3160760Z to C:\actions-runner\_work\_temp\unzipped-caches\53b02d78e417729bdbe993169d24e704\.pytest_cache 2025-03-14T03:57:04.3162269Z 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\67c4c39b4f7cc62b365e808b39614f7c84b8c361\default\1.zip 2025-03-14T03:57:04.3164655Z 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\683178fabc207b52e34611805fd1b80d4e02912f\default\1.zip 2025-03-14T03:57:04.3166139Z to C:\actions-runner\_work\_temp\unzipped-caches\2b2c101086d489a0df2d915a87c60ea0\.pytest_cache 2025-03-14T03:57:04.3167655Z 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\683178fabc207b52e34611805fd1b80d4e02912f\default\1.zip 2025-03-14T03:57:04.3169957Z 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\69c4f6ff13d84e88d80bbe24d0193345f13246f7\default\2.zip 2025-03-14T03:57:04.3171442Z to C:\actions-runner\_work\_temp\unzipped-caches\737f8a144f82ab1802fc4b38f772b8bf\.pytest_cache 2025-03-14T03:57:04.3172949Z 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\69c4f6ff13d84e88d80bbe24d0193345f13246f7\default\2.zip 2025-03-14T03:57:04.3175245Z 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\70410f93f26b8b098fedf048a3ed4a7bab66bfec\default\2.zip 2025-03-14T03:57:04.3176722Z to C:\actions-runner\_work\_temp\unzipped-caches\542259efdce3a225153e67db5be872c0\.pytest_cache 2025-03-14T03:57:04.3178232Z 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\70410f93f26b8b098fedf048a3ed4a7bab66bfec\default\2.zip 2025-03-14T03:57:04.3180648Z 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\754fb834db249b9b90d45a077591d309871c2a76\default\3.zip 2025-03-14T03:57:04.3182231Z to C:\actions-runner\_work\_temp\unzipped-caches\9ae1057f6d08ecf321f3d09c12c28727\.pytest_cache 2025-03-14T03:57:04.3183756Z 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\754fb834db249b9b90d45a077591d309871c2a76\default\3.zip 2025-03-14T03:57:04.3186194Z 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\7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2\default\3.zip 2025-03-14T03:57:04.3187694Z to C:\actions-runner\_work\_temp\unzipped-caches\63c900fb726fc5ffb4bf4191c6554136\.pytest_cache 2025-03-14T03:57:04.3189208Z 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\7ab6749ec7db32e0b3cdfd19db087f15dd0bebe2\default\3.zip 2025-03-14T03:57:04.9009818Z 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\7c3b2a29ec105dbe85a9fba5af5347b3800cd979\default\1.zip 2025-03-14T03:57:04.9011456Z to C:\actions-runner\_work\_temp\unzipped-caches\1fd4f69c50b3417041df7d22d9ec94aa\.pytest_cache 2025-03-14T03:57:04.9012989Z 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\7c3b2a29ec105dbe85a9fba5af5347b3800cd979\default\1.zip 2025-03-14T03:57:04.9015291Z 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\7fcbaff206d1626353b414f433110de2dc9d3f48\default\2.zip 2025-03-14T03:57:04.9016781Z to C:\actions-runner\_work\_temp\unzipped-caches\ddd6dd01b9e94d89e07bb1a66f5343c6\.pytest_cache 2025-03-14T03:57:04.9018406Z 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\7fcbaff206d1626353b414f433110de2dc9d3f48\default\2.zip 2025-03-14T03:57:04.9020728Z 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\80f146dedfb2f4e0a8b8f0b311be1b18bb53051c\default\2.zip 2025-03-14T03:57:04.9022307Z to C:\actions-runner\_work\_temp\unzipped-caches\20be60d8c5b765eb05469df5fe345f96\.pytest_cache 2025-03-14T03:57:04.9023841Z 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\80f146dedfb2f4e0a8b8f0b311be1b18bb53051c\default\2.zip 2025-03-14T03:57:04.9026297Z 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\81dccd706b3d3c9cd554a57a4cd9b6f283d8e661\default\3.zip 2025-03-14T03:57:04.9027785Z to C:\actions-runner\_work\_temp\unzipped-caches\48c6a326b82ab890afbb181dd7c31d2e\.pytest_cache 2025-03-14T03:57:04.9029299Z 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\81dccd706b3d3c9cd554a57a4cd9b6f283d8e661\default\3.zip 2025-03-14T03:57:04.9031604Z 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\8531d247ba411993f9a10686d70514f6945f9960\default\3.zip 2025-03-14T03:57:04.9033086Z to C:\actions-runner\_work\_temp\unzipped-caches\3cc50906bfe958e45ba00388bd582b60\.pytest_cache 2025-03-14T03:57:04.9034610Z 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\8531d247ba411993f9a10686d70514f6945f9960\default\3.zip 2025-03-14T03:57:04.9036903Z 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\858bc0cea50614d1e190e6991d974ddb0f53fc88\default\1.zip 2025-03-14T03:57:04.9038464Z to C:\actions-runner\_work\_temp\unzipped-caches\637b6bdd4d3a403151f9cd93e06a605b\.pytest_cache 2025-03-14T03:57:04.9039980Z 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\858bc0cea50614d1e190e6991d974ddb0f53fc88\default\1.zip 2025-03-14T03:57:04.9042277Z 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\883fb78c7eb31933c688171788a8ab2feeb3594f\default\1.zip 2025-03-14T03:57:04.9043761Z to C:\actions-runner\_work\_temp\unzipped-caches\b1b34a902b6fa6557ef2e4c8c0c9550e\.pytest_cache 2025-03-14T03:57:04.9045283Z 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\883fb78c7eb31933c688171788a8ab2feeb3594f\default\1.zip 2025-03-14T03:57:04.9047580Z 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\88d0bb0fee44f029e2bac810289fbfee8279055e\default\2.zip 2025-03-14T03:57:04.9049054Z to C:\actions-runner\_work\_temp\unzipped-caches\4a9648447ae93ee9b5c2e6d147b7079a\.pytest_cache 2025-03-14T03:57:04.9050559Z 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\88d0bb0fee44f029e2bac810289fbfee8279055e\default\2.zip 2025-03-14T03:57:04.9052861Z 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\89b9c12de8faa209c63f59eaf44ec4a6c717506f\default\3.zip 2025-03-14T03:57:04.9054427Z to C:\actions-runner\_work\_temp\unzipped-caches\c26f89c8a79c049b152176d18dc7d7b9\.pytest_cache 2025-03-14T03:57:04.9055938Z 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\89b9c12de8faa209c63f59eaf44ec4a6c717506f\default\3.zip 2025-03-14T03:57:04.9058229Z 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\8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5\default\1.zip 2025-03-14T03:57:04.9059814Z to C:\actions-runner\_work\_temp\unzipped-caches\160230b3699f08240a8504e98d6dd06c\.pytest_cache 2025-03-14T03:57:04.9061396Z 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\8d94eb1e3bfa442ee60295ffd6b82465dc3a82c5\default\1.zip 2025-03-14T03:57:04.9063693Z 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\8e004865dd5bb00196632f7f76f872cba52224ad\default\1.zip 2025-03-14T03:57:04.9065167Z to C:\actions-runner\_work\_temp\unzipped-caches\fa6d1e817ce617b0b7f66cb1445eb116\.pytest_cache 2025-03-14T03:57:04.9066761Z 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\8e004865dd5bb00196632f7f76f872cba52224ad\default\1.zip 2025-03-14T03:57:04.9069056Z 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\8eb400ef66f38d61e4d0404981f5477286cc4863\default\3.zip 2025-03-14T03:57:04.9070525Z to C:\actions-runner\_work\_temp\unzipped-caches\18ea17bd2e47b4352e796d2f3d356bc8\.pytest_cache 2025-03-14T03:57:05.2469254Z 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\8eb400ef66f38d61e4d0404981f5477286cc4863\default\3.zip 2025-03-14T03:57:05.2471726Z 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\8f20026bcb55f8ed85d8e045016985eee9041b22\default\1.zip 2025-03-14T03:57:05.2473235Z to C:\actions-runner\_work\_temp\unzipped-caches\23ac975ee6e4a690cd3ef380b2d4c4dc\.pytest_cache 2025-03-14T03:57:05.2474859Z 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\8f20026bcb55f8ed85d8e045016985eee9041b22\default\1.zip 2025-03-14T03:57:05.2477324Z 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\900a7747813ee5365cb71f207c80bee740222cd4\default\3.zip 2025-03-14T03:57:05.2478860Z to C:\actions-runner\_work\_temp\unzipped-caches\e0905a1188b8ae9d9a75f7646cc8b8b3\.pytest_cache 2025-03-14T03:57:05.2480586Z 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\900a7747813ee5365cb71f207c80bee740222cd4\default\3.zip 2025-03-14T03:57:05.2482961Z 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\940b60db974f08a31c746eec2f9c399fc8a861ee\default\1.zip 2025-03-14T03:57:05.2484526Z to C:\actions-runner\_work\_temp\unzipped-caches\82fd48b806d81465c537beb4b41a4b89\.pytest_cache 2025-03-14T03:57:05.2486098Z 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\940b60db974f08a31c746eec2f9c399fc8a861ee\default\1.zip 2025-03-14T03:57:05.2488386Z 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\9605c5063b28a8e986990031d58e9809a76d597d\default\3.zip 2025-03-14T03:57:05.2489942Z to C:\actions-runner\_work\_temp\unzipped-caches\feef86fa9e42a712f7be9513804066b7\.pytest_cache 2025-03-14T03:57:05.2491451Z 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\9605c5063b28a8e986990031d58e9809a76d597d\default\3.zip 2025-03-14T03:57:05.2493864Z 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\96acb566260ffe3d1565a8bd82b452379063b453\default\3.zip 2025-03-14T03:57:05.2495514Z to C:\actions-runner\_work\_temp\unzipped-caches\31184e3590ef6c39dde0bdd395dc3694\.pytest_cache 2025-03-14T03:57:05.2497048Z 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\96acb566260ffe3d1565a8bd82b452379063b453\default\3.zip 2025-03-14T03:57:05.2499339Z 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\98bf2f1170f500308b29f54ee69d62a53447b649\default\1.zip 2025-03-14T03:57:05.2500979Z to C:\actions-runner\_work\_temp\unzipped-caches\56609ad20ca99c01d129abb67069b7bb\.pytest_cache 2025-03-14T03:57:05.2502623Z 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\98bf2f1170f500308b29f54ee69d62a53447b649\default\1.zip 2025-03-14T03:57:05.2505001Z 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\995f607c743d27a4109451e68782fecedebeb934\default\2.zip 2025-03-14T03:57:05.2506529Z to C:\actions-runner\_work\_temp\unzipped-caches\58450112465b393793b0fe0af8ff3b45\.pytest_cache 2025-03-14T03:57:05.2508088Z 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\995f607c743d27a4109451e68782fecedebeb934\default\2.zip 2025-03-14T03:57:05.2510483Z 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\995f607c743d27a4109451e68782fecedebeb934\default\3.zip 2025-03-14T03:57:05.2511995Z to C:\actions-runner\_work\_temp\unzipped-caches\91fc2f3f0f84af653e15d33242664d69\.pytest_cache 2025-03-14T03:57:05.2513541Z 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\995f607c743d27a4109451e68782fecedebeb934\default\3.zip 2025-03-14T03:57:05.2515946Z 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\a71d8b724601a1c5263e2d9a34186aae32898356\default\3.zip 2025-03-14T03:57:05.2517456Z to C:\actions-runner\_work\_temp\unzipped-caches\20190e00fc46b9c9113da99fbb82cd4c\.pytest_cache 2025-03-14T03:57:05.2519123Z 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\a71d8b724601a1c5263e2d9a34186aae32898356\default\3.zip 2025-03-14T03:57:05.2521554Z 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\a9598337b7d18561fc5c2c0e13976728955dac61\default\2.zip 2025-03-14T03:57:05.2523018Z to C:\actions-runner\_work\_temp\unzipped-caches\c71b210504b9c58960e46ba1c008a95d\.pytest_cache 2025-03-14T03:57:05.2524620Z 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\a9598337b7d18561fc5c2c0e13976728955dac61\default\2.zip 2025-03-14T03:57:05.2526918Z 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\ac0f206f3cbfb1281c90d126531a08fd98cfb97e\default\1.zip 2025-03-14T03:57:05.2528390Z to C:\actions-runner\_work\_temp\unzipped-caches\b1859c509340096cddd2d06d6369525a\.pytest_cache 2025-03-14T03:57:05.2529988Z 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\ac0f206f3cbfb1281c90d126531a08fd98cfb97e\default\1.zip 2025-03-14T03:57:05.5481762Z 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\ac99fc7e5753d2c37c61f5517f9d4a3631bd2034\default\3.zip 2025-03-14T03:57:05.5483319Z to C:\actions-runner\_work\_temp\unzipped-caches\c959c3d431267df897525ca0380d9e99\.pytest_cache 2025-03-14T03:57:05.5484869Z 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\ac99fc7e5753d2c37c61f5517f9d4a3631bd2034\default\3.zip 2025-03-14T03:57:05.5487400Z 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\ad9a10aff058e71daf78a75e1edecc21a887168a\default\1.zip 2025-03-14T03:57:05.5488895Z to C:\actions-runner\_work\_temp\unzipped-caches\6c2c58d15241b93c70c4460fdd07e2c1\.pytest_cache 2025-03-14T03:57:05.5490427Z 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\ad9a10aff058e71daf78a75e1edecc21a887168a\default\1.zip 2025-03-14T03:57:05.5492749Z 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\aeabbffe15376abe2d5ffc58deb211986c42d222\default\1.zip 2025-03-14T03:57:05.5494250Z to C:\actions-runner\_work\_temp\unzipped-caches\7a663a0b001d134e6da10fa4bc60d35d\.pytest_cache 2025-03-14T03:57:05.5495780Z 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\aeabbffe15376abe2d5ffc58deb211986c42d222\default\1.zip 2025-03-14T03:57:05.5498080Z 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\b7832f03392d2eb74443923eccf709b75e69bce4\default\1.zip 2025-03-14T03:57:05.5499678Z to C:\actions-runner\_work\_temp\unzipped-caches\702e7161d4bdd14c167b83595f16cea8\.pytest_cache 2025-03-14T03:57:05.5501208Z 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\b7832f03392d2eb74443923eccf709b75e69bce4\default\1.zip 2025-03-14T03:57:05.5503588Z 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\b9b1fd9b93042a2464d0700dd219a9f8b7d18e32\default\2.zip 2025-03-14T03:57:05.5505081Z to C:\actions-runner\_work\_temp\unzipped-caches\6d81bdc0487a48a16f94d6509569eb2e\.pytest_cache 2025-03-14T03:57:05.5506601Z 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\b9b1fd9b93042a2464d0700dd219a9f8b7d18e32\default\2.zip 2025-03-14T03:57:05.5508894Z 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\c159723c39044423390933e48215bbb7f30a57d3\default\3.zip 2025-03-14T03:57:05.5510368Z to C:\actions-runner\_work\_temp\unzipped-caches\af123b7568b2adb532983cb6ff02d5b4\.pytest_cache 2025-03-14T03:57:05.5511868Z 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\c159723c39044423390933e48215bbb7f30a57d3\default\3.zip 2025-03-14T03:57:05.5514162Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\1.zip 2025-03-14T03:57:05.5515753Z to C:\actions-runner\_work\_temp\unzipped-caches\08cf5b5e9b6ceffe48acd66dfc4642d4\.pytest_cache 2025-03-14T03:57:05.5517269Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\1.zip 2025-03-14T03:57:05.5519578Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\2.zip 2025-03-14T03:57:05.5521058Z to C:\actions-runner\_work\_temp\unzipped-caches\54a279c6975ad5e6ad0b1223954ea8ae\.pytest_cache 2025-03-14T03:57:05.5522664Z 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\cde12207a083f85a3b50dfc059dc1a5f86efec54\default\2.zip 2025-03-14T03:57:05.5524987Z 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\d068141c3b26de783b8ce3dcaf4f3f57c1318a51\default\1.zip 2025-03-14T03:57:05.5526475Z to C:\actions-runner\_work\_temp\unzipped-caches\bed03127d9d5c868ee1cb76d7bc5fa3d\.pytest_cache 2025-03-14T03:57:05.5528098Z 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\d068141c3b26de783b8ce3dcaf4f3f57c1318a51\default\1.zip 2025-03-14T03:57:05.5530397Z 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\d1997b610f5b974af7ebad6b9903d2d8f751d927\default\1.zip 2025-03-14T03:57:05.5531895Z to C:\actions-runner\_work\_temp\unzipped-caches\b366bda8e4a0fcb194c47bf3f981b00a\.pytest_cache 2025-03-14T03:57:05.5533409Z 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\d1997b610f5b974af7ebad6b9903d2d8f751d927\default\1.zip 2025-03-14T03:57:05.5535717Z 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\d54cab78e191088d132e98de3d0754ace638dbec\default\3.zip 2025-03-14T03:57:05.5537203Z to C:\actions-runner\_work\_temp\unzipped-caches\5d20e48ab2dcfb6eef261413d0052f6d\.pytest_cache 2025-03-14T03:57:05.5538709Z 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\d54cab78e191088d132e98de3d0754ace638dbec\default\3.zip 2025-03-14T03:57:05.5540998Z 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\da2688f6242cce6e07d5ba8eecd9609e4a4b2c34\default\2.zip 2025-03-14T03:57:05.5542543Z to C:\actions-runner\_work\_temp\unzipped-caches\aba5243ee8b15b2269a5257812c383db\.pytest_cache 2025-03-14T03:57:05.6837170Z 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\da2688f6242cce6e07d5ba8eecd9609e4a4b2c34\default\2.zip 2025-03-14T03:57:05.6839551Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\1.zip 2025-03-14T03:57:05.6841059Z to C:\actions-runner\_work\_temp\unzipped-caches\10edfcd2c8e68b1e3fe2a6e85de3140a\.pytest_cache 2025-03-14T03:57:05.6842610Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\1.zip 2025-03-14T03:57:05.6844922Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\2.zip 2025-03-14T03:57:05.6846400Z to C:\actions-runner\_work\_temp\unzipped-caches\445a956da4b428b55f9b325bcec84cc2\.pytest_cache 2025-03-14T03:57:05.6847907Z 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\de964b9f8bb846754f560660e066f0378f99cee9\default\2.zip 2025-03-14T03:57:05.6850368Z 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\df60500ab8b60c9c8244b14382837c12112474a0\default\1.zip 2025-03-14T03:57:05.6851857Z to C:\actions-runner\_work\_temp\unzipped-caches\99c99075ea66eb9e05413bb65200d0cf\.pytest_cache 2025-03-14T03:57:05.6853368Z 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\df60500ab8b60c9c8244b14382837c12112474a0\default\1.zip 2025-03-14T03:57:05.6855653Z 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\df776d64f7bdf3a3c3548a2d1347597ce6881bbe\default\1.zip 2025-03-14T03:57:05.6857126Z to C:\actions-runner\_work\_temp\unzipped-caches\c2ddec24fe37e2187e9266f779b3bf69\.pytest_cache 2025-03-14T03:57:05.6858642Z 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\df776d64f7bdf3a3c3548a2d1347597ce6881bbe\default\1.zip 2025-03-14T03:57:05.6860944Z 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\e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2\default\3.zip 2025-03-14T03:57:05.6862499Z to C:\actions-runner\_work\_temp\unzipped-caches\d7e29379e77b0a4dc9b6991dfd85a164\.pytest_cache 2025-03-14T03:57:05.6864031Z 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\e0ca041ae36d7f3057f6ffc1de8dc9c272a119c2\default\3.zip 2025-03-14T03:57:05.6866472Z 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\e0f0db010504f3ef4b65d3bff77acf2c57d541f9\default\2.zip 2025-03-14T03:57:05.6867970Z to C:\actions-runner\_work\_temp\unzipped-caches\536a764528009c05de2d843be403968b\.pytest_cache 2025-03-14T03:57:05.6869482Z 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\e0f0db010504f3ef4b65d3bff77acf2c57d541f9\default\2.zip 2025-03-14T03:57:05.6871779Z 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\e2479d780978d10549634c64507ed041b1359c65\default\1.zip 2025-03-14T03:57:05.6873251Z to C:\actions-runner\_work\_temp\unzipped-caches\f0363500c1df63b70ef8fd059e1ffc66\.pytest_cache 2025-03-14T03:57:05.6874741Z 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\e2479d780978d10549634c64507ed041b1359c65\default\1.zip 2025-03-14T03:57:05.6877120Z 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\e3e45d90d8578083da8b51a3b1d911e9a4523e5b\default\3.zip 2025-03-14T03:57:05.6878603Z to C:\actions-runner\_work\_temp\unzipped-caches\9cf7f6024ab4ba3017209cc53e363471\.pytest_cache 2025-03-14T03:57:05.6880110Z 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\e3e45d90d8578083da8b51a3b1d911e9a4523e5b\default\3.zip 2025-03-14T03:57:05.6882409Z 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\ec2805ada81b9632e215b8ba09b286aad7c62624\default\3.zip 2025-03-14T03:57:05.6883887Z to C:\actions-runner\_work\_temp\unzipped-caches\09f993e151341a56946716b2591204d9\.pytest_cache 2025-03-14T03:57:05.6885385Z 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\ec2805ada81b9632e215b8ba09b286aad7c62624\default\3.zip 2025-03-14T03:57:05.6887693Z 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\ef6b16ea9d200cba87c8730c99264d6d477ab0ec\default\1.zip 2025-03-14T03:57:05.6889169Z to C:\actions-runner\_work\_temp\unzipped-caches\91fd7c6de3ac6a4980bf6613528f6cb9\.pytest_cache 2025-03-14T03:57:05.6890671Z 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\ef6b16ea9d200cba87c8730c99264d6d477ab0ec\default\1.zip 2025-03-14T03:57:05.6893037Z 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\f1cce0951b15b86d79ba0edbe81792eaa8d1e548\default\3.zip 2025-03-14T03:57:05.6894519Z to C:\actions-runner\_work\_temp\unzipped-caches\964499e2b7d76704cc0335570ab44fbb\.pytest_cache 2025-03-14T03:57:05.6896032Z 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\f1cce0951b15b86d79ba0edbe81792eaa8d1e548\default\3.zip 2025-03-14T03:57:05.6898334Z 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\f2f25a5444b8daaf24c913179b4d90844a12d2d6\default\2.zip 2025-03-14T03:57:05.6899835Z to C:\actions-runner\_work\_temp\unzipped-caches\74a0db87a466122630bb8bcae36c90f8\.pytest_cache 2025-03-14T03:57:05.6901417Z 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\f2f25a5444b8daaf24c913179b4d90844a12d2d6\default\2.zip 2025-03-14T03:57:05.6903715Z 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\f339e41a38259349896ab72462673635301b6a78\default\3.zip 2025-03-14T03:57:05.6905270Z to C:\actions-runner\_work\_temp\unzipped-caches\4a7ca26f7ac4821c2ca2f9c092190f8b\.pytest_cache 2025-03-14T03:57:05.6906776Z 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\f339e41a38259349896ab72462673635301b6a78\default\3.zip 2025-03-14T03:57:05.6909078Z 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\f80aad62fae718da1120be955aa7655e4d67ad10\default\1.zip 2025-03-14T03:57:05.6910565Z to C:\actions-runner\_work\_temp\unzipped-caches\5fa240ee812ca06f60673beb28a3939e\.pytest_cache 2025-03-14T03:57:05.6912084Z 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\f80aad62fae718da1120be955aa7655e4d67ad10\default\1.zip 2025-03-14T03:57:05.6914404Z 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\fb55bac3de7f0afb45969ad8adbc340de48747ac\default\1.zip 2025-03-14T03:57:05.6915898Z to C:\actions-runner\_work\_temp\unzipped-caches\f1e2cd3badd0ee030aeeeb08fe0b47f6\.pytest_cache 2025-03-14T03:57:05.6917424Z 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\fb55bac3de7f0afb45969ad8adbc340de48747ac\default\1.zip 2025-03-14T03:57:05.6919729Z 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\fdee60769ac0d4668334b018f32c48a44141bed5\default\3.zip 2025-03-14T03:57:05.6921274Z to C:\actions-runner\_work\_temp\unzipped-caches\8caecdfb96edca448156da990665c96d\.pytest_cache 2025-03-14T03:57:05.6922783Z 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\fdee60769ac0d4668334b018f32c48a44141bed5\default\3.zip 2025-03-14T03:57:05.6925069Z 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\ffa19b90245ba019175fb45731911b4d8ed6aee5\default\3.zip 2025-03-14T03:57:05.6926545Z to C:\actions-runner\_work\_temp\unzipped-caches\b51039cbf5e86249bba7655b19f68da9\.pytest_cache 2025-03-14T03:57:05.6928173Z 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\ffa19b90245ba019175fb45731911b4d8ed6aee5\default\3.zip 2025-03-14T03:57:05.7510828Z ##[group]Run .ci/pytorch/win-build.sh 2025-03-14T03:57:05.7511193Z .ci/pytorch/win-build.sh 2025-03-14T03:57:05.7529861Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:57:05.7530291Z env: 2025-03-14T03:57:05.7530495Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:57:05.7530879Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:57:05.7531419Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:57:05.7531906Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:57:05.7532299Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:57:05.7532694Z PYTORCH_FINAL_PACKAGE_DIR: /c/13849515284/build-results/ 2025-03-14T03:57:05.7533038Z BRANCH: main 2025-03-14T03:57:05.7533263Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-03-14T03:57:05.7533541Z BUILD_WHEEL: 1 2025-03-14T03:57:05.7533732Z MAX_JOBS: 8 2025-03-14T03:57:05.7533971Z CUDA_VERSION: cpu 2025-03-14T03:57:05.7534185Z PYTHON_VERSION: 3.9 2025-03-14T03:57:05.7534430Z SCCACHE_BUCKET: ossci-compiler-cache 2025-03-14T03:57:05.7534731Z SCCACHE_S3_KEY_PREFIX: trunk 2025-03-14T03:57:05.7534988Z SCCACHE_REGION: us-east-1 2025-03-14T03:57:05.7535240Z VC_PRODUCT: BuildTools 2025-03-14T03:57:05.7535470Z VC_VERSION: 2025-03-14T03:57:05.7535655Z VC_YEAR: 2019 2025-03-14T03:57:05.7535987Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T03:57:05.7536401Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T03:57:05.7536653Z PR_NUMBER: 2025-03-14T03:57:05.7536890Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:05.7537186Z DEBUG: 0 2025-03-14T03:57:05.7537385Z TORCH_CUDA_ARCH_LIST: 8.6 2025-03-14T03:57:05.7537620Z USE_CUDA: 0 2025-03-14T03:57:05.7537809Z USE_XPU: 0 2025-03-14T03:57:05.7538005Z XPU_VERSION: 2025-03-14T03:57:05.7538207Z OUR_GITHUB_JOB_ID: 38754270292 2025-03-14T03:57:05.7538463Z ##[endgroup] 2025-03-14T03:57:05.8222814Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-03-14T03:57:05.8223145Z ++ BUILD_TEST_LIBTORCH=0 2025-03-14T03:57:05.8223543Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-03-14T03:57:05.8225875Z ++ [[ win-vs2022-cpu-py3 != *win-* ]] 2025-03-14T03:57:05.8226362Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:57:05.8226842Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:57:05.8279721Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:57:05.8372867Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-03-14T03:57:05.8373492Z + export TMP_DIR_WIN 2025-03-14T03:57:05.8373813Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T03:57:05.8374250Z + PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T03:57:05.8374629Z + [[ -n /c/13849515284/build-results/ ]] 2025-03-14T03:57:05.8374925Z + mkdir -p /c/13849515284/build-results/ 2025-03-14T03:57:05.8506929Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:57:05.8507666Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:57:05.8508136Z + set +ex 2025-03-14T03:57:06.8491803Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-14T03:57:06.8631738Z 2025-03-14T03:57:06.8632475Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-03-14T03:57:06.8635348Z 2025-03-14T03:57:06.8639962Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:57:06.8642568Z 2025-03-14T03:57:06.8643102Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T03:57:06.8643741Z 2025-03-14T03:57:06.8644387Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-03-14T03:57:06.8653056Z 2025-03-14T03:57:06.8653397Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-03-14T03:57:06.8653805Z echo skip magma installation for cpu builds 2025-03-14T03:57:06.8654125Z exit /b 0 2025-03-14T03:57:06.8654304Z ) 2025-03-14T03:57:06.8654514Z skip magma installation for cpu builds 2025-03-14T03:57:06.8657688Z 2025-03-14T03:57:06.8658088Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T03:57:06.8658908Z 2025-03-14T03:57:06.8659225Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T03:57:06.8660333Z 2025-03-14T03:57:06.8661028Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-03-14T03:57:06.8670380Z 2025-03-14T03:57:06.8671046Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-03-14T03:57:06.8677830Z 2025-03-14T03:57:06.8678195Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-03-14T03:57:06.8678758Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-03-14T03:57:06.8679263Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-03-14T03:57:06.8679766Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-03-14T03:57:06.8680214Z ) 2025-03-14T03:57:06.8681571Z 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-03-14T03:57:06.8682895Z ) 2025-03-14T03:57:08.2540287Z Completed 256.0 KiB/18.8 MiB (654.3 KiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2648547Z Completed 512.0 KiB/18.8 MiB (1.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2670502Z Completed 768.0 KiB/18.8 MiB (1.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2688313Z Completed 1.0 MiB/18.8 MiB (2.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2705387Z Completed 1.2 MiB/18.8 MiB (3.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2718285Z Completed 1.5 MiB/18.8 MiB (3.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2723458Z Completed 1.8 MiB/18.8 MiB (4.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2734311Z Completed 2.0 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2737584Z Completed 2.2 MiB/18.8 MiB (5.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2745412Z Completed 2.5 MiB/18.8 MiB (5.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2749489Z Completed 2.8 MiB/18.8 MiB (6.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2760850Z Completed 3.0 MiB/18.8 MiB (7.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2765220Z Completed 3.2 MiB/18.8 MiB (7.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2771489Z Completed 3.5 MiB/18.8 MiB (8.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2776700Z Completed 3.8 MiB/18.8 MiB (8.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2785794Z Completed 4.0 MiB/18.8 MiB (9.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2788015Z Completed 4.2 MiB/18.8 MiB (9.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2795629Z Completed 4.5 MiB/18.8 MiB (10.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2797986Z Completed 4.8 MiB/18.8 MiB (11.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2806292Z Completed 5.0 MiB/18.8 MiB (11.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2809124Z Completed 5.2 MiB/18.8 MiB (12.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2816747Z Completed 5.5 MiB/18.8 MiB (12.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2819617Z Completed 5.8 MiB/18.8 MiB (13.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2825989Z Completed 6.0 MiB/18.8 MiB (13.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2830442Z Completed 6.2 MiB/18.8 MiB (14.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2836956Z Completed 6.5 MiB/18.8 MiB (15.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2839710Z Completed 6.8 MiB/18.8 MiB (15.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2848842Z Completed 7.0 MiB/18.8 MiB (16.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2851219Z Completed 7.2 MiB/18.8 MiB (16.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2860524Z Completed 7.5 MiB/18.8 MiB (17.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2863745Z Completed 7.8 MiB/18.8 MiB (18.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2869890Z Completed 8.0 MiB/18.8 MiB (18.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2873019Z Completed 8.2 MiB/18.8 MiB (19.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2880351Z Completed 8.5 MiB/18.8 MiB (19.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2889537Z Completed 8.8 MiB/18.8 MiB (19.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2892212Z Completed 9.0 MiB/18.8 MiB (20.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2898835Z Completed 9.2 MiB/18.8 MiB (20.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2903730Z Completed 9.5 MiB/18.8 MiB (21.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2910229Z Completed 9.8 MiB/18.8 MiB (22.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2917344Z Completed 10.0 MiB/18.8 MiB (22.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2921452Z Completed 10.2 MiB/18.8 MiB (23.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2924377Z Completed 10.5 MiB/18.8 MiB (23.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2932406Z Completed 10.8 MiB/18.8 MiB (24.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2936638Z Completed 11.0 MiB/18.8 MiB (24.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2945618Z Completed 11.2 MiB/18.8 MiB (25.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2951717Z Completed 11.5 MiB/18.8 MiB (25.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2955139Z Completed 11.8 MiB/18.8 MiB (26.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2960967Z Completed 12.0 MiB/18.8 MiB (26.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2966425Z Completed 12.2 MiB/18.8 MiB (27.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2971087Z Completed 12.5 MiB/18.8 MiB (27.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2973038Z Completed 12.8 MiB/18.8 MiB (28.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2980298Z Completed 13.0 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2985956Z Completed 13.2 MiB/18.8 MiB (29.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2988457Z Completed 13.5 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2992700Z Completed 13.8 MiB/18.8 MiB (30.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.2997742Z Completed 14.0 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3007021Z Completed 14.2 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3011944Z Completed 14.5 MiB/18.8 MiB (31.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3017234Z Completed 14.8 MiB/18.8 MiB (32.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3019804Z Completed 15.0 MiB/18.8 MiB (33.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3026745Z Completed 15.2 MiB/18.8 MiB (33.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3029373Z Completed 15.5 MiB/18.8 MiB (34.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3036952Z Completed 15.8 MiB/18.8 MiB (34.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3041380Z Completed 16.0 MiB/18.8 MiB (35.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3046080Z Completed 16.2 MiB/18.8 MiB (35.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3050585Z Completed 16.5 MiB/18.8 MiB (36.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3056254Z Completed 16.8 MiB/18.8 MiB (36.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3061248Z Completed 17.0 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3066460Z Completed 17.2 MiB/18.8 MiB (37.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3070916Z Completed 17.5 MiB/18.8 MiB (38.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3078421Z Completed 17.8 MiB/18.8 MiB (38.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3080606Z Completed 18.0 MiB/18.8 MiB (39.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3273635Z Completed 18.2 MiB/18.8 MiB (39.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3281993Z Completed 18.5 MiB/18.8 MiB (38.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3292711Z Completed 18.8 MiB/18.8 MiB (39.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3402190Z Completed 18.8 MiB/18.8 MiB (39.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:57:08.3402759Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-03-14T03:57:08.4431505Z 2025-03-14T03:57:08.4432141Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T03:57:08.4432506Z 2025-03-14T03:57:08.4432887Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T03:57:08.4435446Z 2025-03-14T03:57:08.4436025Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-03-14T03:57:08.4436409Z set CUDA_VERSION=xpu 2025-03-14T03:57:08.4436941Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-03-14T03:57:08.4437532Z if errorlevel 1 exit /b 1 2025-03-14T03:57:08.4437768Z ) 2025-03-14T03:57:08.4437869Z 2025-03-14T03:57:08.4438446Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-03-14T03:57:08.4449232Z 2025-03-14T03:57:08.4450009Z 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-03-14T03:57:08.4452732Z 2025-03-14T03:57:08.4453136Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-03-14T03:57:08.4455497Z 2025-03-14T03:57:08.4455725Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-03-14T03:57:08.4456793Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-03-14T03:57:08.4457770Z if errorlevel 1 exit /b 2025-03-14T03:57:08.4458024Z if not errorlevel 0 exit /b 2025-03-14T03:57:08.4458845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-03-14T03:57:08.4459676Z if errorlevel 1 exit /b 2025-03-14T03:57:08.4459924Z if not errorlevel 0 exit /b 2025-03-14T03:57:08.4460353Z ) 2025-03-14T03:57:08.4460461Z 2025-03-14T03:57:08.4460819Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-14T03:57:09.8502111Z Collecting mkl-include==2021.4.0 2025-03-14T03:57:10.0389667Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-03-14T03:57:10.0853946Z Collecting mkl-devel==2021.4.0 2025-03-14T03:57:10.0923035Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-03-14T03:57:10.1197207Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2025-03-14T03:57:10.1256701Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-03-14T03:57:10.1550639Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2025-03-14T03:57:10.1601263Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2025-03-14T03:57:10.1861788Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2025-03-14T03:57:10.1943754Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2025-03-14T03:57:10.2071805Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2025-03-14T03:57:10.2959625Z ---------------------------------------- 1.2/1.2 MB 15.3 MB/s eta 0:00:00 2025-03-14T03:57:10.3032428Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2025-03-14T03:57:10.3699301Z ---------------------------------------- 9.1/9.1 MB 194.2 MB/s eta 0:00:00 2025-03-14T03:57:10.3775018Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2025-03-14T03:57:13.7205321Z ---------------------------------------- 228.5/228.5 MB 4.5 MB/s eta 0:00:00 2025-03-14T03:57:13.7264971Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2025-03-14T03:57:13.7589263Z ---------------------------------------- 3.5/3.5 MB 113.1 MB/s eta 0:00:00 2025-03-14T03:57:13.7648439Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2025-03-14T03:57:13.7750986Z --------------------------------------- 286.9/286.9 kB 17.3 MB/s eta 0:00:00 2025-03-14T03:57:15.2895615Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2025-03-14T03:57:19.8310411Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.1 2025-03-14T03:57:20.0550372Z ********************************************************************** 2025-03-14T03:57:20.0550823Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-03-14T03:57:20.0551519Z ** Copyright (c) 2021 Microsoft Corporation 2025-03-14T03:57:20.0551890Z ********************************************************************** 2025-03-14T03:57:20.6805833Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-14T03:57:20.6839697Z 2025-03-14T03:57:20.6840148Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-03-14T03:57:20.6843482Z 2025-03-14T03:57:20.6844135Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-03-14T03:57:20.6846647Z 2025-03-14T03:57:20.6847149Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-03-14T03:57:20.6849601Z 2025-03-14T03:57:20.6858152Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:57:20.6865894Z 2025-03-14T03:57:20.6866178Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T03:57:20.6866559Z 2025-03-14T03:57:20.6866778Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-03-14T03:57:20.6867100Z 2025-03-14T03:57:20.6867349Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-14T03:57:20.6867713Z 2025-03-14T03:57:20.6867913Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-14T03:57:20.6997920Z Stopping sccache server... 2025-03-14T03:57:21.7046768Z sccache: error: couldn't connect to server 2025-03-14T03:57:21.7049786Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-03-14T03:57:21.7073579Z 2025-03-14T03:57:21.7074143Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-03-14T03:57:21.7184309Z sccache: Starting the server... 2025-03-14T03:57:21.8493199Z 2025-03-14T03:57:21.8493768Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-03-14T03:57:21.8600397Z Compile requests 0 2025-03-14T03:57:21.8600777Z Compile requests executed 0 2025-03-14T03:57:21.8601057Z Cache hits 0 2025-03-14T03:57:21.8601345Z Cache misses 0 2025-03-14T03:57:21.8601622Z Cache timeouts 0 2025-03-14T03:57:21.8602199Z Cache read errors 0 2025-03-14T03:57:21.8602568Z Forced recaches 0 2025-03-14T03:57:21.8602890Z Cache write errors 0 2025-03-14T03:57:21.8603183Z Compilation failures 0 2025-03-14T03:57:21.8603492Z Cache errors 0 2025-03-14T03:57:21.8603780Z Non-cacheable compilations 0 2025-03-14T03:57:21.8604068Z Non-cacheable calls 0 2025-03-14T03:57:21.8604351Z Non-compilation calls 0 2025-03-14T03:57:21.8604653Z Unsupported compiler calls 0 2025-03-14T03:57:21.8604951Z Average cache write 0.000 s 2025-03-14T03:57:21.8605248Z Average compiler 0.000 s 2025-03-14T03:57:21.8605541Z Average cache read hit 0.000 s 2025-03-14T03:57:21.8605838Z Failed distributed compilations 0 2025-03-14T03:57:21.8606242Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T03:57:21.8606665Z Version (client) 0.7.4 2025-03-14T03:57:21.8619668Z 2025-03-14T03:57:21.8620260Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-14T03:57:21.8622289Z 2025-03-14T03:57:21.8622773Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-14T03:57:21.8624851Z 2025-03-14T03:57:21.8625355Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-03-14T03:57:21.8629031Z 2025-03-14T03:57:21.8629323Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-03-14T03:57:21.8629680Z 2025-03-14T03:57:21.8629853Z 2025-03-14T03:57:21.8630024Z 2025-03-14T03:57:21.8630788Z curl -kL https://github.com/peterjc123/randomtemp-rust/releases/download/v0.4/randomtemp.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe 2025-03-14T03:57:21.8631708Z if errorlevel 1 goto fail 2025-03-14T03:57:21.8632031Z if not errorlevel 0 goto fail 2025-03-14T03:57:21.8633214Z 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.8\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-03-14T03:57:21.8634542Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:57:21.8635166Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:57:21.8636027Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-03-14T03:57:21.8637277Z set CMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe 2025-03-14T03:57:21.8638131Z ) 2025-03-14T03:57:21.8638236Z 2025-03-14T03:57:21.8638363Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-03-14T03:57:21.8638759Z ALLUSERSPROFILE=C:\ProgramData 2025-03-14T03:57:21.8639134Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T03:57:21.8639576Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-03-14T03:57:21.8639887Z AWS_DEFAULT_REGION=us-east-1 2025-03-14T03:57:21.8640145Z AWS_EXECUTION_ENV=EC2 2025-03-14T03:57:21.8640372Z BRANCH=main 2025-03-14T03:57:21.8640580Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-03-14T03:57:21.8640852Z BUILD_TYPE=release 2025-03-14T03:57:21.8641062Z BUILD_WHEEL=1 2025-03-14T03:57:21.8641259Z CI=true 2025-03-14T03:57:21.8641456Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-14T03:57:21.8641730Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-14T03:57:21.8641994Z CMAKE_GENERATOR=Ninja 2025-03-14T03:57:21.8642232Z CommandPromptType=Native 2025-03-14T03:57:21.8642526Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-03-14T03:57:21.8643076Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-03-14T03:57:21.8643341Z COMSPEC=C:\Windows\system32\cmd.exe 2025-03-14T03:57:21.8643777Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:57:21.8644166Z CONDA_DEFAULT_ENV=base 2025-03-14T03:57:21.8644448Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-03-14T03:57:21.8644853Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:57:21.8645217Z CONDA_PARENT_DIR=C:\Jenkins 2025-03-14T03:57:21.8645476Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-03-14T03:57:21.8645751Z CONDA_PROMPT_MODIFIER=(base) 2025-03-14T03:57:21.8646053Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-03-14T03:57:21.8646501Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:57:21.8646895Z CONDA_SHLVL=1 2025-03-14T03:57:21.8647195Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T03:57:21.8647679Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-03-14T03:57:21.8648180Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-03-14T03:57:21.8648673Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:57:21.8649342Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T03:57:21.8649737Z CUDA_VERSION=cpu 2025-03-14T03:57:21.8649994Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-03-14T03:57:21.8650394Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-03-14T03:57:21.8650809Z CommonProgramW6432=C:\Program Files\Common Files 2025-03-14T03:57:21.8651117Z DEBUG=0 2025-03-14T03:57:21.8651467Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-03-14T03:57:21.8651915Z DISTUTILS_USE_SDK=1 2025-03-14T03:57:21.8652182Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-03-14T03:57:21.8652505Z EC2LAUNCH_TELEMETRY=1 2025-03-14T03:57:21.8652889Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-03-14T03:57:21.8653355Z Framework40Version=v4.0 2025-03-14T03:57:21.8653639Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T03:57:21.8654026Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T03:57:21.8654374Z FrameworkVersion=v4.0.30319 2025-03-14T03:57:21.8654677Z FrameworkVersion64=v4.0.30319 2025-03-14T03:57:21.8654923Z GITHUB_ACTION=build 2025-03-14T03:57:21.8655180Z GITHUB_ACTIONS=true 2025-03-14T03:57:21.8655392Z GITHUB_ACTION_REF= 2025-03-14T03:57:21.8655608Z GITHUB_ACTION_REPOSITORY= 2025-03-14T03:57:21.8655849Z GITHUB_ACTOR=pytorchmergebot 2025-03-14T03:57:21.8656107Z GITHUB_ACTOR_ID=97764156 2025-03-14T03:57:21.8656369Z GITHUB_API_URL=https://api.github.com 2025-03-14T03:57:21.8656652Z GITHUB_BASE_REF= 2025-03-14T03:57:21.8657115Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_091ddb7d-c292-4220-8178-e2755c1311a7 2025-03-14T03:57:21.8657629Z GITHUB_EVENT_NAME=push 2025-03-14T03:57:21.8658001Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-03-14T03:57:21.8658470Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-03-14T03:57:21.8658798Z GITHUB_HEAD_REF= 2025-03-14T03:57:21.8659002Z GITHUB_JOB=build 2025-03-14T03:57:21.8659470Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_091ddb7d-c292-4220-8178-e2755c1311a7 2025-03-14T03:57:21.8660259Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_091ddb7d-c292-4220-8178-e2755c1311a7 2025-03-14T03:57:21.8660868Z GITHUB_REF=refs/heads/main 2025-03-14T03:57:21.8661116Z GITHUB_REF_NAME=main 2025-03-14T03:57:21.8661345Z GITHUB_REF_PROTECTED=true 2025-03-14T03:57:21.8671331Z GITHUB_REF_TYPE=branch 2025-03-14T03:57:21.8671619Z GITHUB_REPOSITORY=pytorch/pytorch 2025-03-14T03:57:21.8671914Z GITHUB_REPOSITORY_ID=65600975 2025-03-14T03:57:21.8672243Z GITHUB_REPOSITORY_OWNER=pytorch 2025-03-14T03:57:21.8672518Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-03-14T03:57:21.8673032Z GITHUB_RETENTION_DAYS=90 2025-03-14T03:57:21.8673277Z GITHUB_RUN_ATTEMPT=1 2025-03-14T03:57:21.8673514Z GITHUB_RUN_ID=13849515284 2025-03-14T03:57:21.8673754Z GITHUB_RUN_NUMBER=119929 2025-03-14T03:57:21.8674013Z GITHUB_SERVER_URL=https://github.com 2025-03-14T03:57:21.8674364Z GITHUB_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:21.8674963Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_091ddb7d-c292-4220-8178-e2755c1311a7 2025-03-14T03:57:21.8675815Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_091ddb7d-c292-4220-8178-e2755c1311a7 2025-03-14T03:57:21.8676420Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-03-14T03:57:21.8676724Z GITHUB_WORKFLOW=trunk 2025-03-14T03:57:21.8677110Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-03-14T03:57:21.8677636Z GITHUB_WORKFLOW_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:21.8678137Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:57:21.8678537Z GIT_DEFAULT_BRANCH=main 2025-03-14T03:57:21.8678777Z HOME=C:\Users\runneruser 2025-03-14T03:57:21.8680584Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-03-14T03:57:21.8682624Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T03:57:21.8684010Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-03-14T03:57:21.8686314Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-03-14T03:57:21.8687827Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-03-14T03:57:21.8688139Z MAX_JOBS=8 2025-03-14T03:57:21.8688429Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-03-14T03:57:21.8688807Z NUMBER_OF_PROCESSORS=16 2025-03-14T03:57:21.8689039Z OS=Windows_NT 2025-03-14T03:57:21.8689250Z OUR_GITHUB_JOB_ID=38754270292 2025-03-14T03:57:21.8696684Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:57:21.8704447Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-03-14T03:57:21.8704798Z Platform=x64 2025-03-14T03:57:21.8705015Z PROCESSOR_ARCHITECTURE=AMD64 2025-03-14T03:57:21.8705411Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-03-14T03:57:21.8705825Z PROCESSOR_LEVEL=6 2025-03-14T03:57:21.8706036Z PROCESSOR_REVISION=5507 2025-03-14T03:57:21.8707025Z PROGRAMFILES=C:\Program Files 2025-03-14T03:57:21.8707309Z PROMPT=(base) $P$G 2025-03-14T03:57:21.8707524Z PR_NUMBER= 2025-03-14T03:57:21.8708004Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-03-14T03:57:21.8708553Z PUBLIC=C:\Users\Public 2025-03-14T03:57:21.8709035Z *** 2025-03-14T03:57:21.8709225Z PYTHON_VERSION=3.9 2025-03-14T03:57:21.8709509Z PYTORCH_FINAL_PACKAGE_DIR=C:/13849515284/build-results/ 2025-03-14T03:57:21.8709862Z ProgramData=C:\ProgramData 2025-03-14T03:57:21.8710135Z ProgramFiles(x86)=C:\Program Files (x86) 2025-03-14T03:57:21.8710430Z ProgramW6432=C:\Program Files 2025-03-14T03:57:21.8710683Z RUNNER_ARCH=X64 2025-03-14T03:57:21.8710923Z RUNNER_ENVIRONMENT=self-hosted 2025-03-14T03:57:21.8711196Z RUNNER_NAME=i-0728080eaa9b5720b 2025-03-14T03:57:21.8711446Z RUNNER_OS=Windows 2025-03-14T03:57:21.8711681Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-03-14T03:57:21.8712075Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-03-14T03:57:21.8712531Z RUNNER_TRACKING_ID=github_6a100961-c16e-4a4f-b6d7-e1f37c6fe4e4 2025-03-14T03:57:21.8712958Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-03-14T03:57:21.8713310Z SCCACHE_BUCKET=ossci-compiler-cache 2025-03-14T03:57:21.8713587Z SCCACHE_IDLE_TIMEOUT=0 2025-03-14T03:57:21.8713840Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-14T03:57:21.8714112Z SCCACHE_REGION=us-east-1 2025-03-14T03:57:21.8714368Z SCCACHE_S3_KEY_PREFIX=trunk 2025-03-14T03:57:21.8714805Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:57:21.8715306Z SHA1=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:57:21.8715599Z SHLVL=2 2025-03-14T03:57:21.8715866Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-03-14T03:57:21.8716220Z SYSTEMDRIVE=C: 2025-03-14T03:57:21.8716428Z SYSTEMROOT=C:\Windows 2025-03-14T03:57:21.8716672Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:57:21.8716970Z TERM=xterm-256color 2025-03-14T03:57:21.8717213Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:57:21.8717532Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:57:21.8717962Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:57:21.8718446Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-03-14T03:57:21.8718817Z TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T03:57:21.8719070Z UCRTVersion=10.0.19041.0 2025-03-14T03:57:21.8719395Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T03:57:21.8719765Z UPDATEFILE=update.finished 2025-03-14T03:57:21.8720014Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-03-14T03:57:21.8720254Z USERNAME=runneruser 2025-03-14T03:57:21.8720616Z USERPROFILE=C:\Users\runneruser 2025-03-14T03:57:21.8720875Z USE_CUDA=0 2025-03-14T03:57:21.8721056Z USE_XPU=0 2025-03-14T03:57:21.8721463Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-03-14T03:57:21.8722107Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-03-14T03:57:21.8722793Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-03-14T03:57:21.8723627Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-03-14T03:57:21.8724206Z VCToolsVersion=14.29.30133 2025-03-14T03:57:21.8724441Z VC_PRODUCT=BuildTools 2025-03-14T03:57:21.8724658Z VC_VERSION= 2025-03-14T03:57:21.8724850Z VC_YEAR=2019 2025-03-14T03:57:21.8725072Z VERBOSE_ARG='SilentlyContinue' 2025-03-14T03:57:21.8725341Z VisualStudioVersion=16.0 2025-03-14T03:57:21.8725772Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-03-14T03:57:21.8726263Z VSCMD_ARG_app_plat=Desktop 2025-03-14T03:57:21.8726509Z VSCMD_ARG_HOST_ARCH=x64 2025-03-14T03:57:21.8726745Z VSCMD_ARG_TGT_ARCH=x64 2025-03-14T03:57:21.8726972Z VSCMD_VER=16.11.44 2025-03-14T03:57:21.8727670Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-03-14T03:57:21.8728108Z WINDIR=C:\Windows 2025-03-14T03:57:21.8728697Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-03-14T03:57:21.8729532Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-03-14T03:57:21.8729978Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T03:57:21.8730332Z WindowsSDKLibVersion=10.0.19041.0\ 2025-03-14T03:57:21.8730752Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-03-14T03:57:21.8731195Z WindowsSDKVersion=10.0.19041.0\ 2025-03-14T03:57:21.8731709Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-03-14T03:57:21.8732475Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-03-14T03:57:21.8732986Z XPU_VERSION= 2025-03-14T03:57:21.8733381Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-14T03:57:21.8733867Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-03-14T03:57:21.8734394Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-03-14T03:57:21.8735001Z __DOTNET_ADD_64BIT=1 2025-03-14T03:57:21.8735234Z __DOTNET_PREFERRED_BITNESS=64 2025-03-14T03:57:21.8738491Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:57:21.8741768Z 2025-03-14T03:57:21.8741992Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-03-14T03:57:22.1787223Z Building wheel torch-2.8.0a0+gitaed0b7a 2025-03-14T03:57:22.3781057Z Cloning into 'nccl'... 2025-03-14T03:57:23.2197703Z Note: switching to 'v2.25.1-1'. 2025-03-14T03:57:23.2198018Z 2025-03-14T03:57:23.2198236Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:57:23.2199033Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:57:23.2199550Z state without impacting any branches by switching back to a branch. 2025-03-14T03:57:23.2199868Z 2025-03-14T03:57:23.2200080Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:57:23.2200564Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:57:23.2200836Z 2025-03-14T03:57:23.2200957Z git switch -c 2025-03-14T03:57:23.2201138Z 2025-03-14T03:57:23.2201239Z Or undo this operation with: 2025-03-14T03:57:23.2201406Z 2025-03-14T03:57:23.2201480Z git switch - 2025-03-14T03:57:23.2201610Z 2025-03-14T03:57:23.2201826Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:57:23.2202161Z 2025-03-14T03:57:23.2202254Z HEAD is now at 80f6bda NCCL 2.25.1-1 2025-03-14T03:57:29.2672791Z -- The CXX compiler identification is MSVC 19.29.30158.0 2025-03-14T03:57:29.5104357Z -- The C compiler identification is MSVC 19.29.30158.0 2025-03-14T03:57:29.7531553Z -- Detecting CXX compiler ABI info 2025-03-14T03:57:36.7340284Z -- Detecting CXX compiler ABI info - done 2025-03-14T03:57:36.7362617Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-03-14T03:57:36.7381379Z -- Detecting CXX compile features 2025-03-14T03:57:36.7397987Z -- Detecting CXX compile features - done 2025-03-14T03:57:36.7492948Z -- Detecting C compiler ABI info 2025-03-14T03:57:37.0458513Z -- Detecting C compiler ABI info - done 2025-03-14T03:57:37.0479427Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-03-14T03:57:37.0483265Z -- Detecting C compile features 2025-03-14T03:57:37.0489366Z -- Detecting C compile features - done 2025-03-14T03:57:37.1458349Z -- Not forcing any particular BLAS to be found 2025-03-14T03:57:37.2408739Z CMake Warning at CMakeLists.txt:418 (message): 2025-03-14T03:57:37.2409177Z TensorPipe cannot be used on Windows. Set it to OFF 2025-03-14T03:57:37.2409436Z 2025-03-14T03:57:37.2409441Z 2025-03-14T03:57:37.2409587Z CMake Warning at CMakeLists.txt:420 (message): 2025-03-14T03:57:37.2409945Z KleidiAI cannot be used on Windows. Set it to OFF 2025-03-14T03:57:37.2410178Z 2025-03-14T03:57:37.2410181Z 2025-03-14T03:57:37.2509941Z -- Performing Test C_HAS_AVX_1 2025-03-14T03:57:38.4009262Z -- Performing Test C_HAS_AVX_1 - Success 2025-03-14T03:57:38.4014855Z -- Performing Test C_HAS_AVX2_1 2025-03-14T03:57:38.7596921Z -- Performing Test C_HAS_AVX2_1 - Success 2025-03-14T03:57:38.7604920Z -- Performing Test C_HAS_AVX512_1 2025-03-14T03:57:39.1284855Z -- Performing Test C_HAS_AVX512_1 - Success 2025-03-14T03:57:39.1293405Z -- Performing Test CXX_HAS_AVX_1 2025-03-14T03:57:39.4806189Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-03-14T03:57:39.4811562Z -- Performing Test CXX_HAS_AVX2_1 2025-03-14T03:57:39.8607023Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-03-14T03:57:39.8612677Z -- Performing Test CXX_HAS_AVX512_1 2025-03-14T03:57:40.2270955Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-03-14T03:57:40.2273728Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-03-14T03:57:40.2280026Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-03-14T03:57:40.9388045Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-03-14T03:57:40.9389187Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-03-14T03:57:40.9402018Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-03-14T03:57:41.2460757Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-03-14T03:57:41.2478685Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-03-14T03:57:41.5420767Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-03-14T03:57:41.5437128Z -- Could not find hardware support for NEON on this machine. 2025-03-14T03:57:41.5437520Z -- No OMAP3 processor on this machine. 2025-03-14T03:57:41.5437828Z -- No OMAP4 processor on this machine. 2025-03-14T03:57:41.5438244Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-03-14T03:57:41.6537787Z -- Performing Test HAS/UTF_8 2025-03-14T03:57:41.9516145Z -- Performing Test HAS/UTF_8 - Success 2025-03-14T03:57:41.9542220Z -- Building using own protobuf under third_party per request. 2025-03-14T03:57:41.9542612Z -- Use custom protobuf build. 2025-03-14T03:57:41.9614399Z -- 2025-03-14T03:57:41.9614600Z -- 3.13.0.0 2025-03-14T03:57:41.9672505Z -- Looking for pthread.h 2025-03-14T03:57:42.0627004Z -- Looking for pthread.h - not found 2025-03-14T03:57:42.0663344Z -- Found Threads: TRUE 2025-03-14T03:57:42.1357104Z -- Caffe2 protobuf include directory: $$ 2025-03-14T03:57:42.1381024Z -- Trying to find preferred BLAS backend of choice: MKL 2025-03-14T03:57:42.1439232Z -- MKL_THREADING = OMP 2025-03-14T03:57:42.1450457Z -- Looking for sys/types.h 2025-03-14T03:57:42.5639043Z -- Looking for sys/types.h - found 2025-03-14T03:57:42.5651108Z -- Looking for stdint.h 2025-03-14T03:57:42.8856639Z -- Looking for stdint.h - found 2025-03-14T03:57:42.8869017Z -- Looking for stddef.h 2025-03-14T03:57:43.1820701Z -- Looking for stddef.h - found 2025-03-14T03:57:43.1822452Z -- Check size of void* 2025-03-14T03:57:43.5164653Z -- Check size of void* - done 2025-03-14T03:57:43.5735887Z -- Looking for cblas_sgemm 2025-03-14T03:57:43.9135507Z -- Looking for cblas_sgemm - found 2025-03-14T03:57:43.9138330Z -- Looking for cblas_gemm_bf16bf16f32 2025-03-14T03:57:44.2236703Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-03-14T03:57:44.2238429Z -- Looking for cblas_gemm_f16f16f32 2025-03-14T03:57:44.6206277Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-03-14T03:57:44.6791948Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib 2025-03-14T03:57:44.6792966Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-03-14T03:57:44.6793331Z -- MKL OpenMP type: 2025-03-14T03:57:44.6793560Z -- MKL OpenMP library: 2025-03-14T03:57:44.8414534Z -- The ASM compiler identification is MSVC 2025-03-14T03:57:44.8425251Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:57:44.8645492Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-03-14T03:57:44.8670706Z -- Generating microkernels.cmake 2025-03-14T03:57:49.3855191Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-03-14T03:57:49.3856666Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c 2025-03-14T03:57:49.3857536Z No microkernel found in src\reference\binary-elementwise.cc 2025-03-14T03:57:49.3857952Z No microkernel found in src\reference\packing.cc 2025-03-14T03:57:49.3858344Z No microkernel found in src\reference\unary-elementwise.cc 2025-03-14T03:57:49.6567612Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.2") 2025-03-14T03:57:49.7539774Z -- git version: v1.6.1 normalized to 1.6.1 2025-03-14T03:57:49.7540134Z -- Version: 1.6.1 2025-03-14T03:57:49.7561833Z -- Looking for shm_open in rt 2025-03-14T03:57:49.9157688Z -- Looking for shm_open in rt - not found 2025-03-14T03:57:49.9160345Z -- Performing Test HAVE_STD_REGEX 2025-03-14T03:57:49.9160645Z -- Performing Test HAVE_STD_REGEX 2025-03-14T03:57:52.8232507Z -- Performing Test HAVE_STD_REGEX -- success 2025-03-14T03:57:52.8233739Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-14T03:57:52.8234099Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-14T03:57:52.9197254Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-03-14T03:57:52.9197733Z -- Performing Test HAVE_POSIX_REGEX 2025-03-14T03:57:52.9198035Z -- Performing Test HAVE_POSIX_REGEX 2025-03-14T03:57:53.0080982Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-03-14T03:57:53.0081421Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-14T03:57:53.0081721Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-14T03:57:53.5896099Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-03-14T03:57:53.7910196Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-03-14T03:57:53.7925989Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-03-14T03:57:54.0746883Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-03-14T03:57:55.0368156Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:57:55.0369044Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-14T03:57:55.0369582Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:57:55.0370312Z problems in calling code that expects `find_package` result variables 2025-03-14T03:57:55.0370744Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:57:55.0371058Z Call Stack (most recent call first): 2025-03-14T03:57:55.0371484Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:57:55.0371962Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-14T03:57:55.0372421Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:57:55.0372721Z 2025-03-14T03:57:55.0372847Z -- Found OpenMP_C: -openmp:experimental 2025-03-14T03:57:55.3647402Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:57:55.3648309Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-14T03:57:55.3648843Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:57:55.3649367Z problems in calling code that expects `find_package` result variables 2025-03-14T03:57:55.3649782Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:57:55.3650103Z Call Stack (most recent call first): 2025-03-14T03:57:55.3650511Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:57:55.3650988Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-14T03:57:55.3651428Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:57:55.3651727Z 2025-03-14T03:57:55.3651861Z -- Found OpenMP_CXX: -openmp:experimental 2025-03-14T03:57:55.3654368Z -- Found OpenMP: TRUE 2025-03-14T03:57:55.3655975Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-03-14T03:57:55.3656393Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-03-14T03:57:55.3656604Z 2025-03-14T03:57:55.3656608Z 2025-03-14T03:57:55.6091554Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-03-14T03:57:55.6092030Z ========== 2025-03-14T03:57:55.6092150Z 2025-03-14T03:57:55.6092154Z 2025-03-14T03:57:55.6092355Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-03-14T03:57:55.6092752Z CMAKE_BUILD_TYPE = Release 2025-03-14T03:57:55.6092915Z 2025-03-14T03:57:55.6092919Z 2025-03-14T03:57:55.6093104Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-03-14T03:57:55.6093593Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-03-14T03:57:55.6093832Z 2025-03-14T03:57:55.6093835Z 2025-03-14T03:57:55.6094015Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-03-14T03:57:55.6094432Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-03-14T03:57:55.6094892Z 2025-03-14T03:57:55.6094896Z 2025-03-14T03:57:55.6095076Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-03-14T03:57:55.6095440Z ========== 2025-03-14T03:57:55.6095551Z 2025-03-14T03:57:55.6095555Z 2025-03-14T03:57:55.6525091Z ** AsmJit Summary ** 2025-03-14T03:57:55.6525599Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-03-14T03:57:55.6526082Z ASMJIT_TEST=FALSE 2025-03-14T03:57:55.6526324Z ASMJIT_TARGET_TYPE=SHARED 2025-03-14T03:57:55.6526575Z ASMJIT_DEPS= 2025-03-14T03:57:55.6526775Z ASMJIT_LIBS=asmjit 2025-03-14T03:57:55.6526990Z ASMJIT_CFLAGS= 2025-03-14T03:57:55.6527416Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-03-14T03:57:55.6527927Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-03-14T03:57:55.6528220Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-03-14T03:57:55.6763811Z -- Using third party subdirectory Eigen. 2025-03-14T03:57:58.7607381Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-03-14T03:57:58.7608259Z -- Using third_party/pybind11. 2025-03-14T03:57:58.7610363Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-03-14T03:57:58.7653391Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-03-14T03:57:58.7654442Z -- Using third_party/opentelemetry-cpp. 2025-03-14T03:57:58.7655102Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-03-14T03:57:59.8964050Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-03-14T03:58:00.6785194Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-03-14T03:58:00.6788347Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-03-14T03:58:00.6791276Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-03-14T03:58:00.6791786Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-03-14T03:58:00.6792184Z Call Stack (most recent call first): 2025-03-14T03:58:00.6792491Z CMakeLists.txt:868 (include) 2025-03-14T03:58:00.6792675Z 2025-03-14T03:58:00.6792680Z 2025-03-14T03:58:00.6828510Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-03-14T03:58:00.6847208Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-03-14T03:58:00.6847785Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:58:00.6848341Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:58:00.6848797Z set the policy and suppress this warning. 2025-03-14T03:58:00.6849012Z 2025-03-14T03:58:00.6849228Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:58:00.6849648Z normal variable 'BUILD_BENCHMARK'. 2025-03-14T03:58:00.6850063Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:58:00.6850368Z 2025-03-14T03:58:00.6850565Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-03-14T03:58:00.6851068Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:58:00.6851612Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:58:00.6852050Z set the policy and suppress this warning. 2025-03-14T03:58:00.6852266Z 2025-03-14T03:58:00.6852473Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:58:00.6852891Z normal variable 'USE_NCCL'. 2025-03-14T03:58:00.6853260Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:58:00.6853563Z 2025-03-14T03:58:00.6853768Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-03-14T03:58:00.6854265Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:58:00.6855000Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:58:00.6855447Z set the policy and suppress this warning. 2025-03-14T03:58:00.6855669Z 2025-03-14T03:58:00.6855887Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:58:00.6856311Z normal variable 'USE_RCCL'. 2025-03-14T03:58:00.6856677Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:58:00.6856979Z 2025-03-14T03:58:00.6857071Z -- MSVC detected 2025-03-14T03:58:00.6857272Z -- Set USE_REDIS OFF 2025-03-14T03:58:00.6857498Z -- Set USE_IBVERBS OFF 2025-03-14T03:58:00.6857721Z -- Set USE_NCCL OFF 2025-03-14T03:58:00.6857931Z -- Set USE_RCCL OFF 2025-03-14T03:58:00.6858136Z -- Set USE_LIBUV ON 2025-03-14T03:58:00.6858369Z -- Only USE_LIBUV is supported on Windows 2025-03-14T03:58:00.6870591Z -- Gloo build as SHARED library 2025-03-14T03:58:00.7493714Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-14T03:58:00.7502065Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-14T03:58:00.7511014Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-14T03:58:01.5669737Z -- 2025-03-14T03:58:01.5670021Z -- ******** Summary ******** 2025-03-14T03:58:01.5670330Z -- CMake version : 3.22.1 2025-03-14T03:58:01.5670733Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-14T03:58:01.5671194Z -- System : Windows 2025-03-14T03:58:01.5671886Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:58:01.5672538Z -- C++ compiler version : 19.29.30158.0 2025-03-14T03:58:01.5673128Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-03-14T03:58:01.5673665Z -- Build type : Release 2025-03-14T03:58:01.5674102Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-03-14T03:58:01.5674627Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T03:58:01.5675137Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-14T03:58:01.5675681Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-03-14T03:58:01.5676093Z -- 2025-03-14T03:58:01.5676296Z -- ONNX version : 1.17.0 2025-03-14T03:58:01.5676606Z -- ONNX NAMESPACE : onnx_torch 2025-03-14T03:58:01.5676980Z -- ONNX_USE_LITE_PROTO : OFF 2025-03-14T03:58:01.5677292Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-03-14T03:58:01.5677657Z -- Protobuf_USE_STATIC_LIBS : ON 2025-03-14T03:58:01.5677966Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-03-14T03:58:01.5678280Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-03-14T03:58:01.5678593Z -- ONNX_WERROR : OFF 2025-03-14T03:58:01.5678889Z -- ONNX_BUILD_TESTS : OFF 2025-03-14T03:58:01.5679193Z -- ONNX_BUILD_SHARED_LIBS : 2025-03-14T03:58:01.5679491Z -- BUILD_SHARED_LIBS : OFF 2025-03-14T03:58:01.5679751Z -- 2025-03-14T03:58:01.5679959Z -- Protobuf compiler : 2025-03-14T03:58:01.5680251Z -- Protobuf includes : 2025-03-14T03:58:01.5680544Z -- Protobuf libraries : 2025-03-14T03:58:01.5680842Z -- BUILD_ONNX_PYTHON : OFF 2025-03-14T03:58:01.5681222Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-03-14T03:58:01.5681697Z CMake Warning at cmake/Dependencies.cmake:1407 (message): 2025-03-14T03:58:01.5682384Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-03-14T03:58:01.5682851Z Call Stack (most recent call first): 2025-03-14T03:58:01.5683138Z CMakeLists.txt:868 (include) 2025-03-14T03:58:01.5683359Z 2025-03-14T03:58:01.5683370Z 2025-03-14T03:58:01.5683483Z -- Adding -DNDEBUG to compile flags 2025-03-14T03:58:01.5683830Z -- Could not find hardware support for NEON on this machine. 2025-03-14T03:58:01.5684200Z -- No OMAP3 processor on this machine. 2025-03-14T03:58:01.5684497Z -- No OMAP4 processor on this machine. 2025-03-14T03:58:01.5704160Z -- Looking for sbgemm_ 2025-03-14T03:58:06.8188054Z -- Looking for sbgemm_ - not found 2025-03-14T03:58:06.8206113Z -- Found a library with LAPACK API (mkl). 2025-03-14T03:58:06.8207531Z disabling CUDA because NOT USE_CUDA is set 2025-03-14T03:58:06.8207907Z disabling ROCM because NOT USE_ROCM is set 2025-03-14T03:58:06.8208262Z -- MIOpen not found. Compiling without MIOpen support 2025-03-14T03:58:06.8217121Z -- Will build oneDNN UKERNEL 2025-03-14T03:58:06.8298377Z -- MKLDNN_CPU_RUNTIME = OMP 2025-03-14T03:58:06.8316810Z -- DNNL_TARGET_ARCH: X64 2025-03-14T03:58:06.8346656Z -- DNNL_LIBRARY_NAME: dnnl 2025-03-14T03:58:06.8450734Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:58:06.8451575Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-14T03:58:06.8452104Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:58:06.8452626Z problems in calling code that expects `find_package` result variables 2025-03-14T03:58:06.8453088Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:58:06.8453450Z Call Stack (most recent call first): 2025-03-14T03:58:06.8453868Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:58:06.8454381Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-03-14T03:58:06.8454831Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-03-14T03:58:06.8455279Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:58:06.8455587Z 2025-03-14T03:58:06.8456063Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:58:06.8456851Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-14T03:58:06.8457379Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:58:06.8457891Z problems in calling code that expects `find_package` result variables 2025-03-14T03:58:06.8458318Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:58:06.8458663Z Call Stack (most recent call first): 2025-03-14T03:58:06.8459124Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:58:06.8459657Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-03-14T03:58:06.8460097Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-03-14T03:58:06.8460545Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:58:06.8460845Z 2025-03-14T03:58:06.8915218Z -- Enabled testing coverage: CI 2025-03-14T03:58:06.8959739Z -- Enabled workload: TRAINING 2025-03-14T03:58:06.8960064Z -- Enabled primitives: ALL 2025-03-14T03:58:06.8960338Z -- Enabled primitive CPU ISA: ALL 2025-03-14T03:58:06.8960627Z -- Enabled primitive GPU ISA: ALL 2025-03-14T03:58:06.8960900Z -- Enabled GeMM kernels ISA: ALL 2025-03-14T03:58:06.9053165Z -- Primitive cache is enabled 2025-03-14T03:58:06.9053559Z -- Experimental functionality for ukernels is enabled 2025-03-14T03:58:06.9696752Z -- The ASM_MASM compiler identification is MSVC 2025-03-14T03:58:07.1082416Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-03-14T03:58:07.1801068Z -- Graph component is enabled 2025-03-14T03:58:07.1979206Z -- Graph compiler backend is disabled. 2025-03-14T03:58:07.2143739Z -- Found MKL-DNN: TRUE 2025-03-14T03:58:07.2221353Z -- {fmt} version: 11.1.4 2025-03-14T03:58:07.2221605Z -- Build type: Release 2025-03-14T03:58:07.2301260Z -- Using CPU-only version of Kineto 2025-03-14T03:58:07.2301571Z -- Configuring Kineto dependency: 2025-03-14T03:58:07.2302049Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-03-14T03:58:07.2302528Z -- KINETO_BUILD_TESTS = OFF 2025-03-14T03:58:07.2302792Z -- KINETO_LIBRARY_TYPE = static 2025-03-14T03:58:07.2782692Z INFO CUDA_SOURCE_DIR = 2025-03-14T03:58:07.2783007Z INFO ROCM_SOURCE_DIR = 2025-03-14T03:58:07.3278413Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-03-14T03:58:07.4097920Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-03-14T03:58:07.4098579Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-03-14T03:58:07.4098942Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-03-14T03:58:07.4099551Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-03-14T03:58:07.4101127Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-03-14T03:58:07.4102014Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-03-14T03:58:07.4147698Z -- Configured Kineto (CPU) 2025-03-14T03:58:07.4188326Z -- Performing Test HAS/WD4624 2025-03-14T03:58:07.7209406Z -- Performing Test HAS/WD4624 - Success 2025-03-14T03:58:07.7224348Z -- Performing Test HAS/WD4068 2025-03-14T03:58:08.0222455Z -- Performing Test HAS/WD4068 - Success 2025-03-14T03:58:08.0239198Z -- Performing Test HAS/WD4067 2025-03-14T03:58:08.3242191Z -- Performing Test HAS/WD4067 - Success 2025-03-14T03:58:08.3256943Z -- Performing Test HAS/WD4267 2025-03-14T03:58:08.6248585Z -- Performing Test HAS/WD4267 - Success 2025-03-14T03:58:08.6264013Z -- Performing Test HAS/WD4661 2025-03-14T03:58:08.9189319Z -- Performing Test HAS/WD4661 - Success 2025-03-14T03:58:08.9218695Z -- Performing Test HAS/WD4717 2025-03-14T03:58:09.2043191Z -- Performing Test HAS/WD4717 - Success 2025-03-14T03:58:09.2057749Z -- Performing Test HAS/WD4244 2025-03-14T03:58:09.5930264Z -- Performing Test HAS/WD4244 - Success 2025-03-14T03:58:09.5948439Z -- Performing Test HAS/WD4804 2025-03-14T03:58:09.8816611Z -- Performing Test HAS/WD4804 - Success 2025-03-14T03:58:09.8832818Z -- Performing Test HAS/WD4273 2025-03-14T03:58:10.2687304Z -- Performing Test HAS/WD4273 - Success 2025-03-14T03:58:10.2703052Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-03-14T03:58:10.3377967Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-03-14T03:58:10.4406381Z -- 2025-03-14T03:58:10.4407528Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-03-14T03:58:10.4409540Z -- 2025-03-14T03:58:10.4409737Z -- Library base name: mimalloc 2025-03-14T03:58:10.4410000Z -- Version : 1.8 2025-03-14T03:58:10.4410241Z -- Build type : release 2025-03-14T03:58:10.4410843Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:58:10.4411481Z -- Compiler flags : /Zc:__cplusplus 2025-03-14T03:58:10.4411761Z -- Compiler defines : 2025-03-14T03:58:10.4412063Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-03-14T03:58:10.4412413Z -- Build targets : static 2025-03-14T03:58:10.4412647Z -- 2025-03-14T03:58:10.4518525Z -- Performing Test HAS_WDEPRECATED 2025-03-14T03:58:10.5169304Z -- Performing Test HAS_WDEPRECATED - Failed 2025-03-14T03:58:10.5172388Z -- don't use NUMA 2025-03-14T03:58:10.7449207Z -- Looking for backtrace 2025-03-14T03:58:10.8272925Z -- Looking for backtrace - not found 2025-03-14T03:58:10.8337679Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-03-14T03:58:14.9746104Z -- headers outputs: 2025-03-14T03:58:18.1682701Z -- sources outputs: 2025-03-14T03:58:19.6868655Z -- declarations_yaml outputs: 2025-03-14T03:58:19.6988449Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-03-14T03:58:25.0286437Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-03-14T03:58:25.3353084Z -- Using ATen parallel backend: OMP 2025-03-14T03:58:25.3367062Z disabling CUDA because USE_CUDA is set false 2025-03-14T03:58:25.7420232Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-03-14T03:58:25.9404500Z -- Check size of long double 2025-03-14T03:58:26.2842144Z -- Check size of long double - done 2025-03-14T03:58:26.2852976Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-03-14T03:58:26.3917047Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-03-14T03:58:26.3922128Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-03-14T03:58:26.7782739Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-03-14T03:58:26.7787522Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-03-14T03:58:27.1695212Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-03-14T03:58:27.1701413Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-03-14T03:58:27.5660141Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-03-14T03:58:27.5665068Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-03-14T03:58:27.9545541Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-03-14T03:58:27.9550319Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-03-14T03:58:28.3558883Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-03-14T03:58:28.3563603Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-03-14T03:58:28.7598300Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-03-14T03:58:28.7662659Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-03-14T03:58:28.7668238Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-03-14T03:58:28.7673158Z -- Found OpenMP: TRUE (found version "2.0") 2025-03-14T03:58:28.7679649Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-03-14T03:58:29.1631017Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-03-14T03:58:29.1635882Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-03-14T03:58:29.2705734Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-03-14T03:58:29.2709859Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-03-14T03:58:29.3772782Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-03-14T03:58:29.3777558Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-03-14T03:58:29.5797549Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-03-14T03:58:29.5802515Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-03-14T03:58:29.6731296Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-03-14T03:58:29.8519388Z Target system: Windows-10.0.17763 2025-03-14T03:58:29.8519789Z Target processor: AMD64 2025-03-14T03:58:29.8520054Z Host system: Windows-10.0.17763 2025-03-14T03:58:29.8520349Z -- Configuring build for SLEEF-v3.7.0 2025-03-14T03:58:29.8520654Z Host processor: AMD64 2025-03-14T03:58:29.8521303Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:58:29.8522000Z CMake: 3.22.1 2025-03-14T03:58:29.8522329Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-03-14T03:58:29.8522863Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-03-14T03:58:29.8523347Z -- Building shared libs : OFF 2025-03-14T03:58:29.8523610Z -- Building static test bins: OFF 2025-03-14T03:58:29.8523885Z -- MPFR : LIB_MPFR-NOTFOUND 2025-03-14T03:58:29.8524132Z -- GMP : LIBGMP-NOTFOUND 2025-03-14T03:58:29.8524356Z -- RT : 2025-03-14T03:58:29.8524543Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-03-14T03:58:29.8524992Z -- OPENSSL : 3.0.15 2025-03-14T03:58:29.8525223Z -- SDE : SDE_COMMAND-NOTFOUND 2025-03-14T03:58:29.8525493Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-03-14T03:58:29.8948431Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-03-14T03:58:29.8949066Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-03-14T03:58:29.8949869Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-03-14T03:58:29.8950657Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-03-14T03:58:30.4987594Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-03-14T03:58:30.5711239Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-03-14T03:58:30.5717688Z -- Generating sources for unboxing kernels C:\Jenkins\Miniconda3\python.exe;-m;torchgen.gen_executorch;--source-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge;--install-dir=C:/actions-runner/_work/pytorch/pytorch/build/out;--tags-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/custom_ops.yaml 2025-03-14T03:58:30.7418119Z CMake Warning at CMakeLists.txt:1276 (message): 2025-03-14T03:58:30.7418629Z Generated cmake files are only fully tested if one builds with system glog, 2025-03-14T03:58:30.7419195Z gflags, and protobuf. Other settings may generate files that are not well 2025-03-14T03:58:30.7419587Z tested. 2025-03-14T03:58:30.7419705Z 2025-03-14T03:58:30.7419710Z 2025-03-14T03:58:30.7441595Z -- 2025-03-14T03:58:30.7441814Z -- ******** Summary ******** 2025-03-14T03:58:30.7442089Z -- General: 2025-03-14T03:58:30.7442321Z -- CMake version : 3.22.1 2025-03-14T03:58:30.7442691Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-14T03:58:30.7443057Z -- System : Windows 2025-03-14T03:58:30.7443681Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:58:30.7444295Z -- C++ compiler id : MSVC 2025-03-14T03:58:30.7444572Z -- C++ compiler version : 19.29.30158.0 2025-03-14T03:58:30.7444863Z -- Using ccache if found : OFF 2025-03-14T03:58:30.7446157Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-03-14T03:58:30.7447552Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:58:30.7448039Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:58:30.7448531Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:58:30.7448920Z -- Build type : Release 2025-03-14T03:58:30.7450004Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;IDEEP_USE_MKL;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-03-14T03:58:30.7451180Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T03:58:30.7451672Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-14T03:58:30.7452061Z -- USE_GOLD_LINKER : OFF 2025-03-14T03:58:30.7452305Z -- 2025-03-14T03:58:30.7452553Z -- TORCH_VERSION : 2.8.0 2025-03-14T03:58:30.7453155Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-03-14T03:58:30.7453451Z -- BUILD_BINARY : OFF 2025-03-14T03:58:30.7453719Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-03-14T03:58:30.7453992Z -- Link local protobuf : ON 2025-03-14T03:58:30.7454240Z -- BUILD_PYTHON : True 2025-03-14T03:58:30.7454511Z -- Python version : 3.9.19 2025-03-14T03:58:30.7454852Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-03-14T03:58:30.7455294Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-03-14T03:58:30.7455714Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-03-14T03:58:30.7456134Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T03:58:30.7456511Z -- BUILD_SHARED_LIBS : ON 2025-03-14T03:58:30.7456792Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-03-14T03:58:30.7457090Z -- BUILD_TEST : True 2025-03-14T03:58:30.7457347Z -- BUILD_JNI : OFF 2025-03-14T03:58:30.7457599Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-03-14T03:58:30.7457866Z -- BUILD_LITE_INTERPRETER: OFF 2025-03-14T03:58:30.7458131Z -- INTERN_BUILD_MOBILE : 2025-03-14T03:58:30.7458382Z -- TRACING_BASED : OFF 2025-03-14T03:58:30.7458633Z -- USE_BLAS : 1 2025-03-14T03:58:30.7458995Z -- BLAS : mkl 2025-03-14T03:58:30.7459249Z -- BLAS_HAS_SBGEMM : 2025-03-14T03:58:30.7459496Z -- USE_LAPACK : 1 2025-03-14T03:58:30.7459744Z -- LAPACK : mkl 2025-03-14T03:58:30.7460004Z -- USE_ASAN : OFF 2025-03-14T03:58:30.7460244Z -- USE_TSAN : OFF 2025-03-14T03:58:30.7460500Z -- USE_CPP_CODE_COVERAGE : OFF 2025-03-14T03:58:30.7460750Z -- USE_CUDA : 0 2025-03-14T03:58:30.7460993Z -- USE_XPU : 0 2025-03-14T03:58:30.7461232Z -- USE_ROCM : OFF 2025-03-14T03:58:30.7461469Z -- BUILD_NVFUSER : 2025-03-14T03:58:30.7461728Z -- USE_EIGEN_FOR_BLAS : 2025-03-14T03:58:30.7461976Z -- USE_FBGEMM : ON 2025-03-14T03:58:30.7462229Z -- USE_FAKELOWP : OFF 2025-03-14T03:58:30.7462481Z -- USE_KINETO : ON 2025-03-14T03:58:30.7462728Z -- USE_GFLAGS : OFF 2025-03-14T03:58:30.7462985Z -- USE_GLOG : OFF 2025-03-14T03:58:30.7463231Z -- USE_LITE_PROTO : OFF 2025-03-14T03:58:30.7463489Z -- USE_PYTORCH_METAL : OFF 2025-03-14T03:58:30.7463747Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-03-14T03:58:30.7464030Z -- USE_MPS : OFF 2025-03-14T03:58:30.7464363Z -- CAN_COMPILE_METAL : 2025-03-14T03:58:30.7464613Z -- USE_MKL : ON 2025-03-14T03:58:30.7464858Z -- USE_STATIC_MKL : OFF 2025-03-14T03:58:30.7465100Z -- USE_MKLDNN : ON 2025-03-14T03:58:30.7465354Z -- USE_MKLDNN_ACL : OFF 2025-03-14T03:58:30.7465612Z -- USE_MKLDNN_CBLAS : OFF 2025-03-14T03:58:30.7465863Z -- USE_UCC : OFF 2025-03-14T03:58:30.7466117Z -- USE_ITT : ON 2025-03-14T03:58:30.7466352Z -- USE_NCCL : OFF 2025-03-14T03:58:30.7466605Z -- USE_NNPACK : OFF 2025-03-14T03:58:30.7466851Z -- USE_NUMPY : ON 2025-03-14T03:58:30.7467103Z -- USE_OBSERVERS : ON 2025-03-14T03:58:30.7467354Z -- USE_OPENCL : OFF 2025-03-14T03:58:30.7467596Z -- USE_OPENMP : ON 2025-03-14T03:58:30.7467840Z -- USE_MIMALLOC : ON 2025-03-14T03:58:30.7468096Z -- USE_MIMALLOC_ON_MKL : OFF 2025-03-14T03:58:30.7468362Z -- USE_VULKAN : OFF 2025-03-14T03:58:30.7468612Z -- USE_PROF : OFF 2025-03-14T03:58:30.7468856Z -- USE_PYTORCH_QNNPACK : OFF 2025-03-14T03:58:30.7469110Z -- USE_XNNPACK : ON 2025-03-14T03:58:30.7469363Z -- USE_DISTRIBUTED : ON 2025-03-14T03:58:30.7469612Z -- USE_MPI : OFF 2025-03-14T03:58:30.7469868Z -- USE_GLOO : ON 2025-03-14T03:58:30.7470275Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-03-14T03:58:30.7470543Z -- USE_TENSORPIPE : OFF 2025-03-14T03:58:30.7476297Z -- Public Dependencies : caffe2::mkl 2025-03-14T03:58:30.7477170Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-03-14T03:58:30.7477941Z -- Public CUDA Deps. : 2025-03-14T03:58:30.7478195Z -- Private CUDA Deps. : 2025-03-14T03:58:30.7478454Z -- USE_COREML_DELEGATE : OFF 2025-03-14T03:58:30.7478740Z -- BUILD_LAZY_TS_BACKEND : ON 2025-03-14T03:58:30.7479015Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-03-14T03:58:30.7558884Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-03-14T03:58:30.8249928Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-03-14T03:58:30.8265085Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-03-14T03:58:30.8963112Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-03-14T03:58:30.9022705Z -- Configuring done 2025-03-14T03:58:40.8045789Z -- Generating done 2025-03-14T03:58:41.0329453Z CMake Warning: 2025-03-14T03:58:41.0329849Z Manually-specified variables were not used by the project: 2025-03-14T03:58:41.0330160Z 2025-03-14T03:58:41.0330248Z BUILD_ENVIRONMENT 2025-03-14T03:58:41.0330719Z BUILD_TYPE 2025-03-14T03:58:41.0330920Z BUILD_WHEEL 2025-03-14T03:58:41.0331043Z 2025-03-14T03:58:41.0331048Z 2025-03-14T03:58:41.0355451Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-03-14T03:58:46.8988900Z [1/4] Generating ATen declarations_yaml 2025-03-14T03:58:53.9345399Z [2/4] Generating ATen headers 2025-03-14T03:58:54.4931922Z [3/4] Generating ATen sources 2025-03-14T03:59:00.2061863Z [1/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-14T03:59:00.2135088Z [2/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-14T03:59:00.2148204Z [3/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-03-14T03:59:00.2162540Z [4/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-14T03:59:00.2375526Z [5/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-14T03:59:00.2458536Z [6/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-14T03:59:00.2601310Z [7/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-14T03:59:00.2708728Z [8/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-14T03:59:00.4530869Z [9/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-14T03:59:00.4664750Z [10/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-14T03:59:00.4873228Z [11/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-14T03:59:00.5224812Z [12/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-14T03:59:00.5270785Z [13/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-14T03:59:00.5519449Z [14/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-14T03:59:00.5749798Z [15/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-14T03:59:00.6753496Z [16/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-14T03:59:00.7151386Z [17/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-14T03:59:00.7637541Z [18/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-14T03:59:00.8008270Z [19/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-14T03:59:00.8196164Z [20/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-14T03:59:00.8646054Z [21/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-14T03:59:00.9055653Z [22/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-14T03:59:00.9583931Z [23/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-14T03:59:00.9808003Z [24/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-14T03:59:01.1080314Z [25/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-03-14T03:59:01.1449023Z [26/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-03-14T03:59:01.2017391Z [27/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-03-14T03:59:01.2688328Z [28/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-03-14T03:59:01.3328739Z [29/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-14T03:59:01.3587129Z [30/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-03-14T03:59:01.5103704Z [31/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-03-14T03:59:01.5350891Z [32/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-03-14T03:59:01.5643602Z [33/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-03-14T03:59:01.5907147Z [34/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-03-14T03:59:01.6390048Z [35/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-03-14T03:59:01.6691696Z [36/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-03-14T03:59:01.6998335Z [37/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-03-14T03:59:01.8085416Z [38/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-03-14T03:59:01.8120795Z [39/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-03-14T03:59:01.8765197Z [40/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-03-14T03:59:01.9108761Z [41/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-03-14T03:59:01.9323208Z [42/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-03-14T03:59:01.9796000Z [43/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-03-14T03:59:02.1225929Z [44/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-03-14T03:59:02.1561302Z [45/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-03-14T03:59:02.1913285Z [46/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-03-14T03:59:02.2003614Z [47/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-03-14T03:59:02.2682753Z [48/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-03-14T03:59:02.3160887Z [49/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-03-14T03:59:02.3679438Z [50/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-03-14T03:59:02.4977902Z [51/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-03-14T03:59:02.5634685Z [52/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-03-14T03:59:02.5806716Z [53/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-03-14T03:59:02.5821229Z [54/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-03-14T03:59:02.6400648Z [55/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-03-14T03:59:02.6633718Z [56/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-03-14T03:59:02.6711289Z [57/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-14T03:59:02.6897019Z [58/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-14T03:59:02.8052366Z [59/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-03-14T03:59:02.8397226Z [60/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-03-14T03:59:02.9111463Z [61/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-03-14T03:59:02.9308214Z [62/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-03-14T03:59:02.9770224Z [63/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-03-14T03:59:02.9835934Z [64/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-03-14T03:59:03.0243358Z [65/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-03-14T03:59:03.0350011Z [66/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-03-14T03:59:03.1149550Z [67/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-03-14T03:59:03.2673922Z [68/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-03-14T03:59:03.2995090Z [69/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-03-14T03:59:03.3106745Z [70/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-03-14T03:59:03.3188802Z [71/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-03-14T03:59:03.3440032Z [72/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-03-14T03:59:03.3551765Z [73/7082] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-03-14T03:59:03.3843869Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:59:03.3854022Z 2025-03-14T03:59:03.3854035Z 2025-03-14T03:59:03.3854385Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:59:03.3854790Z 2025-03-14T03:59:03.3854795Z 2025-03-14T03:59:03.3854801Z 2025-03-14T03:59:03.3854807Z 2025-03-14T03:59:03.3855455Z [74/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-03-14T03:59:03.3864210Z [75/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-03-14T03:59:03.5496818Z [76/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-03-14T03:59:03.6249787Z [77/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-03-14T03:59:03.6637034Z [78/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-03-14T03:59:03.7164930Z [79/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-03-14T03:59:03.7348943Z [80/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-03-14T03:59:03.7953566Z [81/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-03-14T03:59:03.9068741Z [82/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-03-14T03:59:03.9208275Z [83/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-03-14T03:59:03.9442131Z [84/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-03-14T03:59:04.0095452Z [85/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-03-14T03:59:04.1008772Z [86/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-03-14T03:59:04.1134131Z [87/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-03-14T03:59:04.2288126Z [88/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-03-14T03:59:04.2492045Z [89/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-03-14T03:59:04.3178030Z [90/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-03-14T03:59:04.3703785Z [91/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-03-14T03:59:04.4070320Z [92/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-03-14T03:59:04.4152343Z [93/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-03-14T03:59:04.4674479Z [94/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-03-14T03:59:04.4947893Z [95/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-03-14T03:59:04.5930334Z [96/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-03-14T03:59:04.6558224Z [97/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-03-14T03:59:04.7309673Z [98/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-03-14T03:59:04.7722967Z [99/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-03-14T03:59:04.7806601Z [100/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-03-14T03:59:04.8107422Z [101/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-03-14T03:59:04.8223916Z [102/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-03-14T03:59:04.9362391Z [103/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-03-14T03:59:04.9961838Z [104/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-03-14T03:59:05.1209839Z [105/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-03-14T03:59:05.1342083Z [106/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-03-14T03:59:05.1436063Z [107/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-03-14T03:59:05.1591875Z [108/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-03-14T03:59:05.1692574Z [109/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-03-14T03:59:05.2163004Z [110/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-03-14T03:59:05.3064400Z [111/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-03-14T03:59:05.3503232Z [112/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-03-14T03:59:05.4009558Z [113/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-03-14T03:59:05.4619879Z [114/7082] Linking CXX static library lib\libprotobuf.lib 2025-03-14T03:59:05.4700265Z [115/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-03-14T03:59:05.5044708Z [116/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-03-14T03:59:05.5151472Z [117/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-03-14T03:59:05.6070320Z [118/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-03-14T03:59:05.6545851Z [119/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-03-14T03:59:05.6734379Z [120/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-03-14T03:59:05.7738175Z [121/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-03-14T03:59:05.8191768Z [122/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-03-14T03:59:05.8444354Z [123/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-03-14T03:59:05.8735542Z [124/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-03-14T03:59:05.8828944Z [125/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-03-14T03:59:06.0094839Z [126/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-03-14T03:59:06.0227037Z [127/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-03-14T03:59:06.0388222Z [128/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-03-14T03:59:06.1917034Z [129/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-03-14T03:59:06.2122764Z [130/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-03-14T03:59:06.2202346Z [131/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-03-14T03:59:06.2417746Z [132/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-03-14T03:59:06.2435850Z [133/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-03-14T03:59:06.3746549Z [134/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-03-14T03:59:06.4035659Z [135/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-03-14T03:59:06.4157318Z [136/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-03-14T03:59:06.4925128Z [137/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-03-14T03:59:06.5559055Z [138/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-03-14T03:59:06.5824542Z [139/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-03-14T03:59:06.5849440Z [140/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-03-14T03:59:06.6238475Z [141/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-03-14T03:59:06.7057238Z [142/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-03-14T03:59:06.7382219Z [143/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-03-14T03:59:06.7752279Z [144/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-03-14T03:59:06.8445037Z [145/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-03-14T03:59:06.9507884Z [146/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-03-14T03:59:06.9640698Z [147/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-03-14T03:59:06.9761332Z [148/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-03-14T03:59:07.0013821Z [149/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-03-14T03:59:07.0933104Z [150/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-03-14T03:59:07.1264067Z [151/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-03-14T03:59:07.1714442Z [152/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-03-14T03:59:07.1937202Z [153/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-03-14T03:59:07.3131364Z [154/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-03-14T03:59:07.3202031Z [155/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-03-14T03:59:07.3294056Z [156/7082] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-03-14T03:59:07.3737254Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:59:07.3737760Z 2025-03-14T03:59:07.3737767Z 2025-03-14T03:59:07.3737954Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:59:07.3738231Z 2025-03-14T03:59:07.3738445Z 2025-03-14T03:59:07.3738449Z 2025-03-14T03:59:07.3738453Z 2025-03-14T03:59:07.3738910Z [157/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-03-14T03:59:07.3839579Z [158/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-03-14T03:59:07.3849267Z [159/7082] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-03-14T03:59:07.4546112Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:59:07.4546694Z 2025-03-14T03:59:07.4546702Z 2025-03-14T03:59:07.4547026Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:59:07.4547540Z 2025-03-14T03:59:07.4547547Z 2025-03-14T03:59:07.4547554Z 2025-03-14T03:59:07.4547560Z 2025-03-14T03:59:07.4548334Z [160/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-03-14T03:59:07.5182583Z [161/7082] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-03-14T03:59:07.5384336Z [162/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-03-14T03:59:07.5653887Z [163/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-03-14T03:59:07.5715174Z [164/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-03-14T03:59:07.5879915Z [165/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-03-14T03:59:07.6498718Z [166/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-03-14T03:59:07.6586914Z [167/7082] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-03-14T03:59:07.6956966Z [168/7082] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-03-14T03:59:07.7577748Z [169/7082] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-03-14T03:59:07.8610578Z [170/7082] Linking CXX static library lib\libprotoc.lib 2025-03-14T03:59:07.9156818Z [171/7082] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-03-14T03:59:07.9305850Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:07.9307593Z [172/7082] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-03-14T03:59:07.9661363Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:07.9663128Z [173/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-03-14T03:59:07.9960758Z [174/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-03-14T03:59:08.0344617Z [175/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-03-14T03:59:08.0389053Z [176/7082] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-03-14T03:59:08.0549546Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:08.0550653Z [177/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-03-14T03:59:08.0601559Z [178/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-03-14T03:59:08.0776590Z [179/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-03-14T03:59:08.0834856Z [180/7082] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-03-14T03:59:08.0978439Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:08.0979526Z [181/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-03-14T03:59:08.1158338Z [182/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-03-14T03:59:08.1534392Z [183/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-03-14T03:59:08.1549066Z [184/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-03-14T03:59:08.1597991Z [185/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-03-14T03:59:08.1609088Z [186/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-03-14T03:59:08.1979540Z [187/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-03-14T03:59:08.2015355Z [188/7082] Linking C static library lib\pthreadpool.lib 2025-03-14T03:59:08.2193076Z [189/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-03-14T03:59:08.2561097Z [190/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-03-14T03:59:08.2625398Z [191/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-03-14T03:59:08.2768201Z [192/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-14T03:59:08.3157269Z [193/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-03-14T03:59:08.3261945Z [194/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-03-14T03:59:08.3319109Z [195/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-03-14T03:59:08.3600803Z [196/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T03:59:08.3648409Z [197/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-03-14T03:59:08.4273563Z [198/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-03-14T03:59:08.4285373Z [199/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:59:08.4296273Z [200/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:59:08.4398296Z [201/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-03-14T03:59:08.4479554Z [202/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-03-14T03:59:08.4557968Z [203/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-03-14T03:59:08.4763278Z [204/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:08.5352195Z [205/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-03-14T03:59:08.5447085Z [206/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:08.5529310Z [207/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-03-14T03:59:08.5611295Z [208/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:08.5661293Z [209/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-03-14T03:59:08.5777111Z [210/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-03-14T03:59:08.5794827Z [211/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:08.6266895Z [212/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-03-14T03:59:08.6694454Z [213/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-03-14T03:59:08.6709439Z [214/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:59:08.7025920Z [215/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-03-14T03:59:08.7037904Z [216/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-03-14T03:59:08.7110861Z [217/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-03-14T03:59:08.7225580Z [218/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:59:08.7410585Z [219/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-03-14T03:59:08.7622881Z [220/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-03-14T03:59:08.7733451Z [221/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-03-14T03:59:08.8148688Z [222/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-03-14T03:59:08.8472535Z [223/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-03-14T03:59:08.8591216Z [224/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-03-14T03:59:08.8651374Z [225/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-03-14T03:59:08.8752292Z [226/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-03-14T03:59:08.8765301Z [227/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-03-14T03:59:08.8883241Z [228/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-03-14T03:59:08.9245565Z [229/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-03-14T03:59:08.9572157Z [230/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-03-14T03:59:08.9822462Z [231/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-03-14T03:59:08.9834772Z [232/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-03-14T03:59:08.9892057Z [233/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-03-14T03:59:09.0219282Z [234/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-03-14T03:59:09.0325049Z [235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-03-14T03:59:09.0592366Z [236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-03-14T03:59:09.1067122Z [237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-03-14T03:59:09.1193592Z [238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-03-14T03:59:09.1293257Z [239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-03-14T03:59:09.1343131Z [240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-03-14T03:59:09.1355372Z [241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-03-14T03:59:09.1465340Z [242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-03-14T03:59:09.2112070Z [243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-03-14T03:59:09.2319603Z [244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-03-14T03:59:09.2367480Z [245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-03-14T03:59:09.2530246Z [246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-03-14T03:59:09.2543645Z [247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-03-14T03:59:09.2595381Z [248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-03-14T03:59:09.2699070Z [249/7082] Linking CXX executable bin\protoc.exe 2025-03-14T03:59:09.2856459Z [250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-03-14T03:59:09.3237108Z [251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-03-14T03:59:09.3454943Z [252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-03-14T03:59:09.3574448Z [253/7082] Running gen_proto.py on onnx/onnx.in.proto 2025-03-14T03:59:09.3673759Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-03-14T03:59:09.3674186Z 2025-03-14T03:59:09.3674672Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-03-14T03:59:09.3675180Z 2025-03-14T03:59:09.3675528Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-03-14T03:59:09.3675981Z 2025-03-14T03:59:09.3676270Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-03-14T03:59:09.3676664Z 2025-03-14T03:59:09.3677177Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-03-14T03:59:09.3677572Z 2025-03-14T03:59:09.3677979Z [254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-03-14T03:59:09.3725097Z [255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-03-14T03:59:09.3806782Z [256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T03:59:09.3982072Z [257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-03-14T03:59:09.3994946Z [258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-03-14T03:59:09.4375523Z [259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-03-14T03:59:09.4537688Z [260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-03-14T03:59:09.4660619Z [261/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-03-14T03:59:09.4705932Z [262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-03-14T03:59:09.5461308Z [263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:59:09.5736058Z [264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:59:09.6179516Z [265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-03-14T03:59:09.6191502Z [266/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-03-14T03:59:09.6202316Z [267/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-03-14T03:59:09.6213104Z [268/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-03-14T03:59:09.6223330Z [269/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-03-14T03:59:09.6319817Z [270/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-03-14T03:59:09.7292082Z [271/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-03-14T03:59:09.7336860Z [272/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-03-14T03:59:09.7348078Z [273/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-14T03:59:09.7487958Z [274/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-03-14T03:59:09.7601486Z [275/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-03-14T03:59:09.7675168Z [276/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:59:09.7785294Z [277/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-03-14T03:59:09.8410450Z [278/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-03-14T03:59:09.8557665Z [279/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:59:09.8713386Z [280/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-03-14T03:59:09.8786403Z [281/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-03-14T03:59:09.8846659Z [282/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-03-14T03:59:09.8898280Z [283/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-03-14T03:59:09.9156170Z [284/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:59:09.9283111Z [285/7082] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-14T03:59:09.9839744Z [286/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-03-14T03:59:10.0027954Z [287/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-03-14T03:59:10.0135604Z [288/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-03-14T03:59:10.0201637Z [289/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:59:10.0339604Z [290/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-03-14T03:59:10.0402801Z [291/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-03-14T03:59:10.0472890Z [292/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-03-14T03:59:10.0548980Z [293/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-03-14T03:59:10.0968605Z [294/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-03-14T03:59:10.1128425Z [295/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-14T03:59:10.1357384Z [296/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-03-14T03:59:10.1481264Z [297/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-03-14T03:59:10.1537541Z [298/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-03-14T03:59:10.1631202Z [299/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-03-14T03:59:10.1812660Z [300/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:59:10.2132072Z [301/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-03-14T03:59:10.2241771Z [302/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-03-14T03:59:10.2482834Z [303/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:59:10.2663982Z [304/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2025-03-14T03:59:10.2728613Z [305/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2025-03-14T03:59:10.2878392Z [306/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2025-03-14T03:59:10.3080323Z [307/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2025-03-14T03:59:10.3136041Z [308/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-03-14T03:59:10.3360367Z [309/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2025-03-14T03:59:10.3659246Z [310/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:59:10.3714605Z [311/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2025-03-14T03:59:10.3764036Z [312/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:59:10.3858981Z [313/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2025-03-14T03:59:10.4145966Z [314/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2025-03-14T03:59:10.4389289Z [315/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-03-14T03:59:10.4449820Z [316/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2025-03-14T03:59:10.4797468Z [317/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-03-14T03:59:10.4810786Z [318/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:59:10.4880625Z [319/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-03-14T03:59:10.4935128Z [320/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-03-14T03:59:10.4988224Z [321/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-03-14T03:59:10.5306713Z [322/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-03-14T03:59:10.5787141Z [323/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:10.5905231Z [324/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-03-14T03:59:10.6037085Z [325/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:10.6146998Z [326/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:59:10.6160712Z [327/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:10.6214724Z [328/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:10.6412359Z [329/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-03-14T03:59:10.6616302Z [330/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-03-14T03:59:10.7113194Z [331/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-03-14T03:59:10.7385994Z [332/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-03-14T03:59:10.7473927Z [333/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:59:10.7584467Z [334/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:10.7694146Z [335/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-03-14T03:59:10.7706426Z [336/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-03-14T03:59:10.7718869Z [337/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-03-14T03:59:10.7897521Z [338/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-03-14T03:59:10.8611829Z [339/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:10.8890562Z [340/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-03-14T03:59:10.8907233Z [341/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-03-14T03:59:10.9051514Z [342/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-03-14T03:59:10.9134217Z [343/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:10.9197914Z [344/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:10.9509111Z [345/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:59:10.9522191Z [346/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-03-14T03:59:10.9687608Z [347/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-03-14T03:59:10.9837255Z [348/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-03-14T03:59:10.9979450Z [349/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-03-14T03:59:11.0311555Z [350/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.0405188Z [351/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.0495894Z [352/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.0651198Z [353/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:11.0936554Z [354/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:59:11.1007453Z [355/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-03-14T03:59:11.1087130Z [356/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-03-14T03:59:11.1100266Z [357/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-03-14T03:59:11.1513702Z [358/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-03-14T03:59:11.1586489Z [359/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-03-14T03:59:11.1699517Z [360/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-03-14T03:59:11.1827264Z [361/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.2158505Z [362/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-03-14T03:59:11.2339361Z [363/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:11.2362172Z [364/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-03-14T03:59:11.2422277Z [365/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-03-14T03:59:11.2698426Z [366/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-03-14T03:59:11.2758959Z [367/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-03-14T03:59:11.2862622Z [368/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-03-14T03:59:11.3254160Z [369/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.3402168Z [370/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-03-14T03:59:11.3634680Z [371/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:59:11.3718089Z [372/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:59:11.3819013Z [373/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:59:11.3922336Z [374/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:59:11.4008029Z [375/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-03-14T03:59:11.4125159Z [376/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:59:11.4180432Z [377/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-03-14T03:59:11.4684847Z [378/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.4981489Z [379/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:11.5070241Z [380/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.5123245Z [381/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:11.5409285Z [382/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.5503111Z [383/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2025-03-14T03:59:11.5710626Z [384/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:11.5761077Z [385/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.5969554Z [386/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:11.6377029Z [387/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:59:11.6540598Z [388/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:59:11.6662735Z [389/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2025-03-14T03:59:11.6807622Z [390/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.7098053Z [391/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.7149202Z [392/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:11.7390107Z [393/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:59:11.7541042Z [394/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:11.7730976Z [395/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2025-03-14T03:59:11.7742520Z [396/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:11.8048227Z [397/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2025-03-14T03:59:11.8403576Z [398/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:59:11.8487478Z [399/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:59:11.8576125Z [400/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:59:11.8663281Z [401/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-03-14T03:59:11.8830524Z [402/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:59:11.8970041Z [403/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-03-14T03:59:11.9141914Z [404/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-03-14T03:59:11.9247149Z [405/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:59:11.9453405Z [406/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:59:11.9559810Z [407/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-03-14T03:59:11.9618487Z [408/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-03-14T03:59:12.0092497Z [409/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-03-14T03:59:12.0436202Z [410/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-03-14T03:59:12.0634937Z [411/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-03-14T03:59:12.0857334Z [412/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-03-14T03:59:12.1088720Z [413/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:59:13.6038159Z [414/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-03-14T03:59:13.6086217Z [415/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-03-14T03:59:13.6290452Z [416/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-03-14T03:59:13.6390272Z [417/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:59:13.6438678Z [418/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-03-14T03:59:13.6542479Z [419/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-03-14T03:59:13.6606067Z [420/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-03-14T03:59:13.6669136Z [421/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-03-14T03:59:13.7228410Z [422/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-03-14T03:59:13.7278049Z [423/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-03-14T03:59:13.7484587Z [424/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-03-14T03:59:13.7585038Z [425/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-03-14T03:59:13.7634394Z [426/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-03-14T03:59:13.7684855Z [427/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-03-14T03:59:13.7740385Z [428/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-03-14T03:59:13.7797875Z [429/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-03-14T03:59:13.8224660Z [430/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-03-14T03:59:13.8477981Z [431/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-03-14T03:59:13.8627705Z [432/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-03-14T03:59:13.8735936Z [433/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-03-14T03:59:13.8819147Z [434/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-03-14T03:59:13.9029532Z [435/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-03-14T03:59:13.9118072Z [436/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-03-14T03:59:13.9167104Z [437/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-03-14T03:59:13.9741548Z [438/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-03-14T03:59:13.9810722Z [439/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-03-14T03:59:13.9880141Z [440/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-03-14T03:59:13.9923812Z [441/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-03-14T03:59:14.0089505Z [442/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-03-14T03:59:14.0169080Z [443/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-03-14T03:59:14.0457493Z [444/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-03-14T03:59:14.0475479Z [445/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-03-14T03:59:14.0922165Z [446/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-03-14T03:59:14.0981137Z [447/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-03-14T03:59:14.1043409Z [448/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-03-14T03:59:14.1245274Z [449/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-03-14T03:59:14.1301144Z [450/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-03-14T03:59:14.1450373Z [451/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-03-14T03:59:14.1539788Z [452/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-03-14T03:59:14.1554126Z [453/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-03-14T03:59:14.2035643Z [454/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-03-14T03:59:14.2219317Z [455/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-03-14T03:59:14.2234744Z [456/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-03-14T03:59:14.2414084Z [457/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-03-14T03:59:14.2800996Z [458/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-03-14T03:59:14.2909415Z [459/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-03-14T03:59:14.2987084Z [460/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-03-14T03:59:14.3147693Z [461/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-03-14T03:59:14.3164168Z [462/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-03-14T03:59:14.3327097Z [463/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-03-14T03:59:14.3717027Z [464/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-03-14T03:59:14.3876935Z [465/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-03-14T03:59:14.4001011Z [466/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-03-14T03:59:14.4014839Z [467/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-03-14T03:59:14.4237654Z [468/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-03-14T03:59:14.4305870Z [469/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-03-14T03:59:14.4366212Z [470/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-03-14T03:59:14.4427977Z [471/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-03-14T03:59:14.5021671Z [472/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-03-14T03:59:14.5113145Z [473/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-03-14T03:59:14.5168389Z [474/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-03-14T03:59:14.5362278Z [475/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-03-14T03:59:14.5377338Z [476/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-03-14T03:59:14.5433358Z [477/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-03-14T03:59:14.5516136Z [478/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-03-14T03:59:14.5951284Z [479/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-03-14T03:59:14.6105801Z [480/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-03-14T03:59:14.6302610Z [481/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-03-14T03:59:14.6472929Z [482/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-03-14T03:59:14.6527099Z [483/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-03-14T03:59:14.6684901Z [484/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-03-14T03:59:14.6747671Z [485/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-03-14T03:59:14.6808971Z [486/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-03-14T03:59:14.7262021Z [487/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-03-14T03:59:14.7512195Z [488/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-03-14T03:59:14.7573928Z [489/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-03-14T03:59:14.7723653Z [490/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-03-14T03:59:14.7873403Z [491/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-03-14T03:59:14.8050418Z [492/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-03-14T03:59:14.8446623Z [493/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-03-14T03:59:14.8501517Z [494/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-03-14T03:59:14.8568554Z [495/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-03-14T03:59:14.8676945Z [496/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-03-14T03:59:14.8734710Z [497/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-03-14T03:59:14.8913985Z [498/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-03-14T03:59:14.8976618Z [499/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-03-14T03:59:14.9116797Z [500/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-03-14T03:59:14.9524011Z [501/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-03-14T03:59:14.9587556Z [502/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-03-14T03:59:14.9786759Z [503/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-03-14T03:59:14.9861216Z [504/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-03-14T03:59:15.0132659Z [505/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-03-14T03:59:15.0225194Z [506/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-03-14T03:59:15.0242034Z [507/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-03-14T03:59:15.0447754Z [508/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-03-14T03:59:15.0873784Z [509/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-03-14T03:59:15.0973679Z [510/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-03-14T03:59:15.1030916Z [511/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-03-14T03:59:15.1043212Z [512/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-03-14T03:59:15.1302811Z [513/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-03-14T03:59:15.1366848Z [514/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-03-14T03:59:15.1426109Z [515/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-03-14T03:59:15.1991651Z [516/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-03-14T03:59:15.2147850Z [517/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-03-14T03:59:15.2160472Z [518/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-03-14T03:59:15.2321412Z [519/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-03-14T03:59:15.2335471Z [520/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-03-14T03:59:15.2505273Z [521/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-03-14T03:59:15.2643407Z [522/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-03-14T03:59:15.3262937Z [523/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-03-14T03:59:15.3276754Z [524/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-03-14T03:59:15.3348622Z [525/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-03-14T03:59:15.3416557Z [526/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-03-14T03:59:15.3548286Z [527/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-03-14T03:59:15.3606356Z [528/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-03-14T03:59:15.3661747Z [529/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-03-14T03:59:15.3817916Z [530/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-03-14T03:59:15.4546394Z [531/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-03-14T03:59:15.4596771Z [532/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-03-14T03:59:15.4608752Z [533/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-03-14T03:59:15.4689690Z [534/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-03-14T03:59:15.4759419Z [535/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-03-14T03:59:15.4772106Z [536/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-03-14T03:59:15.4991705Z [537/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-03-14T03:59:15.5059978Z [538/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2025-03-14T03:59:15.5710541Z [539/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2025-03-14T03:59:15.5903889Z [540/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-03-14T03:59:15.5953724Z [541/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-03-14T03:59:15.6033285Z [542/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-03-14T03:59:15.6090217Z [543/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-03-14T03:59:15.6104489Z [544/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-03-14T03:59:15.6163515Z [545/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-03-14T03:59:15.6178553Z [546/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-03-14T03:59:15.6816589Z [547/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-03-14T03:59:15.7060368Z [548/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-03-14T03:59:15.7164325Z [549/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-03-14T03:59:15.7254399Z [550/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-03-14T03:59:15.7331082Z [551/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-03-14T03:59:15.7408743Z [552/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-03-14T03:59:15.7462216Z [553/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-03-14T03:59:15.7665172Z [554/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-03-14T03:59:15.8166553Z [555/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-03-14T03:59:15.8219884Z [556/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-03-14T03:59:15.8399138Z [557/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-03-14T03:59:15.8449426Z [558/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-03-14T03:59:15.8567878Z [559/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-03-14T03:59:15.8629656Z [560/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-03-14T03:59:15.8841746Z [561/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-03-14T03:59:15.8903690Z [562/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-03-14T03:59:15.9357895Z [563/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-03-14T03:59:15.9415019Z [564/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-03-14T03:59:15.9467232Z [565/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-03-14T03:59:15.9548303Z [566/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-03-14T03:59:15.9669799Z [567/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-03-14T03:59:15.9723236Z [568/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-03-14T03:59:16.0179882Z [569/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-03-14T03:59:16.0197513Z [570/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-03-14T03:59:16.0644474Z [571/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-03-14T03:59:16.0701553Z [572/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-03-14T03:59:16.0719250Z [573/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-03-14T03:59:16.0899389Z [574/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-03-14T03:59:16.0911231Z [575/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-03-14T03:59:16.1295320Z [576/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-03-14T03:59:16.1427045Z [577/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-03-14T03:59:16.1635497Z [578/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-03-14T03:59:16.1723017Z [579/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-03-14T03:59:16.1805034Z [580/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-03-14T03:59:16.2050406Z [581/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-03-14T03:59:16.2133313Z [582/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-03-14T03:59:16.2296468Z [583/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-03-14T03:59:16.2349489Z [584/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-03-14T03:59:16.2547090Z [585/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-03-14T03:59:16.2801110Z [586/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-03-14T03:59:16.3112655Z [587/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-03-14T03:59:16.3325046Z [588/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-03-14T03:59:16.3375467Z [589/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-03-14T03:59:16.3388981Z [590/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-03-14T03:59:16.3452054Z [591/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-03-14T03:59:16.3465446Z [592/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-03-14T03:59:16.3755208Z [593/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-03-14T03:59:16.4056953Z [594/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-03-14T03:59:16.4519181Z [595/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-03-14T03:59:16.4570714Z [596/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-03-14T03:59:16.4628298Z [597/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-03-14T03:59:16.4828613Z [598/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2025-03-14T03:59:16.4887515Z [599/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-03-14T03:59:16.5022894Z [600/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2025-03-14T03:59:16.5115361Z [601/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-03-14T03:59:16.5178212Z [602/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2025-03-14T03:59:16.5623010Z [603/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2025-03-14T03:59:16.5962430Z [604/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-03-14T03:59:16.6140317Z [605/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-03-14T03:59:16.6156358Z [606/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-03-14T03:59:16.6169085Z [607/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-03-14T03:59:16.6221127Z [608/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-03-14T03:59:16.6419021Z [609/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-03-14T03:59:16.6435627Z [610/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-03-14T03:59:16.6696167Z [611/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-03-14T03:59:16.7095338Z [612/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-03-14T03:59:16.7254364Z [613/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-03-14T03:59:16.7304313Z [614/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-03-14T03:59:16.7505899Z [615/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-03-14T03:59:16.7581089Z [616/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-03-14T03:59:16.7593355Z [617/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-03-14T03:59:16.7702449Z [618/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-03-14T03:59:16.7824406Z [619/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-03-14T03:59:16.8459791Z [620/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-03-14T03:59:16.8516783Z [621/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-03-14T03:59:16.8534880Z [622/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-03-14T03:59:16.8782145Z [623/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-03-14T03:59:16.8833845Z [624/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-03-14T03:59:16.8892371Z [625/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-03-14T03:59:16.9019198Z [626/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:59:16.9065174Z [627/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:16.9836851Z [628/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:59:16.9969300Z [629/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.0059461Z [630/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:59:17.0182981Z [631/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:59:17.0257029Z [632/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.0351868Z [633/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:59:17.0366849Z [634/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:17.0905044Z [635/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.1271360Z [636/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.1514178Z [637/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:17.1532911Z [638/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:17.1703628Z [639/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.1770449Z [640/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.2048146Z [641/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.2372492Z [642/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.2385578Z [643/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.2658333Z [644/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:17.3142255Z [645/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.3213645Z [646/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:59:17.3263254Z [647/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:17.3491608Z [648/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:59:17.3649972Z [649/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:59:17.3874751Z [650/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T03:59:17.4046775Z [651/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T03:59:17.4195616Z [652/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:59:17.4317225Z [653/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.4562305Z [654/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T03:59:17.4695436Z [655/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:59:17.4750716Z [656/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:17.4855490Z [657/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T03:59:17.5350845Z [658/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:59:17.5591766Z [659/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:59:17.5684418Z [660/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.5780780Z [661/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T03:59:17.5935226Z [662/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:59:17.5988466Z [663/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:17.6189645Z [664/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:59:17.6242814Z [665/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.6580555Z [666/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.obj 2025-03-14T03:59:17.7072883Z [667/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:59:17.7198565Z [668/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:59:17.7213718Z [669/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:17.7265735Z [670/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:59:17.7563643Z [671/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T03:59:17.7768032Z [672/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.7781670Z [673/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:59:17.7910215Z [674/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.obj 2025-03-14T03:59:17.8558681Z [675/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.8570645Z [676/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:59:17.8582122Z [677/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:59:17.8632888Z [678/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:17.9060350Z [679/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T03:59:17.9154681Z [680/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:59:17.9169510Z [681/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:17.9590290Z [682/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:59:17.9744080Z [683/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:17.9858479Z [684/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T03:59:18.0083464Z [685/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:18.0340281Z [686/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:18.0480925Z [687/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:59:18.0604072Z [688/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T03:59:18.0710920Z [689/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:59:18.1088334Z [690/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:18.1138762Z [691/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:18.1226499Z [692/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:59:18.1277440Z [693/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:59:18.1704395Z [694/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:18.1795755Z [695/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2025-03-14T03:59:18.1994344Z [696/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:59:18.2258508Z [697/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:18.2321975Z [698/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:59:18.2464688Z [699/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:59:18.2516159Z [700/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2025-03-14T03:59:18.2587976Z [701/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2025-03-14T03:59:18.2957294Z [702/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2025-03-14T03:59:18.3017825Z [703/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:59:18.3249016Z [704/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:59:18.3451935Z [705/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-03-14T03:59:18.3544983Z [706/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:59:18.3834998Z [707/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:18.3878798Z [708/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:59:18.4121186Z [709/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:18.4276014Z [710/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:18.4326950Z [711/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T03:59:18.4636486Z [712/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:18.4721196Z [713/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:18.5134183Z [714/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T03:59:18.5205739Z [715/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:18.5288652Z [716/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:59:18.5345263Z [717/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T03:59:18.5415806Z [718/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:18.5428339Z [719/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:18.5799458Z [720/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:18.5814244Z [721/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:18.6309367Z [722/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T03:59:18.6364946Z [723/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-03-14T03:59:18.6417208Z [724/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T03:59:18.6520477Z [725/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-03-14T03:59:18.6628698Z [726/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-03-14T03:59:18.6816527Z [727/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:59:18.6952600Z [728/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T03:59:18.7268950Z [729/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:59:18.7326196Z [730/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-03-14T03:59:18.7383514Z [731/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-03-14T03:59:18.7840501Z [732/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T03:59:18.7955556Z [733/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T03:59:18.8067398Z [734/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T03:59:18.8127853Z [735/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-03-14T03:59:18.8141378Z [736/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:59:18.8410199Z [737/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:18.8467399Z [738/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:18.8575140Z [739/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:18.9194341Z [740/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:18.9375322Z [741/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:59:18.9388778Z [742/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:59:18.9455586Z [743/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:59:18.9477217Z [744/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:18.9648506Z [745/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:18.9808394Z [746/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:18.9910552Z [747/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.0454763Z [748/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.0559037Z [749/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:59:19.0611117Z [750/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:59:19.0844556Z [751/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:19.0905599Z [752/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:59:19.0917539Z [753/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:19.1056736Z [754/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:19.1113824Z [755/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.1664905Z [756/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.1864901Z [757/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:19.1992996Z [758/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:59:19.2137217Z [759/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:59:19.2405125Z [760/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T03:59:19.2504198Z [761/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.2519066Z [762/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:19.2748458Z [763/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.3003622Z [764/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:19.3410831Z [765/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:19.3465233Z [766/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:19.3479740Z [767/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:19.3691800Z [768/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:59:19.3746609Z [769/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:19.4122725Z [770/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.4280548Z [771/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:19.4444066Z [772/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.4684886Z [773/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:19.4829006Z [774/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:19.4942050Z [775/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:59:19.5035495Z [776/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:19.5048648Z [777/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T03:59:19.5345496Z [778/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:19.5455375Z [779/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:19.6001418Z [780/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.6052161Z [781/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.6222614Z [782/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:19.6284691Z [783/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:19.6360341Z [784/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:19.6485674Z [785/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:59:19.6663411Z [786/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:19.6715057Z [787/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:19.7351110Z [788/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:19.7412050Z [789/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:19.7495525Z [790/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:19.7508913Z [791/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:19.7520079Z [792/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:19.7657995Z [793/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:59:19.7944342Z [794/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:19.8029243Z [795/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:59:19.8353007Z [796/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-03-14T03:59:19.8589161Z [797/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-03-14T03:59:19.8637583Z [798/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-03-14T03:59:19.8714334Z [799/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T03:59:19.8770232Z [800/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-03-14T03:59:19.9075822Z [801/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-03-14T03:59:19.9128733Z [802/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-03-14T03:59:19.9285282Z [803/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-03-14T03:59:19.9716185Z [804/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-03-14T03:59:19.9728498Z [805/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-03-14T03:59:19.9740843Z [806/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-03-14T03:59:19.9752694Z [807/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-03-14T03:59:20.0010679Z [808/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:59:20.0165855Z [809/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:59:20.0225133Z [810/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:59:20.0779865Z [811/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-03-14T03:59:20.0848038Z [812/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:59:20.0860391Z [813/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-03-14T03:59:20.0944492Z [814/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.1093927Z [815/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:59:20.1296356Z [816/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:59:20.1315045Z [817/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-03-14T03:59:20.1584296Z [818/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.1923533Z [819/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.1989780Z [820/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-03-14T03:59:20.2058953Z [821/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.2136262Z [822/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-03-14T03:59:20.2256669Z [823/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-03-14T03:59:20.2478650Z [824/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-03-14T03:59:20.2492632Z [825/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-03-14T03:59:20.2810342Z [826/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-03-14T03:59:20.3013411Z [827/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-03-14T03:59:20.3245331Z [828/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-03-14T03:59:20.3331901Z [829/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-03-14T03:59:20.3345071Z [830/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-03-14T03:59:20.3432633Z [831/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-03-14T03:59:20.3675112Z [832/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-03-14T03:59:20.3765316Z [833/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-03-14T03:59:20.3886363Z [834/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-03-14T03:59:20.4163425Z [835/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-03-14T03:59:20.4400710Z [836/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:59:20.4552115Z [837/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:59:20.4693417Z [838/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:59:20.4707183Z [839/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.4897907Z [840/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:59:20.5078186Z [841/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:59:20.5174168Z [842/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:59:20.5260429Z [843/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:20.5365645Z [844/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-03-14T03:59:20.5520930Z [845/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-03-14T03:59:20.5657855Z [846/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-03-14T03:59:20.5999140Z [847/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-03-14T03:59:20.6070978Z [848/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T03:59:20.6317638Z [849/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:20.6438929Z [850/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:20.6454938Z [851/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:20.6667009Z [852/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:20.6778876Z [853/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:20.6833125Z [854/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:59:20.7200880Z [855/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T03:59:20.7686916Z [856/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:59:20.7699241Z [857/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:59:20.7751387Z [858/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:59:20.7762510Z [859/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:20.7996063Z [860/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:20.8132866Z [861/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:59:20.8240943Z [862/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:59:20.8615222Z [863/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:59:20.8664421Z [864/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-03-14T03:59:20.8792658Z [865/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T03:59:20.8984890Z [866/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:59:20.9043114Z [867/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:59:20.9131417Z [868/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-03-14T03:59:20.9183087Z [869/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-03-14T03:59:20.9662868Z [870/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-03-14T03:59:20.9873761Z [871/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:20.9925699Z [872/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:21.0106887Z [873/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:21.0394595Z [874/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:21.0529834Z [875/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:21.0613832Z [876/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:21.0671183Z [877/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:21.1032544Z [878/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:21.1176918Z [879/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:21.1389868Z [880/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:21.1760894Z [881/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:21.2030356Z [882/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:21.2058941Z [883/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:21.2361992Z [884/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:21.2418693Z [885/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:21.2470636Z [886/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:21.2483033Z [887/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:21.2740428Z [888/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:21.2800108Z [889/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:21.3162181Z [890/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:21.3449553Z [891/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:21.3578879Z [892/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:59:21.3624910Z [893/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:59:21.3876731Z [894/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:59:21.3889721Z [895/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:59:21.4117751Z [896/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:59:21.4343927Z [897/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:59:21.4538354Z [898/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-03-14T03:59:21.4589140Z [899/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-03-14T03:59:21.4692179Z [900/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-03-14T03:59:21.4904842Z [901/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-03-14T03:59:21.5183301Z [902/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:59:21.5490428Z [903/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:59:21.5853716Z [904/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:59:21.6416906Z [905/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:59:21.6645492Z [906/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-03-14T03:59:21.6702962Z [907/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:59:21.6717874Z [908/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:59:21.6730314Z [909/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-03-14T03:59:21.6742671Z [910/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:21.6757447Z [911/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-03-14T03:59:21.6816116Z [912/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:59:21.7480277Z [913/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:59:21.7809368Z [914/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-03-14T03:59:21.7864363Z [915/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-03-14T03:59:21.7907591Z [916/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-03-14T03:59:21.7919219Z [917/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-03-14T03:59:21.7990456Z [918/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:59:21.8056233Z [919/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:21.8174972Z [920/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-03-14T03:59:21.8623986Z [921/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-03-14T03:59:21.8830418Z [922/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-03-14T03:59:21.9009462Z [923/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-03-14T03:59:21.9145152Z [924/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-03-14T03:59:21.9195532Z [925/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-03-14T03:59:21.9303838Z [926/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-03-14T03:59:21.9599485Z [927/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-03-14T03:59:21.9614489Z [928/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-03-14T03:59:21.9627433Z [929/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-03-14T03:59:21.9810131Z [930/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-03-14T03:59:22.0288989Z [931/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:59:22.0303048Z [932/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-03-14T03:59:22.0522119Z [933/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:59:22.0627555Z [934/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:22.0822451Z [935/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:59:22.0927893Z [936/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:59:22.0987549Z [937/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:59:22.1045244Z [938/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:59:22.1343658Z [939/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-03-14T03:59:22.1399477Z [940/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:59:22.1487356Z [941/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-03-14T03:59:22.1754943Z [942/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-03-14T03:59:22.1815981Z [943/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-03-14T03:59:22.1947833Z [944/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-03-14T03:59:22.2105596Z [945/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-03-14T03:59:22.2329337Z [946/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:59:22.2399092Z [947/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-14T03:59:22.2759680Z [948/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-03-14T03:59:22.2776913Z [949/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-03-14T03:59:22.2915399Z [950/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-03-14T03:59:22.3107056Z [951/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-03-14T03:59:22.3463653Z [952/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-03-14T03:59:22.3518235Z [953/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-03-14T03:59:22.3670118Z [954/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-03-14T03:59:22.3716296Z [955/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-03-14T03:59:22.3805072Z [956/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-03-14T03:59:22.3907313Z [957/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-03-14T03:59:22.3996810Z [958/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:59:22.4049953Z [959/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-14T03:59:22.4477550Z [960/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-03-14T03:59:22.4597881Z [961/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-03-14T03:59:22.4783421Z [962/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-03-14T03:59:22.4889213Z [963/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-03-14T03:59:22.5014547Z [964/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-03-14T03:59:22.5092741Z [965/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2025-03-14T03:59:22.5157925Z [966/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2025-03-14T03:59:22.5171158Z [967/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-03-14T03:59:22.5387262Z [968/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-03-14T03:59:22.5708852Z [969/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-03-14T03:59:22.5766060Z [970/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-03-14T03:59:22.5943359Z [971/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-03-14T03:59:22.6098388Z [972/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-03-14T03:59:22.6211009Z [973/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-03-14T03:59:22.6268138Z [974/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-03-14T03:59:22.6283767Z [975/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-03-14T03:59:22.6585345Z [976/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2025-03-14T03:59:22.6741469Z [977/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-03-14T03:59:22.6794725Z [978/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-03-14T03:59:22.7175644Z [979/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-03-14T03:59:22.7279994Z [980/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-03-14T03:59:22.7291467Z [981/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2025-03-14T03:59:22.7384873Z [982/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-03-14T03:59:22.7436638Z [983/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.obj 2025-03-14T03:59:22.7490853Z [984/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-03-14T03:59:22.7545557Z [985/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-03-14T03:59:22.7557837Z [986/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-03-14T03:59:22.7801310Z [987/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-03-14T03:59:22.7935864Z [988/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-03-14T03:59:22.8006071Z [989/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-03-14T03:59:22.8069305Z [990/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-03-14T03:59:22.8081153Z [991/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-03-14T03:59:22.8161184Z [992/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-03-14T03:59:22.8172037Z [993/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-03-14T03:59:22.8568635Z [994/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-03-14T03:59:22.8780913Z [995/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-03-14T03:59:22.8912279Z [996/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-03-14T03:59:22.8924331Z [997/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-03-14T03:59:22.8980847Z [998/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-03-14T03:59:22.9024240Z [999/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-03-14T03:59:22.9080845Z [1000/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-03-14T03:59:22.9093116Z [1001/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-03-14T03:59:22.9720131Z [1002/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-03-14T03:59:22.9798381Z [1003/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-03-14T03:59:23.0049583Z [1004/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-03-14T03:59:23.0145451Z [1005/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-03-14T03:59:23.0231298Z [1006/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-03-14T03:59:23.0242724Z [1007/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-03-14T03:59:23.0300009Z [1008/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-03-14T03:59:23.0312003Z [1009/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-03-14T03:59:23.0810393Z [1010/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-03-14T03:59:23.0821726Z [1011/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-03-14T03:59:23.0862898Z [1012/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-03-14T03:59:23.0907219Z [1013/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-03-14T03:59:23.0919760Z [1014/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-03-14T03:59:23.0968378Z [1015/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-03-14T03:59:23.0979419Z [1016/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-03-14T03:59:23.1033199Z [1017/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-03-14T03:59:23.1513596Z [1018/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-03-14T03:59:23.1577787Z [1019/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-03-14T03:59:23.1638284Z [1020/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-03-14T03:59:23.1731862Z [1021/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-03-14T03:59:23.1859430Z [1022/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-03-14T03:59:23.1919923Z [1023/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-03-14T03:59:23.2009753Z [1024/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-03-14T03:59:23.2326123Z [1025/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-03-14T03:59:23.2423210Z [1026/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-03-14T03:59:23.2434245Z [1027/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-03-14T03:59:23.2473899Z [1028/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-03-14T03:59:23.2546901Z [1029/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-03-14T03:59:23.2633888Z [1030/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-03-14T03:59:23.2698445Z [1031/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-03-14T03:59:23.2964019Z [1032/7082] Linking C static library lib\cpuinfo.lib 2025-03-14T03:59:23.3072155Z [1033/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-03-14T03:59:23.3150354Z [1034/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-03-14T03:59:23.3189285Z [1035/7082] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-03-14T03:59:23.3190297Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-03-14T03:59:23.3191641Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-03-14T03:59:23.3193220Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-03-14T03:59:23.3194274Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-03-14T03:59:23.3229077Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-03-14T03:59:23.3229658Z 2025-03-14T03:59:23.3229837Z [1036/7082] Running gen_proto.py on onnx/onnx-data.in.proto 2025-03-14T03:59:23.3367370Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-03-14T03:59:23.3367836Z 2025-03-14T03:59:23.3368428Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-03-14T03:59:23.3368962Z 2025-03-14T03:59:23.3369316Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-03-14T03:59:23.3369824Z 2025-03-14T03:59:23.3370136Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-03-14T03:59:23.3370541Z 2025-03-14T03:59:23.3370869Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-03-14T03:59:23.3371293Z 2025-03-14T03:59:23.3371462Z [1037/7082] Linking C executable sleef\bin\mkrename.exe 2025-03-14T03:59:23.3404831Z [1038/7082] Linking C executable sleef\bin\mkalias.exe 2025-03-14T03:59:23.3806216Z [1039/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-03-14T03:59:23.3893051Z [1040/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-03-14T03:59:23.3972298Z [1041/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-03-14T03:59:23.4063217Z [1042/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-03-14T03:59:23.4233120Z [1043/7082] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-03-14T03:59:23.4359190Z [1044/7082] Linking C executable sleef\bin\mkdisp.exe 2025-03-14T03:59:23.4482938Z [1045/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-03-14T03:59:23.5086525Z [1046/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-03-14T03:59:23.5154152Z [1047/7082] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-03-14T03:59:23.5559190Z [1048/7082] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-03-14T03:59:23.6005060Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.6005717Z [1049/7082] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-03-14T03:59:23.6067466Z [1050/7082] Linking C static library lib\microkernels-prod.lib 2025-03-14T03:59:23.6277074Z [1051/7082] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-03-14T03:59:23.6279811Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:23.6281953Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:23.6284552Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:23.6286661Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:23.6288570Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:23.6289818Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:23.6291894Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:23.6294378Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:23.6297561Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:23.6299844Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:23.6301990Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-03-14T03:59:23.6303518Z with 2025-03-14T03:59:23.6303859Z [ 2025-03-14T03:59:23.6304151Z _Ty=int 2025-03-14T03:59:23.6304485Z ] 2025-03-14T03:59:23.6306144Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-03-14T03:59:23.6308002Z with 2025-03-14T03:59:23.6308340Z [ 2025-03-14T03:59:23.6308710Z _OutIt=float *, 2025-03-14T03:59:23.6309157Z Dst=float, 2025-03-14T03:59:23.6309566Z _Diff=size_t, 2025-03-14T03:59:23.6309966Z _Ty=int 2025-03-14T03:59:23.6310309Z ] 2025-03-14T03:59:23.6312001Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(100): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-03-14T03:59:23.6313823Z with 2025-03-14T03:59:23.6314165Z [ 2025-03-14T03:59:23.6314511Z Src=float, 2025-03-14T03:59:23.6314902Z Dst=float 2025-03-14T03:59:23.6315307Z ] 2025-03-14T03:59:23.6316745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-03-14T03:59:23.6318688Z with 2025-03-14T03:59:23.6319097Z [ 2025-03-14T03:59:23.6319437Z _Ty=int 2025-03-14T03:59:23.6319787Z ] 2025-03-14T03:59:23.6321499Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-03-14T03:59:23.6366075Z with 2025-03-14T03:59:23.6366470Z [ 2025-03-14T03:59:23.6366832Z _OutIt=xnn_float16 *, 2025-03-14T03:59:23.6367319Z Dst=xnn_float16, 2025-03-14T03:59:23.6367774Z _Diff=size_t, 2025-03-14T03:59:23.6368179Z _Ty=int 2025-03-14T03:59:23.6368801Z ] 2025-03-14T03:59:23.6370526Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(192): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-03-14T03:59:23.6372417Z with 2025-03-14T03:59:23.6372784Z [ 2025-03-14T03:59:23.6373117Z Src=float, 2025-03-14T03:59:23.6373505Z Dst=xnn_float16 2025-03-14T03:59:23.6373963Z ] 2025-03-14T03:59:23.6374911Z [1052/7082] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-03-14T03:59:23.6587647Z [1053/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-03-14T03:59:23.6704492Z [1054/7082] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-03-14T03:59:23.7130978Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.7131737Z [1055/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-03-14T03:59:23.7276450Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.7277009Z [1056/7082] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-03-14T03:59:23.7422733Z [1057/7082] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-03-14T03:59:23.7517558Z [1058/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-03-14T03:59:23.7530600Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:23.7532100Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.7533240Z [1059/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-03-14T03:59:23.7821559Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:23.7822407Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.7823090Z [1060/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-03-14T03:59:23.7835154Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.7835867Z [1061/7082] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-03-14T03:59:23.8193100Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.8193879Z [1062/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-03-14T03:59:23.8635923Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.8637174Z [1063/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-03-14T03:59:23.8978048Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.8978881Z [1064/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-03-14T03:59:23.9463273Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.9464001Z [1065/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-03-14T03:59:23.9692784Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:23.9694246Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.9695376Z [1066/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-03-14T03:59:23.9779582Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.9780534Z [1067/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-03-14T03:59:23.9842476Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.9843152Z [1068/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-03-14T03:59:23.9943362Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:23.9943996Z [1069/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-03-14T03:59:24.0044501Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0045261Z [1070/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-03-14T03:59:24.0136307Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.0138560Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.0140082Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0141516Z [1071/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-03-14T03:59:24.0340272Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0341071Z [1072/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-03-14T03:59:24.0735884Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.0736738Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0737462Z [1073/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-03-14T03:59:24.0785768Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.0786689Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0787362Z [1074/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-03-14T03:59:24.0842755Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.0843767Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0844592Z [1075/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-03-14T03:59:24.0968058Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0969307Z [1076/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-03-14T03:59:24.0983777Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.0984882Z [1077/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-03-14T03:59:24.1148922Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.1149621Z [1078/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-03-14T03:59:24.1204777Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.1205867Z [1079/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-03-14T03:59:24.1680115Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.1680840Z [1080/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-03-14T03:59:24.1859984Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.1861241Z [1081/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-03-14T03:59:24.2051232Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.2052324Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.2053220Z [1082/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-03-14T03:59:24.2114196Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:59:24.2115990Z [1083/7082] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-03-14T03:59:24.2117781Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-03-14T03:59:24.2119998Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2243): warning C4098: 'xnn_compute_f16_qd8_convert': 'void' function returning a value 2025-03-14T03:59:24.2122609Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2250): warning C4098: 'xnn_compute_f16_qdu8_convert': 'void' function returning a value 2025-03-14T03:59:24.3403316Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2279): warning C4098: 'xnn_compute_f32_qd8_convert': 'void' function returning a value 2025-03-14T03:59:24.3404568Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2286): warning C4098: 'xnn_compute_f32_qdu8_convert': 'void' function returning a value 2025-03-14T03:59:24.3405615Z [1084/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-03-14T03:59:24.3662897Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.3663589Z [1085/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-03-14T03:59:24.3819592Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.3820376Z [1086/7082] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-03-14T03:59:24.3821604Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.3822888Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.3824083Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.3825487Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.3826772Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:24.3828102Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:24.3829423Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:24.3830609Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:24.3999925Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.4001371Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.4002324Z [1087/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-03-14T03:59:24.4068087Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.4068799Z [1088/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-03-14T03:59:24.4143859Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.4144692Z [1089/7082] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-03-14T03:59:24.4146049Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.4147449Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.4148727Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.4150096Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.4151295Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:24.4152686Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:24.4153946Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:59:24.4155378Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:59:24.4333022Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:59:24.4334352Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:59:24.4335429Z [1090/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-03-14T03:59:24.4754872Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.4755617Z [1091/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-03-14T03:59:24.5771920Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.5773151Z [1092/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-03-14T03:59:24.6216894Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6218062Z [1093/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-03-14T03:59:24.6334977Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6335929Z [1094/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-03-14T03:59:24.6410539Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6411442Z [1095/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-03-14T03:59:24.6428086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6428774Z [1096/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-03-14T03:59:24.6500568Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6501326Z [1097/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-03-14T03:59:24.6572669Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6573576Z [1098/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-03-14T03:59:24.6877205Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.6878116Z [1099/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-03-14T03:59:24.8076039Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8076752Z [1100/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-03-14T03:59:24.8569593Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8570327Z [1101/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-03-14T03:59:24.8801712Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8802429Z [1102/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-03-14T03:59:24.8815213Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8816488Z [1103/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-03-14T03:59:24.8874257Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8875399Z [1104/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-03-14T03:59:24.8943785Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.8944664Z [1105/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-03-14T03:59:24.9109073Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.9109804Z [1106/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-03-14T03:59:24.9124253Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:24.9125416Z [1107/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-03-14T03:59:25.0383705Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.0384436Z [1108/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-03-14T03:59:25.0988266Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.0988987Z [1109/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-03-14T03:59:25.1157564Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1158318Z [1110/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-03-14T03:59:25.1227807Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1228930Z [1111/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-03-14T03:59:25.1347417Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1348109Z [1112/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-03-14T03:59:25.1501374Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1502028Z [1113/7082] Generating sleeflibm_AVX.h.tmp 2025-03-14T03:59:25.1568413Z [1114/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-03-14T03:59:25.1582238Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1583265Z [1115/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-03-14T03:59:25.1639630Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1640170Z [1116/7082] Generating sleeflibm_AVX2.h.tmp 2025-03-14T03:59:25.1714954Z [1117/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-03-14T03:59:25.1727462Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.1727873Z [1118/7082] Generating sleeflibm_AVX2128.h.tmp 2025-03-14T03:59:25.1740081Z [1119/7082] Generating sleeflibm_AVX512F.h.tmp 2025-03-14T03:59:25.1774304Z [1120/7082] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-03-14T03:59:25.1840328Z [1121/7082] Generating sleeflibm_AVX512F_.h.tmp 2025-03-14T03:59:25.1860745Z [1122/7082] Generating sleeflibm_AVX_.h.tmp 2025-03-14T03:59:25.1886538Z [1123/7082] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-03-14T03:59:25.1906803Z [1124/7082] Generating sleeflibm_FMA4.h.tmp 2025-03-14T03:59:25.1975817Z [1125/7082] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-03-14T03:59:25.1992246Z [1126/7082] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-03-14T03:59:25.2023233Z [1127/7082] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-14T03:59:25.2034998Z [1128/7082] Generating sleeflibm_SSE2.h.tmp 2025-03-14T03:59:25.2046528Z [1129/7082] Generating sleeflibm_SSE4.h.tmp 2025-03-14T03:59:25.2107271Z [1130/7082] Generating sleeflibm_SSE_.h.tmp 2025-03-14T03:59:25.2154498Z [1131/7082] Generating alias_AVX512F_dp.h.tmp 2025-03-14T03:59:25.2165069Z [1132/7082] Generating alias_AVX512F_sp.h.tmp 2025-03-14T03:59:25.2187953Z [1133/7082] Generating dispsse.c.tmp 2025-03-14T03:59:25.2203400Z [1134/7082] Generating dispscalar.c.body 2025-03-14T03:59:25.2225723Z [1135/7082] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-14T03:59:25.2246101Z [1136/7082] Generating dispavx.c.tmp 2025-03-14T03:59:25.2426081Z [1137/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-03-14T03:59:25.3427667Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.3428728Z [1138/7082] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-03-14T03:59:25.4883555Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:25.4883983Z [1139/7082] Generating build_identifier.c 2025-03-14T03:59:25.5510568Z [1140/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-03-14T03:59:25.5618988Z [1141/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-03-14T03:59:25.5730965Z [1142/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-03-14T03:59:25.5746078Z [1143/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-03-14T03:59:25.5819320Z [1144/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-03-14T03:59:25.5887513Z [1145/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-03-14T03:59:25.6537077Z [1146/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-03-14T03:59:25.8212677Z [1147/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-03-14T03:59:25.8681521Z [1148/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-03-14T03:59:25.8867814Z [1149/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-03-14T03:59:25.9191564Z [1150/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-03-14T03:59:25.9269364Z [1151/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-03-14T03:59:25.9322282Z [1152/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-03-14T03:59:25.9337827Z [1153/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-03-14T03:59:26.0660162Z [1154/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-03-14T03:59:26.1413632Z [1155/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-03-14T03:59:26.1788671Z [1156/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-03-14T03:59:26.2059470Z [1157/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-03-14T03:59:26.2518084Z [1158/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-03-14T03:59:26.2599213Z [1159/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-03-14T03:59:26.2924355Z [1160/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-03-14T03:59:26.3053299Z [1161/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-03-14T03:59:26.3816573Z [1162/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-03-14T03:59:26.4936025Z [1163/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-03-14T03:59:26.5243268Z [1164/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-03-14T03:59:26.5682934Z [1165/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-03-14T03:59:26.5905001Z [1166/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-03-14T03:59:26.5980344Z [1167/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-03-14T03:59:26.6000393Z [1168/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-03-14T03:59:26.6379946Z [1169/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-03-14T03:59:26.7364023Z [1170/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-03-14T03:59:26.7976110Z [1171/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-03-14T03:59:26.8669678Z [1172/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-03-14T03:59:26.8931792Z [1173/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-03-14T03:59:26.9035149Z [1174/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-03-14T03:59:26.9212517Z [1175/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-03-14T03:59:26.9464047Z [1176/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-03-14T03:59:27.0493997Z [1177/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-03-14T03:59:27.1354169Z [1178/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-03-14T03:59:27.1725394Z [1179/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-03-14T03:59:27.2466723Z [1180/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-03-14T03:59:27.2561103Z [1181/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-03-14T03:59:27.2667577Z [1182/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-03-14T03:59:27.3016401Z [1183/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-03-14T03:59:27.3220839Z [1184/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-03-14T03:59:27.4082214Z [1185/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-03-14T03:59:27.4902359Z [1186/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-03-14T03:59:27.5374551Z [1187/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-03-14T03:59:27.6591059Z [1188/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-03-14T03:59:27.6724856Z [1189/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-03-14T03:59:27.7065408Z [1190/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-03-14T03:59:27.7149376Z [1191/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-03-14T03:59:27.7849262Z [1192/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-03-14T03:59:27.7923888Z [1193/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-03-14T03:59:27.8845753Z [1194/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-03-14T03:59:27.8862904Z [1195/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-03-14T03:59:28.0290868Z [1196/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-03-14T03:59:28.0899486Z [1197/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-03-14T03:59:28.0971604Z [1198/7082] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-03-14T03:59:28.1207330Z [1199/7082] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-03-14T03:59:28.1744942Z [1200/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-03-14T03:59:28.1761978Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.1763041Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.1763914Z [1201/7082] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-03-14T03:59:28.2429246Z [1202/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-03-14T03:59:28.2505757Z [1203/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-03-14T03:59:28.2744008Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.2745293Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.2746217Z [1204/7082] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-03-14T03:59:28.3276773Z [1205/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-03-14T03:59:28.4549993Z [1206/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-03-14T03:59:28.4570937Z [1207/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-03-14T03:59:28.5113320Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.5114638Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.5115485Z [1208/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-03-14T03:59:28.5235949Z [1209/7082] Generating include/renameavx512fnofma.h 2025-03-14T03:59:28.5296733Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-03-14T03:59:28.5297170Z 2025-03-14T03:59:28.5297543Z [1210/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-03-14T03:59:28.5361627Z [1211/7082] Generating include/renameavx512f.h 2025-03-14T03:59:28.5435803Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-03-14T03:59:28.5436175Z 2025-03-14T03:59:28.5436504Z [1212/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-03-14T03:59:28.5450400Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.5451439Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.5452077Z [1213/7082] Generating include/renameavx2.h 2025-03-14T03:59:28.5529905Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-03-14T03:59:28.5530216Z 2025-03-14T03:59:28.5530548Z [1214/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-03-14T03:59:28.5542516Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.5543605Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.5544391Z [1215/7082] Generating include/renameavx2128.h 2025-03-14T03:59:28.5581974Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-03-14T03:59:28.5582518Z 2025-03-14T03:59:28.5582702Z [1216/7082] Generating include/renameavx.h 2025-03-14T03:59:28.5592597Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-03-14T03:59:28.5592889Z 2025-03-14T03:59:28.5593020Z [1217/7082] Generating include/renamefma4.h 2025-03-14T03:59:28.5651867Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-03-14T03:59:28.5652198Z 2025-03-14T03:59:28.5652341Z [1218/7082] Generating include/renamesse4.h 2025-03-14T03:59:28.5664198Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-03-14T03:59:28.5664716Z 2025-03-14T03:59:28.5664915Z [1219/7082] Generating include/renamesse2.h 2025-03-14T03:59:28.5708010Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-03-14T03:59:28.5708316Z 2025-03-14T03:59:28.5708542Z [1220/7082] Generating include/renamepurec_scalar.h 2025-03-14T03:59:28.5718112Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-03-14T03:59:28.5718467Z 2025-03-14T03:59:28.5718632Z [1221/7082] Generating include/renamepurecfma_scalar.h 2025-03-14T03:59:28.5770461Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-03-14T03:59:28.5770952Z 2025-03-14T03:59:28.5771076Z [1222/7082] Generating include/renamecuda.h 2025-03-14T03:59:28.5891331Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-03-14T03:59:28.5891649Z 2025-03-14T03:59:28.5891780Z [1223/7082] Generating include/renamedspscalar.h 2025-03-14T03:59:28.5934025Z [1224/7082] Generating ../../../include/sleef.h 2025-03-14T03:59:28.5944618Z [1225/7082] Generating include/alias_avx512f.h 2025-03-14T03:59:28.5954620Z [1226/7082] Generating dispscalar.c 2025-03-14T03:59:28.6032450Z [1227/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-03-14T03:59:28.6058469Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.6059767Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.6060856Z [1228/7082] Generating include/renamedsp128.h 2025-03-14T03:59:28.6086210Z [1229/7082] Generating include/renamedsp256.h 2025-03-14T03:59:28.6130371Z [1230/7082] Generating dispsse.c 2025-03-14T03:59:28.6199489Z [1231/7082] Generating dispavx.c 2025-03-14T03:59:28.7236798Z [1232/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-03-14T03:59:28.8338174Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.8339355Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.8340198Z [1233/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-03-14T03:59:28.8661999Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.8663783Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.8665452Z [1234/7082] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-03-14T03:59:28.9496659Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:59:28.9498316Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:59:28.9499687Z [1235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-03-14T03:59:28.9640889Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:28.9641578Z [1236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-03-14T03:59:28.9659549Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:28.9660202Z [1237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-03-14T03:59:28.9913765Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:28.9914556Z [1238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-03-14T03:59:28.9996790Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:28.9998257Z [1239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-03-14T03:59:29.0101109Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.0101795Z [1240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-03-14T03:59:29.1195922Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.1196703Z [1241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-03-14T03:59:29.2330954Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.2332213Z [1242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-03-14T03:59:29.3403794Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3404578Z [1243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-03-14T03:59:29.3503987Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3504770Z [1244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-03-14T03:59:29.3632638Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3633347Z [1245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-03-14T03:59:29.3748151Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3748812Z [1246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-03-14T03:59:29.3766017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3767125Z [1247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-03-14T03:59:29.3852782Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.3853638Z [1248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-03-14T03:59:29.5057976Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.5058953Z [1249/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-03-14T03:59:29.6001172Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.6002500Z [1250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-03-14T03:59:29.7200676Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.7201400Z [1251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-03-14T03:59:29.7409745Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.7410511Z [1252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-03-14T03:59:29.7604224Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.7604947Z [1253/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-03-14T03:59:29.7841558Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.7842215Z [1254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-03-14T03:59:29.7969795Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.7971064Z [1255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-03-14T03:59:29.8386210Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.8387408Z [1256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-03-14T03:59:29.9057032Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.9058001Z [1257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-03-14T03:59:29.9215876Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.9216990Z [1258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-03-14T03:59:29.9371452Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.9372206Z [1259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-03-14T03:59:29.9385554Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.9386552Z [1260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-03-14T03:59:29.9995437Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:29.9996647Z [1261/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-03-14T03:59:30.0746610Z [1262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-03-14T03:59:30.0968469Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:30.0969543Z [1263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-03-14T03:59:30.1378341Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:30.1379005Z [1264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-03-14T03:59:30.1621780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:30.1622380Z [1265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-03-14T03:59:30.2588879Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:59:30.2589624Z [1266/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-03-14T03:59:30.3778251Z [1267/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-03-14T03:59:30.3792997Z [1268/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-03-14T03:59:30.3795651Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3797107Z with 2025-03-14T03:59:30.3797300Z [ 2025-03-14T03:59:30.3797484Z T=uint8_t, 2025-03-14T03:59:30.3797701Z accT=int32_t, 2025-03-14T03:59:30.3797943Z inpType=uint8_t 2025-03-14T03:59:30.3798167Z ] 2025-03-14T03:59:30.3798977Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:30.3799864Z with 2025-03-14T03:59:30.3800044Z [ 2025-03-14T03:59:30.3800226Z T=uint8_t, 2025-03-14T03:59:30.3800441Z accT=int32_t 2025-03-14T03:59:30.3800652Z ] 2025-03-14T03:59:30.3801884Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3803259Z with 2025-03-14T03:59:30.3803434Z [ 2025-03-14T03:59:30.3803613Z T=uint8_t, 2025-03-14T03:59:30.3803829Z accT=int32_t 2025-03-14T03:59:30.3804046Z ] 2025-03-14T03:59:30.3805089Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:30.3806040Z with 2025-03-14T03:59:30.3806225Z [ 2025-03-14T03:59:30.3806416Z T=uint8_t, 2025-03-14T03:59:30.3806636Z accT=int32_t 2025-03-14T03:59:30.3806853Z ] 2025-03-14T03:59:30.3808055Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3809365Z with 2025-03-14T03:59:30.3809555Z [ 2025-03-14T03:59:30.3817011Z T=int8_t, 2025-03-14T03:59:30.3817452Z accT=int32_t, 2025-03-14T03:59:30.3817697Z inpType=int8_t 2025-03-14T03:59:30.3817953Z ] 2025-03-14T03:59:30.3818796Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:30.3819598Z with 2025-03-14T03:59:30.3820014Z [ 2025-03-14T03:59:30.3820219Z T=int8_t, 2025-03-14T03:59:30.3820433Z accT=int32_t 2025-03-14T03:59:30.3820652Z ] 2025-03-14T03:59:30.3822488Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3824149Z with 2025-03-14T03:59:30.3824531Z [ 2025-03-14T03:59:30.3824801Z T=int8_t, 2025-03-14T03:59:30.3825176Z accT=int32_t 2025-03-14T03:59:30.3825512Z ] 2025-03-14T03:59:30.3826289Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:30.3827120Z with 2025-03-14T03:59:30.3827307Z [ 2025-03-14T03:59:30.3827501Z T=int8_t, 2025-03-14T03:59:30.3827723Z accT=int32_t 2025-03-14T03:59:30.3827952Z ] 2025-03-14T03:59:30.3829199Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3830576Z with 2025-03-14T03:59:30.3830752Z [ 2025-03-14T03:59:30.3830947Z ACC_T=int32_t, 2025-03-14T03:59:30.3831184Z T=uint8_t, 2025-03-14T03:59:30.3831413Z accT=int32_t, 2025-03-14T03:59:30.3831649Z inpType=uint8_t 2025-03-14T03:59:30.3831875Z ] 2025-03-14T03:59:30.3832665Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:30.3833514Z with 2025-03-14T03:59:30.3833697Z [ 2025-03-14T03:59:30.3833888Z ACC_T=int32_t, 2025-03-14T03:59:30.3834117Z T=uint8_t, 2025-03-14T03:59:30.3834332Z accT=int32_t 2025-03-14T03:59:30.3834545Z ] 2025-03-14T03:59:30.3835759Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3837254Z with 2025-03-14T03:59:30.3837496Z [ 2025-03-14T03:59:30.3837676Z ACC_T=int32_t, 2025-03-14T03:59:30.3837901Z T=uint8_t, 2025-03-14T03:59:30.3838121Z accT=int32_t 2025-03-14T03:59:30.3838341Z ] 2025-03-14T03:59:30.3839159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:30.3840196Z with 2025-03-14T03:59:30.3840385Z [ 2025-03-14T03:59:30.3840576Z ACC_T=int32_t, 2025-03-14T03:59:30.3840807Z T=uint8_t, 2025-03-14T03:59:30.3841025Z accT=int32_t 2025-03-14T03:59:30.3841233Z ] 2025-03-14T03:59:30.3842477Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3843850Z with 2025-03-14T03:59:30.3844042Z [ 2025-03-14T03:59:30.3844237Z ACC_T=int32_t, 2025-03-14T03:59:30.3844463Z T=uint8_t, 2025-03-14T03:59:30.3844800Z accT=int32_t, 2025-03-14T03:59:30.3845047Z inpType=uint8_t 2025-03-14T03:59:30.3845293Z ] 2025-03-14T03:59:30.3846083Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:30.3846942Z with 2025-03-14T03:59:30.3847122Z [ 2025-03-14T03:59:30.3847320Z ACC_T=int32_t, 2025-03-14T03:59:30.3847556Z T=uint8_t, 2025-03-14T03:59:30.3847779Z accT=int32_t 2025-03-14T03:59:30.3847988Z ] 2025-03-14T03:59:30.3849216Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3850503Z with 2025-03-14T03:59:30.3850693Z [ 2025-03-14T03:59:30.3850880Z ACC_T=int32_t, 2025-03-14T03:59:30.3851113Z T=uint8_t, 2025-03-14T03:59:30.3851323Z accT=int32_t 2025-03-14T03:59:30.3851540Z ] 2025-03-14T03:59:30.3852410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:30.3853333Z with 2025-03-14T03:59:30.3853523Z [ 2025-03-14T03:59:30.3853709Z ACC_T=int32_t, 2025-03-14T03:59:30.3853946Z T=uint8_t, 2025-03-14T03:59:30.3854170Z accT=int32_t 2025-03-14T03:59:30.3854382Z ] 2025-03-14T03:59:30.3855665Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3856982Z with 2025-03-14T03:59:30.3857171Z [ 2025-03-14T03:59:30.3857367Z ACC_T=int32_t, 2025-03-14T03:59:30.3857603Z T=uint8_t, 2025-03-14T03:59:30.3857826Z accT=int32_t, 2025-03-14T03:59:30.3858061Z inpType=uint8_t 2025-03-14T03:59:30.3858280Z ] 2025-03-14T03:59:30.3859053Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:30.3860020Z with 2025-03-14T03:59:30.3860212Z [ 2025-03-14T03:59:30.3860409Z ACC_T=int32_t, 2025-03-14T03:59:30.3860632Z T=uint8_t, 2025-03-14T03:59:30.3860853Z accT=int32_t 2025-03-14T03:59:30.3861073Z ] 2025-03-14T03:59:30.3862288Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.3863568Z with 2025-03-14T03:59:30.3863760Z [ 2025-03-14T03:59:30.3863946Z ACC_T=int32_t, 2025-03-14T03:59:30.3864177Z T=uint8_t, 2025-03-14T03:59:30.3864412Z accT=int32_t 2025-03-14T03:59:30.3864686Z ] 2025-03-14T03:59:30.3865626Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:30.3866503Z with 2025-03-14T03:59:30.3866689Z [ 2025-03-14T03:59:30.3866870Z ACC_T=int32_t, 2025-03-14T03:59:30.3867101Z T=uint8_t, 2025-03-14T03:59:30.3867417Z accT=int32_t 2025-03-14T03:59:30.3867628Z ] 2025-03-14T03:59:30.3868848Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.3870949Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.3873072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4102629Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4104838Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4106589Z [1269/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-03-14T03:59:30.4267033Z [1270/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-03-14T03:59:30.4442026Z [1271/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-03-14T03:59:30.4443952Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4445853Z with 2025-03-14T03:59:30.4446167Z [ 2025-03-14T03:59:30.4446454Z inpType=uint8_t 2025-03-14T03:59:30.4446811Z ] 2025-03-14T03:59:30.4448201Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4452664Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4456114Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4459087Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4460723Z with 2025-03-14T03:59:30.4460919Z [ 2025-03-14T03:59:30.4461181Z inpType=int8_t 2025-03-14T03:59:30.4461434Z ] 2025-03-14T03:59:30.4463295Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4467287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4470883Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4476177Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4480770Z with 2025-03-14T03:59:30.4481993Z [ 2025-03-14T03:59:30.4482271Z inpType=uint8_t 2025-03-14T03:59:30.4483917Z ] 2025-03-14T03:59:30.4485925Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4488525Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4490669Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4493718Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4495624Z with 2025-03-14T03:59:30.4495974Z [ 2025-03-14T03:59:30.4496319Z inpType=int8_t 2025-03-14T03:59:30.4496757Z ] 2025-03-14T03:59:30.4498229Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4502247Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4506128Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4510152Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4512841Z with 2025-03-14T03:59:30.4513189Z [ 2025-03-14T03:59:30.4513530Z inpType=uint8_t 2025-03-14T03:59:30.4513940Z ] 2025-03-14T03:59:30.4515795Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4519748Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4523725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4527719Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4530418Z with 2025-03-14T03:59:30.4530766Z [ 2025-03-14T03:59:30.4531119Z inpType=uint8_t 2025-03-14T03:59:30.4531553Z ] 2025-03-14T03:59:30.4533231Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4537170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4541237Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4545360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4547969Z with 2025-03-14T03:59:30.4548302Z [ 2025-03-14T03:59:30.4548593Z inpType=uint8_t 2025-03-14T03:59:30.4548946Z ] 2025-03-14T03:59:30.4550510Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4554518Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4558447Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4562389Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4565246Z with 2025-03-14T03:59:30.4565586Z [ 2025-03-14T03:59:30.4565928Z inpType=uint8_t 2025-03-14T03:59:30.4566682Z ] 2025-03-14T03:59:30.4569187Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4572973Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4576825Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4580849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4583187Z with 2025-03-14T03:59:30.4583480Z [ 2025-03-14T03:59:30.4583762Z inpType=uint8_t 2025-03-14T03:59:30.4584085Z ] 2025-03-14T03:59:30.4585418Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4590842Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4594228Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4596925Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4598756Z with 2025-03-14T03:59:30.4599081Z [ 2025-03-14T03:59:30.4599286Z inpType=uint8_t 2025-03-14T03:59:30.4599591Z ] 2025-03-14T03:59:30.4600559Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4602893Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4604924Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4607192Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4610304Z with 2025-03-14T03:59:30.4612234Z [ 2025-03-14T03:59:30.4613287Z inpType=uint8_t 2025-03-14T03:59:30.4613604Z ] 2025-03-14T03:59:30.4615333Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4618207Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4621840Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4625780Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4628250Z with 2025-03-14T03:59:30.4628575Z [ 2025-03-14T03:59:30.4628888Z inpType=uint8_t 2025-03-14T03:59:30.4629335Z ] 2025-03-14T03:59:30.4630536Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4632965Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4637287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4641442Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4644213Z with 2025-03-14T03:59:30.4644573Z [ 2025-03-14T03:59:30.4644907Z inpType=uint8_t 2025-03-14T03:59:30.4645334Z ] 2025-03-14T03:59:30.4647317Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4651519Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4655763Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4658243Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4659722Z with 2025-03-14T03:59:30.4660008Z [ 2025-03-14T03:59:30.4660277Z inpType=uint8_t 2025-03-14T03:59:30.4660796Z ] 2025-03-14T03:59:30.4662176Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4665664Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4669286Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4671430Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4672768Z with 2025-03-14T03:59:30.4672970Z [ 2025-03-14T03:59:30.4673158Z inpType=int8_t 2025-03-14T03:59:30.4673383Z ] 2025-03-14T03:59:30.4674859Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4678514Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4681967Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4685715Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4688257Z with 2025-03-14T03:59:30.4688615Z [ 2025-03-14T03:59:30.4688967Z inpType=uint8_t 2025-03-14T03:59:30.4689400Z ] 2025-03-14T03:59:30.4690947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4694907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4698689Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4702461Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4705044Z with 2025-03-14T03:59:30.4705442Z [ 2025-03-14T03:59:30.4705804Z inpType=int8_t 2025-03-14T03:59:30.4706225Z ] 2025-03-14T03:59:30.4707907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4711575Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4715296Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4719221Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4721827Z with 2025-03-14T03:59:30.4722173Z [ 2025-03-14T03:59:30.4722528Z inpType=uint8_t 2025-03-14T03:59:30.4722967Z ] 2025-03-14T03:59:30.4724597Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4728475Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4732779Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4736672Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4738597Z with 2025-03-14T03:59:30.4738864Z [ 2025-03-14T03:59:30.4739112Z inpType=uint8_t 2025-03-14T03:59:30.4739451Z ] 2025-03-14T03:59:30.4740355Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4742581Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4745564Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4749117Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4750680Z with 2025-03-14T03:59:30.4750867Z [ 2025-03-14T03:59:30.4751068Z inpType=uint8_t 2025-03-14T03:59:30.4751300Z ] 2025-03-14T03:59:30.4752489Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4754503Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4756696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4758865Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4760324Z with 2025-03-14T03:59:30.4760503Z [ 2025-03-14T03:59:30.4760729Z inpType=uint8_t 2025-03-14T03:59:30.4761039Z ] 2025-03-14T03:59:30.4761962Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4764263Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4766446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4768687Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4770065Z with 2025-03-14T03:59:30.4770246Z [ 2025-03-14T03:59:30.4770498Z inpType=uint8_t 2025-03-14T03:59:30.4770784Z ] 2025-03-14T03:59:30.4771767Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4773998Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4776159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4778439Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4780123Z with 2025-03-14T03:59:30.4780306Z [ 2025-03-14T03:59:30.4780523Z inpType=uint8_t 2025-03-14T03:59:30.4780807Z ] 2025-03-14T03:59:30.4781878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4785761Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4789701Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4793373Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4795956Z with 2025-03-14T03:59:30.4796288Z [ 2025-03-14T03:59:30.4796602Z inpType=uint8_t 2025-03-14T03:59:30.4796972Z ] 2025-03-14T03:59:30.4798643Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4802625Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4806568Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4810485Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4813070Z with 2025-03-14T03:59:30.4813400Z [ 2025-03-14T03:59:30.4813749Z inpType=uint8_t 2025-03-14T03:59:30.4814179Z ] 2025-03-14T03:59:30.4815753Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:59:30.4829518Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4833567Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:59:30.4837171Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4839704Z with 2025-03-14T03:59:30.4840021Z [ 2025-03-14T03:59:30.4840358Z inpType=uint8_t 2025-03-14T03:59:30.4840768Z ] 2025-03-14T03:59:30.4842521Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:59:30.4846091Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:30.4848472Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:59:30.4851971Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4855921Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4859824Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4863738Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4868005Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4872145Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4876244Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4880612Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4884791Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4888904Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4893203Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4897308Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4901306Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:30.4904129Z [1272/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-03-14T03:59:30.4905786Z [1273/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-03-14T03:59:30.4907330Z [1274/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-03-14T03:59:30.5923962Z [1275/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-03-14T03:59:30.7275339Z [1276/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-03-14T03:59:30.7849718Z [1277/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-03-14T03:59:30.8357760Z [1278/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-03-14T03:59:30.8418317Z [1279/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-03-14T03:59:30.8539664Z [1280/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-03-14T03:59:30.8805651Z [1281/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-03-14T03:59:30.9020041Z [1282/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-03-14T03:59:30.9769883Z [1283/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-03-14T03:59:31.1004287Z [1284/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-03-14T03:59:31.1289665Z [1285/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-03-14T03:59:31.1291570Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1292937Z with 2025-03-14T03:59:31.1293136Z [ 2025-03-14T03:59:31.1293311Z T=uint8_t, 2025-03-14T03:59:31.1293532Z accT=int32_t, 2025-03-14T03:59:31.1293769Z inpType=uint8_t 2025-03-14T03:59:31.1294020Z ] 2025-03-14T03:59:31.1294781Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1295640Z with 2025-03-14T03:59:31.1295823Z [ 2025-03-14T03:59:31.1295993Z T=uint8_t, 2025-03-14T03:59:31.1296216Z accT=int32_t 2025-03-14T03:59:31.1296429Z ] 2025-03-14T03:59:31.1297858Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1299236Z with 2025-03-14T03:59:31.1299413Z [ 2025-03-14T03:59:31.1299595Z T=uint8_t, 2025-03-14T03:59:31.1299815Z accT=int32_t 2025-03-14T03:59:31.1300036Z ] 2025-03-14T03:59:31.1300816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1301661Z with 2025-03-14T03:59:31.1301843Z [ 2025-03-14T03:59:31.1302022Z T=uint8_t, 2025-03-14T03:59:31.1302247Z accT=int32_t 2025-03-14T03:59:31.1302466Z ] 2025-03-14T03:59:31.1303698Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1304978Z with 2025-03-14T03:59:31.1305161Z [ 2025-03-14T03:59:31.1305428Z T=uint8_t, 2025-03-14T03:59:31.1305649Z accT=int16_t, 2025-03-14T03:59:31.1305881Z inpType=uint8_t 2025-03-14T03:59:31.1306099Z ] 2025-03-14T03:59:31.1306860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1307690Z with 2025-03-14T03:59:31.1307875Z [ 2025-03-14T03:59:31.1308058Z T=uint8_t, 2025-03-14T03:59:31.1308263Z accT=int16_t 2025-03-14T03:59:31.1308519Z ] 2025-03-14T03:59:31.1309735Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1310997Z with 2025-03-14T03:59:31.1311237Z [ 2025-03-14T03:59:31.1311455Z T=uint8_t, 2025-03-14T03:59:31.1311665Z accT=int16_t 2025-03-14T03:59:31.1311879Z ] 2025-03-14T03:59:31.1312655Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1313546Z with 2025-03-14T03:59:31.1313734Z [ 2025-03-14T03:59:31.1314035Z T=uint8_t, 2025-03-14T03:59:31.1314259Z accT=int16_t 2025-03-14T03:59:31.1314475Z ] 2025-03-14T03:59:31.1315675Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1316943Z with 2025-03-14T03:59:31.1317123Z [ 2025-03-14T03:59:31.1317296Z T=uint8_t, 2025-03-14T03:59:31.1317514Z accT=int32_t, 2025-03-14T03:59:31.1317751Z inpType=uint8_t 2025-03-14T03:59:31.1317977Z ] 2025-03-14T03:59:31.1318745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1319571Z with 2025-03-14T03:59:31.1319757Z [ 2025-03-14T03:59:31.1319996Z T=uint8_t, 2025-03-14T03:59:31.1320218Z accT=int32_t 2025-03-14T03:59:31.1320472Z ] 2025-03-14T03:59:31.1321742Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1323026Z with 2025-03-14T03:59:31.1323211Z [ 2025-03-14T03:59:31.1323394Z T=uint8_t, 2025-03-14T03:59:31.1323610Z accT=int32_t 2025-03-14T03:59:31.1323822Z ] 2025-03-14T03:59:31.1324598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1325465Z with 2025-03-14T03:59:31.1325657Z [ 2025-03-14T03:59:31.1325833Z T=uint8_t, 2025-03-14T03:59:31.1326040Z accT=int32_t 2025-03-14T03:59:31.1326254Z ] 2025-03-14T03:59:31.1327451Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1328718Z with 2025-03-14T03:59:31.1328902Z [ 2025-03-14T03:59:31.1329081Z T=uint8_t, 2025-03-14T03:59:31.1329327Z accT=int16_t, 2025-03-14T03:59:31.1329563Z inpType=uint8_t 2025-03-14T03:59:31.1329792Z ] 2025-03-14T03:59:31.1330611Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1331496Z with 2025-03-14T03:59:31.1331670Z [ 2025-03-14T03:59:31.1331851Z T=uint8_t, 2025-03-14T03:59:31.1332066Z accT=int16_t 2025-03-14T03:59:31.1332335Z ] 2025-03-14T03:59:31.1333521Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1334753Z with 2025-03-14T03:59:31.1334923Z [ 2025-03-14T03:59:31.1335145Z T=uint8_t, 2025-03-14T03:59:31.1335401Z accT=int16_t 2025-03-14T03:59:31.1335615Z ] 2025-03-14T03:59:31.1336393Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1338243Z with 2025-03-14T03:59:31.1338522Z [ 2025-03-14T03:59:31.1338747Z T=uint8_t, 2025-03-14T03:59:31.1339024Z accT=int16_t 2025-03-14T03:59:31.1339244Z ] 2025-03-14T03:59:31.1548965Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1551422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1553090Z [1286/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-03-14T03:59:31.1554975Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1556304Z with 2025-03-14T03:59:31.1556494Z [ 2025-03-14T03:59:31.1556680Z T=uint8_t, 2025-03-14T03:59:31.1556909Z accT=int32_t, 2025-03-14T03:59:31.1557142Z inpType=uint8_t 2025-03-14T03:59:31.1557372Z ] 2025-03-14T03:59:31.1558159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1559097Z with 2025-03-14T03:59:31.1559292Z [ 2025-03-14T03:59:31.1559465Z T=uint8_t, 2025-03-14T03:59:31.1559687Z accT=int32_t 2025-03-14T03:59:31.1559894Z ] 2025-03-14T03:59:31.1561116Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1562402Z with 2025-03-14T03:59:31.1562589Z [ 2025-03-14T03:59:31.1562760Z T=uint8_t, 2025-03-14T03:59:31.1562985Z accT=int32_t 2025-03-14T03:59:31.1563203Z ] 2025-03-14T03:59:31.1564011Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1564895Z with 2025-03-14T03:59:31.1565067Z [ 2025-03-14T03:59:31.1565255Z T=uint8_t, 2025-03-14T03:59:31.1565471Z accT=int32_t 2025-03-14T03:59:31.1565683Z ] 2025-03-14T03:59:31.1566932Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1568245Z with 2025-03-14T03:59:31.1568418Z [ 2025-03-14T03:59:31.1568607Z T=uint8_t, 2025-03-14T03:59:31.1568831Z accT=int16_t, 2025-03-14T03:59:31.1569060Z inpType=uint8_t 2025-03-14T03:59:31.1569290Z ] 2025-03-14T03:59:31.1570059Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1571048Z with 2025-03-14T03:59:31.1571250Z [ 2025-03-14T03:59:31.1571438Z T=uint8_t, 2025-03-14T03:59:31.1571668Z accT=int16_t 2025-03-14T03:59:31.1571877Z ] 2025-03-14T03:59:31.1573120Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1574448Z with 2025-03-14T03:59:31.1574644Z [ 2025-03-14T03:59:31.1574824Z T=uint8_t, 2025-03-14T03:59:31.1575031Z accT=int16_t 2025-03-14T03:59:31.1575255Z ] 2025-03-14T03:59:31.1576121Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1577005Z with 2025-03-14T03:59:31.1577185Z [ 2025-03-14T03:59:31.1577368Z T=uint8_t, 2025-03-14T03:59:31.1577576Z accT=int16_t 2025-03-14T03:59:31.1577790Z ] 2025-03-14T03:59:31.1579232Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1580644Z with 2025-03-14T03:59:31.1580834Z [ 2025-03-14T03:59:31.1581017Z T=uint8_t, 2025-03-14T03:59:31.1581244Z accT=int32_t, 2025-03-14T03:59:31.1581492Z inpType=uint8_t 2025-03-14T03:59:31.1581722Z ] 2025-03-14T03:59:31.1582516Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1583370Z with 2025-03-14T03:59:31.1583551Z [ 2025-03-14T03:59:31.1583725Z T=uint8_t, 2025-03-14T03:59:31.1583930Z accT=int32_t 2025-03-14T03:59:31.1584142Z ] 2025-03-14T03:59:31.1585436Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1586727Z with 2025-03-14T03:59:31.1586917Z [ 2025-03-14T03:59:31.1587092Z T=uint8_t, 2025-03-14T03:59:31.1587297Z accT=int32_t 2025-03-14T03:59:31.1587511Z ] 2025-03-14T03:59:31.1588313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1589190Z with 2025-03-14T03:59:31.1589374Z [ 2025-03-14T03:59:31.1589540Z T=uint8_t, 2025-03-14T03:59:31.1589752Z accT=int32_t 2025-03-14T03:59:31.1589964Z ] 2025-03-14T03:59:31.1591216Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1592521Z with 2025-03-14T03:59:31.1592705Z [ 2025-03-14T03:59:31.1592875Z T=uint8_t, 2025-03-14T03:59:31.1593093Z accT=int16_t, 2025-03-14T03:59:31.1593327Z inpType=uint8_t 2025-03-14T03:59:31.1593555Z ] 2025-03-14T03:59:31.1594333Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1595292Z with 2025-03-14T03:59:31.1595479Z [ 2025-03-14T03:59:31.1595663Z T=uint8_t, 2025-03-14T03:59:31.1595887Z accT=int16_t 2025-03-14T03:59:31.1596100Z ] 2025-03-14T03:59:31.1597313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1598599Z with 2025-03-14T03:59:31.1598835Z [ 2025-03-14T03:59:31.1599012Z T=uint8_t, 2025-03-14T03:59:31.1599233Z accT=int16_t 2025-03-14T03:59:31.1599438Z ] 2025-03-14T03:59:31.1600240Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1601122Z with 2025-03-14T03:59:31.1601305Z [ 2025-03-14T03:59:31.1601484Z T=uint8_t, 2025-03-14T03:59:31.1601797Z accT=int16_t 2025-03-14T03:59:31.1602008Z ] 2025-03-14T03:59:31.1603261Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1604574Z with 2025-03-14T03:59:31.1604760Z [ 2025-03-14T03:59:31.1604941Z T=uint8_t, 2025-03-14T03:59:31.1605147Z accT=int32_t, 2025-03-14T03:59:31.1605383Z inpType=uint8_t 2025-03-14T03:59:31.1605615Z ] 2025-03-14T03:59:31.1606392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1607238Z with 2025-03-14T03:59:31.1607411Z [ 2025-03-14T03:59:31.1607594Z T=uint8_t, 2025-03-14T03:59:31.1607813Z accT=int32_t 2025-03-14T03:59:31.1608028Z ] 2025-03-14T03:59:31.1609246Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1610524Z with 2025-03-14T03:59:31.1610696Z [ 2025-03-14T03:59:31.1610876Z T=uint8_t, 2025-03-14T03:59:31.1611089Z accT=int32_t 2025-03-14T03:59:31.1611317Z ] 2025-03-14T03:59:31.1612125Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1613006Z with 2025-03-14T03:59:31.1613196Z [ 2025-03-14T03:59:31.1613375Z T=uint8_t, 2025-03-14T03:59:31.1613593Z accT=int32_t 2025-03-14T03:59:31.1613810Z ] 2025-03-14T03:59:31.1615044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1616351Z with 2025-03-14T03:59:31.1616569Z [ 2025-03-14T03:59:31.1616767Z T=uint8_t, 2025-03-14T03:59:31.1617085Z accT=int16_t, 2025-03-14T03:59:31.1617319Z inpType=uint8_t 2025-03-14T03:59:31.1617545Z ] 2025-03-14T03:59:31.1618332Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1619187Z with 2025-03-14T03:59:31.1619372Z [ 2025-03-14T03:59:31.1619554Z T=uint8_t, 2025-03-14T03:59:31.1619761Z accT=int16_t 2025-03-14T03:59:31.1619984Z ] 2025-03-14T03:59:31.1621198Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1622482Z with 2025-03-14T03:59:31.1622669Z [ 2025-03-14T03:59:31.1622849Z T=uint8_t, 2025-03-14T03:59:31.1623060Z accT=int16_t 2025-03-14T03:59:31.1623282Z ] 2025-03-14T03:59:31.1624167Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1625054Z with 2025-03-14T03:59:31.1625246Z [ 2025-03-14T03:59:31.1625493Z T=uint8_t, 2025-03-14T03:59:31.1625719Z accT=int16_t 2025-03-14T03:59:31.1625946Z ] 2025-03-14T03:59:31.1627195Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1628499Z with 2025-03-14T03:59:31.1628683Z [ 2025-03-14T03:59:31.1628850Z T=uint8_t, 2025-03-14T03:59:31.1629066Z accT=int32_t, 2025-03-14T03:59:31.1629300Z inpType=uint8_t 2025-03-14T03:59:31.1629522Z ] 2025-03-14T03:59:31.1630296Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1631144Z with 2025-03-14T03:59:31.1631331Z [ 2025-03-14T03:59:31.1631507Z T=uint8_t, 2025-03-14T03:59:31.1631718Z accT=int32_t 2025-03-14T03:59:31.1631926Z ] 2025-03-14T03:59:31.1633124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1634404Z with 2025-03-14T03:59:31.1634586Z [ 2025-03-14T03:59:31.1634759Z T=uint8_t, 2025-03-14T03:59:31.1634972Z accT=int32_t 2025-03-14T03:59:31.1635176Z ] 2025-03-14T03:59:31.1635984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1636860Z with 2025-03-14T03:59:31.1637037Z [ 2025-03-14T03:59:31.1637220Z T=uint8_t, 2025-03-14T03:59:31.1637427Z accT=int32_t 2025-03-14T03:59:31.1637641Z ] 2025-03-14T03:59:31.1638878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1640292Z with 2025-03-14T03:59:31.1640476Z [ 2025-03-14T03:59:31.1640661Z T=uint8_t, 2025-03-14T03:59:31.1640888Z accT=int16_t, 2025-03-14T03:59:31.1641155Z inpType=uint8_t 2025-03-14T03:59:31.1641387Z ] 2025-03-14T03:59:31.1642175Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1643023Z with 2025-03-14T03:59:31.1643196Z [ 2025-03-14T03:59:31.1643376Z T=uint8_t, 2025-03-14T03:59:31.1643600Z accT=int16_t 2025-03-14T03:59:31.1643822Z ] 2025-03-14T03:59:31.1645103Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1646385Z with 2025-03-14T03:59:31.1646558Z [ 2025-03-14T03:59:31.1646742Z T=uint8_t, 2025-03-14T03:59:31.1646966Z accT=int16_t 2025-03-14T03:59:31.1647820Z ] 2025-03-14T03:59:31.1648649Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1649524Z with 2025-03-14T03:59:31.1649711Z [ 2025-03-14T03:59:31.1649900Z T=uint8_t, 2025-03-14T03:59:31.1650124Z accT=int16_t 2025-03-14T03:59:31.1650338Z ] 2025-03-14T03:59:31.1651576Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1652935Z with 2025-03-14T03:59:31.1653113Z [ 2025-03-14T03:59:31.1653287Z T=uint8_t, 2025-03-14T03:59:31.1653542Z accT=int32_t, 2025-03-14T03:59:31.1653776Z inpType=uint8_t 2025-03-14T03:59:31.1653999Z ] 2025-03-14T03:59:31.1654778Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1655665Z with 2025-03-14T03:59:31.1655853Z [ 2025-03-14T03:59:31.1656032Z T=uint8_t, 2025-03-14T03:59:31.1656235Z accT=int32_t 2025-03-14T03:59:31.1656455Z ] 2025-03-14T03:59:31.1657659Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1658940Z with 2025-03-14T03:59:31.1659122Z [ 2025-03-14T03:59:31.1659297Z T=uint8_t, 2025-03-14T03:59:31.1659525Z accT=int32_t 2025-03-14T03:59:31.1659735Z ] 2025-03-14T03:59:31.1660545Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1661424Z with 2025-03-14T03:59:31.1661606Z [ 2025-03-14T03:59:31.1661772Z T=uint8_t, 2025-03-14T03:59:31.1661988Z accT=int32_t 2025-03-14T03:59:31.1662202Z ] 2025-03-14T03:59:31.1663446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1664920Z with 2025-03-14T03:59:31.1665102Z [ 2025-03-14T03:59:31.1665370Z T=uint8_t, 2025-03-14T03:59:31.1665598Z accT=int16_t, 2025-03-14T03:59:31.1665853Z inpType=uint8_t 2025-03-14T03:59:31.1666087Z ] 2025-03-14T03:59:31.1666868Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1667726Z with 2025-03-14T03:59:31.1667905Z [ 2025-03-14T03:59:31.1668085Z T=uint8_t, 2025-03-14T03:59:31.1668304Z accT=int16_t 2025-03-14T03:59:31.1668510Z ] 2025-03-14T03:59:31.1669726Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1671165Z with 2025-03-14T03:59:31.1671355Z [ 2025-03-14T03:59:31.1671542Z T=uint8_t, 2025-03-14T03:59:31.1671758Z accT=int16_t 2025-03-14T03:59:31.1671963Z ] 2025-03-14T03:59:31.1672780Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1673701Z with 2025-03-14T03:59:31.1673875Z [ 2025-03-14T03:59:31.1674053Z T=uint8_t, 2025-03-14T03:59:31.1674260Z accT=int16_t 2025-03-14T03:59:31.1674474Z ] 2025-03-14T03:59:31.1675715Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1677022Z with 2025-03-14T03:59:31.1677206Z [ 2025-03-14T03:59:31.1677388Z T=uint8_t, 2025-03-14T03:59:31.1677597Z accT=int32_t, 2025-03-14T03:59:31.1677828Z inpType=uint8_t 2025-03-14T03:59:31.1678052Z ] 2025-03-14T03:59:31.1678826Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1679681Z with 2025-03-14T03:59:31.1679855Z [ 2025-03-14T03:59:31.1680045Z T=uint8_t, 2025-03-14T03:59:31.1680269Z accT=int32_t 2025-03-14T03:59:31.1680494Z ] 2025-03-14T03:59:31.1681971Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1683249Z with 2025-03-14T03:59:31.1683429Z [ 2025-03-14T03:59:31.1683610Z T=uint8_t, 2025-03-14T03:59:31.1683827Z accT=int32_t 2025-03-14T03:59:31.1684041Z ] 2025-03-14T03:59:31.1684847Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1685717Z with 2025-03-14T03:59:31.1685895Z [ 2025-03-14T03:59:31.1686074Z T=uint8_t, 2025-03-14T03:59:31.1686438Z accT=int32_t 2025-03-14T03:59:31.1686659Z ] 2025-03-14T03:59:31.1687926Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1689292Z with 2025-03-14T03:59:31.1689468Z [ 2025-03-14T03:59:31.1689646Z T=uint8_t, 2025-03-14T03:59:31.1689858Z accT=int16_t, 2025-03-14T03:59:31.1690080Z inpType=uint8_t 2025-03-14T03:59:31.1690306Z ] 2025-03-14T03:59:31.1691095Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1691941Z with 2025-03-14T03:59:31.1692130Z [ 2025-03-14T03:59:31.1692350Z T=uint8_t, 2025-03-14T03:59:31.1692556Z accT=int16_t 2025-03-14T03:59:31.1692806Z ] 2025-03-14T03:59:31.1694100Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1695384Z with 2025-03-14T03:59:31.1695567Z [ 2025-03-14T03:59:31.1695734Z T=uint8_t, 2025-03-14T03:59:31.1695950Z accT=int16_t 2025-03-14T03:59:31.1696172Z ] 2025-03-14T03:59:31.1696978Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.1697857Z with 2025-03-14T03:59:31.1698078Z [ 2025-03-14T03:59:31.1698257Z T=uint8_t, 2025-03-14T03:59:31.1698508Z accT=int16_t 2025-03-14T03:59:31.1698728Z ] 2025-03-14T03:59:31.1699850Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1702053Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1704220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1706402Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1708498Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1984947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.1988112Z [1287/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-03-14T03:59:31.1991170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.1993636Z with 2025-03-14T03:59:31.1993962Z [ 2025-03-14T03:59:31.1994271Z T=uint8_t, 2025-03-14T03:59:31.1994629Z accT=int32_t, 2025-03-14T03:59:31.1995022Z inpType=uint8_t 2025-03-14T03:59:31.1995400Z ] 2025-03-14T03:59:31.1996918Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.1998561Z with 2025-03-14T03:59:31.1998904Z [ 2025-03-14T03:59:31.1999230Z T=uint8_t, 2025-03-14T03:59:31.1999595Z accT=int32_t 2025-03-14T03:59:31.1999971Z ] 2025-03-14T03:59:31.2002462Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2004868Z with 2025-03-14T03:59:31.2005204Z [ 2025-03-14T03:59:31.2019609Z T=uint8_t, 2025-03-14T03:59:31.2020067Z accT=int32_t 2025-03-14T03:59:31.2020464Z ] 2025-03-14T03:59:31.2022072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2023874Z with 2025-03-14T03:59:31.2024179Z [ 2025-03-14T03:59:31.2024594Z T=uint8_t, 2025-03-14T03:59:31.2024995Z accT=int32_t 2025-03-14T03:59:31.2025488Z ] 2025-03-14T03:59:31.2027972Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2030552Z with 2025-03-14T03:59:31.2030868Z [ 2025-03-14T03:59:31.2031182Z T=uint8_t, 2025-03-14T03:59:31.2031559Z accT=int32_t, 2025-03-14T03:59:31.2031950Z inpType=uint8_t 2025-03-14T03:59:31.2032322Z ] 2025-03-14T03:59:31.2033735Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.2035288Z with 2025-03-14T03:59:31.2035614Z [ 2025-03-14T03:59:31.2035938Z T=uint8_t, 2025-03-14T03:59:31.2036326Z accT=int32_t 2025-03-14T03:59:31.2036687Z ] 2025-03-14T03:59:31.2039060Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2041585Z with 2025-03-14T03:59:31.2041942Z [ 2025-03-14T03:59:31.2042278Z T=uint8_t, 2025-03-14T03:59:31.2042665Z accT=int32_t 2025-03-14T03:59:31.2043042Z ] 2025-03-14T03:59:31.2044745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2046608Z with 2025-03-14T03:59:31.2046920Z [ 2025-03-14T03:59:31.2047242Z T=uint8_t, 2025-03-14T03:59:31.2047603Z accT=int32_t 2025-03-14T03:59:31.2047986Z ] 2025-03-14T03:59:31.2308947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.2311700Z [1288/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-03-14T03:59:31.2314424Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2317603Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2320781Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2322647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2324481Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2326302Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2328019Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2329689Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2331548Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2333585Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2337385Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2340770Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2343920Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2347717Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2350292Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2352757Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2355937Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2358693Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2361471Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2364242Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2367702Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2370648Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2373246Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2377692Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2383354Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2386222Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2388061Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2390074Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2391986Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2394953Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2398285Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2401710Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2405503Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2409181Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2412607Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2416051Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2419348Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2422754Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2426435Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2429814Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2432996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2436470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2442241Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2445248Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2447738Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2449523Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2451955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2454530Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2457293Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2459877Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2462434Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2464142Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2466630Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2468679Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2470446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2473141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2476886Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2480493Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2484098Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2487700Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2490890Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2494325Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2497918Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2501521Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2504977Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2508636Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2512523Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2516140Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2520038Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2523859Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2527382Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2531392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2535180Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2538218Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2540762Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2543701Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2547287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2550424Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2553929Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2557314Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2560505Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2563698Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2566964Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2570040Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2572963Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2575964Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2577948Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2580940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2584185Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2587653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2591147Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2594630Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2597837Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2601166Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2604903Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2608463Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2611896Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2615638Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2619492Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2623327Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2625873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2627690Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:59:31.2630179Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2632255Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2634170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2636012Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:59:31.2638065Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2639940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:59:31.2642086Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2643978Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:59:31.2646281Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2648764Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:59:31.2650936Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2653679Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2655931Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2659261Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:59:31.2662410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2666588Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:59:31.2670162Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2673078Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:59:31.2674533Z [1289/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-03-14T03:59:31.2677827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2679659Z with 2025-03-14T03:59:31.2679863Z [ 2025-03-14T03:59:31.2680073Z T=uint8_t, 2025-03-14T03:59:31.2680386Z accT=int32_t, 2025-03-14T03:59:31.2680623Z inpType=uint8_t 2025-03-14T03:59:31.2680850Z ] 2025-03-14T03:59:31.2681816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.2682801Z with 2025-03-14T03:59:31.2682991Z [ 2025-03-14T03:59:31.2683180Z T=uint8_t, 2025-03-14T03:59:31.2683403Z accT=int32_t 2025-03-14T03:59:31.2683632Z ] 2025-03-14T03:59:31.2685043Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2687343Z with 2025-03-14T03:59:31.2687665Z [ 2025-03-14T03:59:31.2687970Z T=uint8_t, 2025-03-14T03:59:31.2688325Z accT=int32_t 2025-03-14T03:59:31.2688644Z ] 2025-03-14T03:59:31.2690039Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2691591Z with 2025-03-14T03:59:31.2691919Z [ 2025-03-14T03:59:31.2692230Z T=uint8_t, 2025-03-14T03:59:31.2692540Z accT=int32_t 2025-03-14T03:59:31.2692781Z ] 2025-03-14T03:59:31.2695044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2697141Z with 2025-03-14T03:59:31.2697432Z [ 2025-03-14T03:59:31.2697706Z T=uint8_t, 2025-03-14T03:59:31.2697948Z accT=int16_t, 2025-03-14T03:59:31.2698234Z inpType=uint8_t 2025-03-14T03:59:31.2698464Z ] 2025-03-14T03:59:31.2699315Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.2700589Z with 2025-03-14T03:59:31.2700772Z [ 2025-03-14T03:59:31.2700950Z T=uint8_t, 2025-03-14T03:59:31.2701170Z accT=int16_t 2025-03-14T03:59:31.2701388Z ] 2025-03-14T03:59:31.2702764Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2705540Z with 2025-03-14T03:59:31.2705800Z [ 2025-03-14T03:59:31.2706009Z T=uint8_t, 2025-03-14T03:59:31.2706231Z accT=int16_t 2025-03-14T03:59:31.2706452Z ] 2025-03-14T03:59:31.2708045Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2709607Z with 2025-03-14T03:59:31.2710140Z [ 2025-03-14T03:59:31.2710354Z T=uint8_t, 2025-03-14T03:59:31.2710635Z accT=int16_t 2025-03-14T03:59:31.2710929Z ] 2025-03-14T03:59:31.2713370Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2715883Z with 2025-03-14T03:59:31.2716228Z [ 2025-03-14T03:59:31.2716541Z T=uint8_t, 2025-03-14T03:59:31.2716920Z accT=int32_t, 2025-03-14T03:59:31.2717236Z inpType=uint8_t 2025-03-14T03:59:31.2717453Z ] 2025-03-14T03:59:31.2718278Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.2719902Z with 2025-03-14T03:59:31.2720108Z [ 2025-03-14T03:59:31.2720347Z T=uint8_t, 2025-03-14T03:59:31.2721039Z accT=int32_t 2025-03-14T03:59:31.2721448Z ] 2025-03-14T03:59:31.2723884Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2726513Z with 2025-03-14T03:59:31.2726860Z [ 2025-03-14T03:59:31.2727170Z T=uint8_t, 2025-03-14T03:59:31.2727570Z accT=int32_t 2025-03-14T03:59:31.2727984Z ] 2025-03-14T03:59:31.2729601Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2731618Z with 2025-03-14T03:59:31.2731972Z [ 2025-03-14T03:59:31.2732303Z T=uint8_t, 2025-03-14T03:59:31.2732723Z accT=int32_t 2025-03-14T03:59:31.2733665Z ] 2025-03-14T03:59:31.2737707Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2741809Z with 2025-03-14T03:59:31.2742015Z [ 2025-03-14T03:59:31.2742205Z T=uint8_t, 2025-03-14T03:59:31.2742434Z accT=int16_t, 2025-03-14T03:59:31.2742668Z inpType=uint8_t 2025-03-14T03:59:31.2742976Z ] 2025-03-14T03:59:31.2744181Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.2745411Z with 2025-03-14T03:59:31.2745604Z [ 2025-03-14T03:59:31.2745795Z T=uint8_t, 2025-03-14T03:59:31.2746036Z accT=int16_t 2025-03-14T03:59:31.2746318Z ] 2025-03-14T03:59:31.2747721Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2749151Z with 2025-03-14T03:59:31.2749351Z [ 2025-03-14T03:59:31.2749543Z T=uint8_t, 2025-03-14T03:59:31.2750038Z accT=int16_t 2025-03-14T03:59:31.2750568Z ] 2025-03-14T03:59:31.2752223Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.2753995Z with 2025-03-14T03:59:31.2754523Z [ 2025-03-14T03:59:31.2755099Z T=uint8_t, 2025-03-14T03:59:31.2755529Z accT=int16_t 2025-03-14T03:59:31.2756192Z ] 2025-03-14T03:59:31.2758381Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.2762574Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.2765321Z [1290/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-03-14T03:59:31.2767849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2769534Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2772371Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2776174Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2779392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2781877Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2783696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2787137Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2790604Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2794062Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2797224Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2800727Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2804194Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2807527Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2809747Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2811937Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2815053Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2818822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2822176Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2825191Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2833733Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2837121Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2840470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2844677Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2847931Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2851233Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2854476Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2858772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2862290Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2866096Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2869638Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2872782Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2876627Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2880680Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2884148Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2887369Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2890672Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2893708Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2897141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2900826Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2904311Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2907772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2911484Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2915620Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2918806Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2921845Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2924862Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2927868Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2931039Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2935189Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2938156Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2941249Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:59:31.2944399Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2947142Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:59:31.2949159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2951304Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:59:31.2954422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2957330Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:59:31.2960103Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.2963696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:59:31.2965685Z [1291/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-03-14T03:59:31.3236586Z [1292/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-03-14T03:59:31.3238688Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3240309Z with 2025-03-14T03:59:31.3240496Z [ 2025-03-14T03:59:31.3240749Z T=int8_t, 2025-03-14T03:59:31.3240973Z accT=int32_t, 2025-03-14T03:59:31.3241275Z inpType=int8_t 2025-03-14T03:59:31.3241543Z ] 2025-03-14T03:59:31.3242455Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.3243428Z with 2025-03-14T03:59:31.3243691Z [ 2025-03-14T03:59:31.3243886Z T=int8_t, 2025-03-14T03:59:31.3244210Z accT=int32_t 2025-03-14T03:59:31.3244544Z ] 2025-03-14T03:59:31.3246099Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3247900Z with 2025-03-14T03:59:31.3248134Z [ 2025-03-14T03:59:31.3248317Z T=int8_t, 2025-03-14T03:59:31.3248583Z accT=int32_t 2025-03-14T03:59:31.3248794Z ] 2025-03-14T03:59:31.3249731Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.3250945Z with 2025-03-14T03:59:31.3251246Z [ 2025-03-14T03:59:31.3251483Z T=int8_t, 2025-03-14T03:59:31.3251704Z accT=int32_t 2025-03-14T03:59:31.3252013Z ] 2025-03-14T03:59:31.3253505Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3254989Z with 2025-03-14T03:59:31.3255175Z [ 2025-03-14T03:59:31.3255483Z T=int8_t, 2025-03-14T03:59:31.3255768Z accT=int16_t, 2025-03-14T03:59:31.3255999Z inpType=int8_t 2025-03-14T03:59:31.3256328Z ] 2025-03-14T03:59:31.3257221Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.3258209Z with 2025-03-14T03:59:31.3258392Z [ 2025-03-14T03:59:31.3258663Z T=int8_t, 2025-03-14T03:59:31.3258882Z accT=int16_t 2025-03-14T03:59:31.3259303Z ] 2025-03-14T03:59:31.3260721Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3262928Z with 2025-03-14T03:59:31.3263273Z [ 2025-03-14T03:59:31.3263573Z T=int8_t, 2025-03-14T03:59:31.3263951Z accT=int16_t 2025-03-14T03:59:31.3264336Z ] 2025-03-14T03:59:31.3265885Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.3267504Z with 2025-03-14T03:59:31.3267811Z [ 2025-03-14T03:59:31.3268144Z T=int8_t, 2025-03-14T03:59:31.3268537Z accT=int16_t 2025-03-14T03:59:31.3268928Z ] 2025-03-14T03:59:31.3270960Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3273500Z with 2025-03-14T03:59:31.3273747Z [ 2025-03-14T03:59:31.3273928Z T=int8_t, 2025-03-14T03:59:31.3274151Z accT=int32_t, 2025-03-14T03:59:31.3274378Z inpType=int8_t 2025-03-14T03:59:31.3274604Z ] 2025-03-14T03:59:31.3275617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.3276499Z with 2025-03-14T03:59:31.3276727Z [ 2025-03-14T03:59:31.3277105Z T=int8_t, 2025-03-14T03:59:31.3277476Z accT=int32_t 2025-03-14T03:59:31.3277821Z ] 2025-03-14T03:59:31.3279599Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3281032Z with 2025-03-14T03:59:31.3281231Z [ 2025-03-14T03:59:31.3281443Z T=int8_t, 2025-03-14T03:59:31.3281657Z accT=int32_t 2025-03-14T03:59:31.3281912Z ] 2025-03-14T03:59:31.3283329Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.3285346Z with 2025-03-14T03:59:31.3285685Z [ 2025-03-14T03:59:31.3286019Z T=int8_t, 2025-03-14T03:59:31.3286416Z accT=int32_t 2025-03-14T03:59:31.3286820Z ] 2025-03-14T03:59:31.3289410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3292059Z with 2025-03-14T03:59:31.3292397Z [ 2025-03-14T03:59:31.3292726Z T=int8_t, 2025-03-14T03:59:31.3293122Z accT=int16_t, 2025-03-14T03:59:31.3293558Z inpType=int8_t 2025-03-14T03:59:31.3294042Z ] 2025-03-14T03:59:31.3295730Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.3297766Z with 2025-03-14T03:59:31.3298127Z [ 2025-03-14T03:59:31.3298691Z T=int8_t, 2025-03-14T03:59:31.3299083Z accT=int16_t 2025-03-14T03:59:31.3299469Z ] 2025-03-14T03:59:31.3301751Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.3304005Z with 2025-03-14T03:59:31.3304312Z [ 2025-03-14T03:59:31.3304610Z T=int8_t, 2025-03-14T03:59:31.3304999Z accT=int16_t 2025-03-14T03:59:31.3305500Z ] 2025-03-14T03:59:31.3307241Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.3309243Z with 2025-03-14T03:59:31.3309495Z [ 2025-03-14T03:59:31.3309692Z T=int8_t, 2025-03-14T03:59:31.3309999Z accT=int16_t 2025-03-14T03:59:31.3310258Z ] 2025-03-14T03:59:31.4052225Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4054324Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4055821Z [1293/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-03-14T03:59:31.4057612Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.4058888Z with 2025-03-14T03:59:31.4059102Z [ 2025-03-14T03:59:31.4059273Z T=int8_t, 2025-03-14T03:59:31.4059500Z accT=int32_t, 2025-03-14T03:59:31.4059732Z inpType=int8_t 2025-03-14T03:59:31.4059955Z ] 2025-03-14T03:59:31.4060725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:59:31.4061809Z with 2025-03-14T03:59:31.4061984Z [ 2025-03-14T03:59:31.4062186Z T=int8_t, 2025-03-14T03:59:31.4062497Z accT=int32_t 2025-03-14T03:59:31.4062714Z ] 2025-03-14T03:59:31.4063930Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:59:31.4065209Z with 2025-03-14T03:59:31.4065465Z [ 2025-03-14T03:59:31.4065702Z T=int8_t, 2025-03-14T03:59:31.4065917Z accT=int32_t 2025-03-14T03:59:31.4066131Z ] 2025-03-14T03:59:31.4066987Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:59:31.4067904Z with 2025-03-14T03:59:31.4068090Z [ 2025-03-14T03:59:31.4068351Z T=int8_t, 2025-03-14T03:59:31.4068612Z accT=int32_t 2025-03-14T03:59:31.4068819Z ] 2025-03-14T03:59:31.4471234Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4474082Z [1294/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-03-14T03:59:31.4477065Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4480441Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4482888Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4485127Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4487435Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4489734Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4492220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4494526Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4497032Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4499254Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4502900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4506815Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4726708Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:59:31.4728924Z [1295/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-03-14T03:59:31.5774190Z [1296/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-03-14T03:59:31.5786452Z [1297/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-03-14T03:59:31.5879288Z [1298/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-03-14T03:59:31.6334732Z [1299/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-03-14T03:59:31.7130528Z [1300/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-03-14T03:59:31.7257082Z [1301/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-03-14T03:59:31.7325999Z [1302/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-03-14T03:59:31.8034075Z [1303/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-03-14T03:59:31.8211398Z [1304/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-03-14T03:59:31.8225109Z [1305/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-03-14T03:59:31.8515209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(23): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:31.8516703Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(39): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:31.8517792Z [1306/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-03-14T03:59:31.8575790Z [1307/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-03-14T03:59:31.9096859Z [1308/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-03-14T03:59:31.9399209Z [1309/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-03-14T03:59:31.9563699Z [1310/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-03-14T03:59:31.9823059Z [1311/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-03-14T03:59:32.0088236Z [1312/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-03-14T03:59:32.0317430Z [1313/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-03-14T03:59:32.0400329Z [1314/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-03-14T03:59:32.0626429Z [1315/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-03-14T03:59:32.0933869Z [1316/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-03-14T03:59:32.1089583Z [1317/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-03-14T03:59:32.1091066Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1555): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1092390Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2037): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1094191Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2201): note: see reference to function template instantiation 'void fbgemm::FusedNBitRowwiseQuantizedSBHalfToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-03-14T03:59:32.1096989Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2041): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1099379Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2045): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1101750Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2049): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1104221Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2102): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1106706Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2107): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1109172Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2112): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1111572Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2117): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1114018Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2170): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:59:32.1642860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2223): note: see reference to function template instantiation 'void fbgemm::Fused8BitRowwiseQuantizedSBFloatToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-03-14T03:59:32.1645455Z [1318/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-03-14T03:59:32.2239371Z [1319/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-03-14T03:59:32.2547294Z [1320/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-03-14T03:59:32.2603942Z [1321/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-03-14T03:59:32.2621388Z [1322/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-03-14T03:59:32.2676287Z [1323/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-03-14T03:59:32.2887570Z [1324/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-03-14T03:59:32.3511526Z [1325/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-03-14T03:59:32.4065194Z [1326/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-03-14T03:59:32.4312319Z [1327/7082] Linking CXX shared library bin\asmjit.dll 2025-03-14T03:59:32.5270100Z [1328/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-03-14T03:59:32.5568257Z [1329/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-03-14T03:59:32.5623998Z [1330/7082] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-03-14T03:59:32.5947954Z [1331/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-03-14T03:59:32.6498296Z [1332/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-03-14T03:59:32.7065448Z [1333/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-03-14T03:59:32.7408204Z [1334/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-03-14T03:59:32.8125864Z [1335/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-03-14T03:59:32.8174924Z [1336/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-03-14T03:59:32.8660208Z [1337/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-03-14T03:59:32.8902904Z [1338/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-03-14T03:59:32.9460328Z [1339/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-03-14T03:59:32.9802483Z [1340/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-03-14T03:59:33.0680475Z [1341/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-03-14T03:59:33.0900509Z [1342/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-03-14T03:59:33.1121425Z [1343/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-03-14T03:59:33.1183993Z [1344/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-03-14T03:59:33.1682393Z [1345/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-03-14T03:59:33.2330499Z [1346/7082] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-03-14T03:59:33.3874114Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:33.3875059Z [1347/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-03-14T03:59:33.3999191Z [1348/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-03-14T03:59:33.4049128Z [1349/7082] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-03-14T03:59:33.4296008Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:59:33.4297587Z [1350/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-03-14T03:59:33.4377885Z [1351/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-03-14T03:59:33.4488598Z [1352/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-03-14T03:59:33.4904967Z [1353/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-03-14T03:59:33.5071951Z [1354/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-03-14T03:59:33.5359662Z [1355/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-03-14T03:59:33.5879808Z [1356/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-03-14T03:59:33.6209821Z [1357/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-03-14T03:59:33.6325452Z [1358/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-03-14T03:59:33.6925068Z [1359/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-03-14T03:59:33.6989602Z [1360/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-03-14T03:59:33.7389621Z [1361/7082] Linking CXX static library lib\onnx_proto.lib 2025-03-14T03:59:33.8876056Z [1362/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-03-14T03:59:33.8982805Z [1363/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-03-14T03:59:34.1799410Z [1364/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-03-14T03:59:34.2318614Z [1365/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-03-14T03:59:34.2792318Z [1366/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-03-14T03:59:34.2793601Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:59:34.2797043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:59:34.2799836Z with 2025-03-14T03:59:34.2800137Z [ 2025-03-14T03:59:34.2800566Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.2801028Z ] 2025-03-14T03:59:34.2803573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2805638Z with 2025-03-14T03:59:34.2805838Z [ 2025-03-14T03:59:34.2806100Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.2806428Z ] 2025-03-14T03:59:34.2808466Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2810202Z with 2025-03-14T03:59:34.2810383Z [ 2025-03-14T03:59:34.2810637Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.2810961Z ] 2025-03-14T03:59:34.2812590Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2814501Z with 2025-03-14T03:59:34.2814736Z [ 2025-03-14T03:59:34.2815175Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.2815564Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.2815884Z ] 2025-03-14T03:59:34.2817664Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2819653Z with 2025-03-14T03:59:34.2819841Z [ 2025-03-14T03:59:34.2820157Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.2820559Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.2820885Z U=uv_write_t 2025-03-14T03:59:34.2821103Z ] 2025-03-14T03:59:34.2822827Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2824947Z with 2025-03-14T03:59:34.2825175Z [ 2025-03-14T03:59:34.2825665Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.2826230Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.2826560Z U=uv_write_t 2025-03-14T03:59:34.2826783Z ] 2025-03-14T03:59:34.2934334Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.2936357Z with 2025-03-14T03:59:34.2936551Z [ 2025-03-14T03:59:34.2936847Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.2937248Z ] 2025-03-14T03:59:34.2937720Z [1367/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-03-14T03:59:34.3222935Z [1368/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-03-14T03:59:34.3224259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:59:34.3227068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:59:34.3229047Z with 2025-03-14T03:59:34.3229253Z [ 2025-03-14T03:59:34.3229533Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3230001Z ] 2025-03-14T03:59:34.3231978Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3234900Z with 2025-03-14T03:59:34.3235186Z [ 2025-03-14T03:59:34.3235544Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3235933Z ] 2025-03-14T03:59:34.3237674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3239767Z with 2025-03-14T03:59:34.3239959Z [ 2025-03-14T03:59:34.3240198Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3240518Z ] 2025-03-14T03:59:34.3242295Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3244378Z with 2025-03-14T03:59:34.3244560Z [ 2025-03-14T03:59:34.3244845Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3245230Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3245590Z ] 2025-03-14T03:59:34.3247457Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3249448Z with 2025-03-14T03:59:34.3249725Z [ 2025-03-14T03:59:34.3250815Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3251215Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3251543Z U=uv_write_t 2025-03-14T03:59:34.3251768Z ] 2025-03-14T03:59:34.3253730Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3255565Z with 2025-03-14T03:59:34.3255747Z [ 2025-03-14T03:59:34.3256039Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3256440Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3256757Z U=uv_write_t 2025-03-14T03:59:34.3256974Z ] 2025-03-14T03:59:34.3423699Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3426978Z with 2025-03-14T03:59:34.3427294Z [ 2025-03-14T03:59:34.3427728Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3428331Z ] 2025-03-14T03:59:34.3429113Z [1369/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-03-14T03:59:34.3583475Z [1370/7082] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-03-14T03:59:34.3585829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:59:34.3590337Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:59:34.3592888Z with 2025-03-14T03:59:34.3593102Z [ 2025-03-14T03:59:34.3593368Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3593760Z ] 2025-03-14T03:59:34.3595687Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3599324Z with 2025-03-14T03:59:34.3599675Z [ 2025-03-14T03:59:34.3600147Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3600763Z ] 2025-03-14T03:59:34.3604127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3607618Z with 2025-03-14T03:59:34.3607968Z [ 2025-03-14T03:59:34.3608406Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3609040Z ] 2025-03-14T03:59:34.3612178Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3615565Z with 2025-03-14T03:59:34.3615929Z [ 2025-03-14T03:59:34.3616395Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3617139Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.3617727Z ] 2025-03-14T03:59:34.3621776Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3625554Z with 2025-03-14T03:59:34.3625917Z [ 2025-03-14T03:59:34.3626428Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3627217Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3627831Z U=uv_write_t 2025-03-14T03:59:34.3628220Z ] 2025-03-14T03:59:34.3631690Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.3635329Z with 2025-03-14T03:59:34.3635675Z [ 2025-03-14T03:59:34.3636126Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3636882Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:59:34.3637478Z U=uv_write_t 2025-03-14T03:59:34.3637853Z ] 2025-03-14T03:59:34.4920126Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:59:34.4922023Z with 2025-03-14T03:59:34.4922237Z [ 2025-03-14T03:59:34.4922511Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:59:34.4922835Z ] 2025-03-14T03:59:34.4923219Z [1371/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-03-14T03:59:34.5757895Z [1372/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-03-14T03:59:34.6870643Z [1373/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-03-14T03:59:34.6979490Z [1374/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-03-14T03:59:34.7217204Z [1375/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-03-14T03:59:34.8103786Z [1376/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-03-14T03:59:34.8198978Z [1377/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-03-14T03:59:34.9438275Z [1378/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-03-14T03:59:34.9688043Z [1379/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-03-14T03:59:35.0108997Z [1380/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-03-14T03:59:35.1067784Z [1381/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-03-14T03:59:35.1581885Z [1382/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-03-14T03:59:35.2318959Z [1383/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-03-14T03:59:35.2413606Z [1384/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-03-14T03:59:35.2431299Z [1385/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-03-14T03:59:35.3419867Z [1386/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-03-14T03:59:35.4718874Z [1387/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-03-14T03:59:35.4813536Z [1388/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-03-14T03:59:35.4899435Z [1389/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-03-14T03:59:35.6452638Z [1390/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-03-14T03:59:35.6646129Z [1391/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-03-14T03:59:35.7047362Z [1392/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-03-14T03:59:35.7312117Z [1393/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-03-14T03:59:35.7816098Z [1394/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-03-14T03:59:35.8805895Z [1395/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-03-14T03:59:35.9131504Z [1396/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-03-14T03:59:35.9401028Z [1397/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-03-14T03:59:36.0919516Z [1398/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-03-14T03:59:36.1103701Z [1399/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-03-14T03:59:36.1207510Z [1400/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-03-14T03:59:36.1797084Z [1401/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-03-14T03:59:36.2236275Z [1402/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-03-14T03:59:36.3080196Z [1403/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-03-14T03:59:36.3492863Z [1404/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-03-14T03:59:36.4402765Z [1405/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-03-14T03:59:36.5306838Z [1406/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-03-14T03:59:36.5794855Z [1407/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-03-14T03:59:36.6091501Z [1408/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-03-14T03:59:36.6185903Z [1409/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-03-14T03:59:36.6463222Z [1410/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-03-14T03:59:36.6988194Z [1411/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-03-14T03:59:36.7342767Z [1412/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-03-14T03:59:36.8890753Z [1413/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-03-14T03:59:36.9138714Z [1414/7082] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-03-14T03:59:36.9861588Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:59:36.9861984Z 2025-03-14T03:59:36.9862004Z 2025-03-14T03:59:36.9862189Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:59:36.9862467Z 2025-03-14T03:59:36.9862474Z 2025-03-14T03:59:36.9862478Z 2025-03-14T03:59:36.9862482Z 2025-03-14T03:59:36.9862857Z [1415/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-03-14T03:59:37.0395046Z [1416/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-03-14T03:59:37.1070241Z [1417/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-03-14T03:59:37.1155276Z [1418/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-03-14T03:59:37.1326965Z [1419/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-03-14T03:59:37.1855025Z [1420/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-03-14T03:59:37.2166155Z [1421/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-03-14T03:59:37.4294011Z [1422/7082] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-03-14T03:59:37.7771308Z [1423/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-03-14T03:59:37.8918088Z [1424/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-03-14T03:59:37.9010641Z [1425/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-03-14T03:59:37.9420131Z [1426/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-03-14T03:59:37.9559742Z [1427/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-03-14T03:59:37.9987825Z [1428/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-03-14T03:59:38.0081263Z [1429/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-03-14T03:59:38.0441347Z [1430/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-03-14T03:59:38.0714322Z [1431/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-03-14T03:59:38.2938297Z [1432/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-03-14T03:59:38.3222210Z [1433/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-03-14T03:59:38.3430393Z [1434/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float4.cpp.obj 2025-03-14T03:59:38.4129889Z [1435/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-03-14T03:59:38.4285258Z [1436/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-03-14T03:59:38.5780686Z [1437/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-03-14T03:59:38.8069421Z [1438/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-03-14T03:59:38.8977061Z [1439/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-03-14T03:59:38.9100731Z [1440/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-03-14T03:59:39.1941560Z [1441/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-03-14T03:59:39.1958480Z [1442/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-03-14T03:59:39.2256135Z [1443/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-03-14T03:59:39.2760442Z [1444/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-03-14T03:59:39.5220874Z [1445/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-03-14T03:59:39.5893016Z [1446/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-03-14T03:59:39.6649744Z [1447/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-03-14T03:59:39.7193291Z [1448/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-03-14T03:59:39.9755084Z [1449/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-03-14T03:59:40.0012237Z [1450/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-03-14T03:59:40.0840593Z [1451/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-03-14T03:59:40.0960892Z [1452/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-03-14T03:59:40.3754655Z [1453/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-03-14T03:59:40.5012168Z [1454/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-03-14T03:59:40.5737924Z [1455/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-03-14T03:59:40.6057342Z [1456/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-03-14T03:59:40.8962629Z [1457/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-03-14T03:59:40.9848175Z [1458/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-03-14T03:59:41.0482591Z [1459/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-03-14T03:59:41.0692653Z [1460/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-03-14T03:59:41.2528694Z [1461/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-03-14T03:59:41.3202003Z [1462/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-03-14T03:59:41.4559089Z [1463/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-03-14T03:59:41.4779369Z [1464/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-03-14T03:59:41.6782655Z [1465/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-03-14T03:59:41.8622800Z [1466/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-03-14T03:59:41.8955120Z [1467/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-03-14T03:59:41.9540240Z [1468/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-03-14T03:59:42.0098728Z [1469/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-03-14T03:59:42.1479527Z [1470/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-03-14T03:59:42.2727114Z [1471/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-03-14T03:59:42.3542524Z [1472/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-03-14T03:59:42.5342229Z [1473/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-03-14T03:59:42.7533585Z [1474/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-03-14T03:59:42.7620817Z [1475/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-03-14T03:59:42.7632106Z [1476/7082] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-03-14T03:59:42.8869335Z Microsoft (R) Macro Assembler (x64) Version 14.29.30158.0 2025-03-14T03:59:42.8869645Z 2025-03-14T03:59:42.8869835Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:59:42.8870111Z 2025-03-14T03:59:42.8870116Z 2025-03-14T03:59:42.8870121Z 2025-03-14T03:59:42.8870576Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-03-14T03:59:42.8871074Z 2025-03-14T03:59:42.8871643Z [1477/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-03-14T03:59:42.9133915Z [1478/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-03-14T03:59:42.9335721Z [1479/7082] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-03-14T03:59:42.9429808Z [1480/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-03-14T03:59:43.0988706Z [1481/7082] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-03-14T03:59:43.2150592Z [1482/7082] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-03-14T03:59:43.6555163Z [1483/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-03-14T03:59:43.7744525Z [1484/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-03-14T03:59:43.7831106Z [1485/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-03-14T03:59:43.9918891Z [1486/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-03-14T03:59:43.9938358Z [1487/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-03-14T03:59:43.9957694Z [1488/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-03-14T03:59:44.2434525Z [1489/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-03-14T03:59:44.3343471Z [1490/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-03-14T03:59:44.6379926Z [1491/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-03-14T03:59:44.6471926Z [1492/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-03-14T03:59:44.7668401Z [1493/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-03-14T03:59:45.0178925Z [1494/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-03-14T03:59:45.0565849Z [1495/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-03-14T03:59:45.1439336Z [1496/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-03-14T03:59:45.3044952Z [1497/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-03-14T03:59:45.3592571Z [1498/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-03-14T03:59:45.6295936Z [1499/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-03-14T03:59:45.7064878Z [1500/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-03-14T03:59:45.8498960Z [1501/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-03-14T03:59:46.1002667Z [1502/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-03-14T03:59:46.1108554Z [1503/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-03-14T03:59:46.1868362Z [1504/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-03-14T03:59:46.2837456Z [1505/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-03-14T03:59:46.2953117Z [1506/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-03-14T03:59:46.5300484Z [1507/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-03-14T03:59:46.7191784Z [1508/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-03-14T03:59:46.7958450Z [1509/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-03-14T03:59:46.9871782Z [1510/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-03-14T03:59:47.2142691Z [1511/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-03-14T03:59:47.2347303Z [1512/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-03-14T03:59:47.2365038Z [1513/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-03-14T03:59:47.2619390Z [1514/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-03-14T03:59:47.5572127Z [1515/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-03-14T03:59:47.6335431Z [1516/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-03-14T03:59:47.7771753Z [1517/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-03-14T03:59:47.9396989Z [1518/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-03-14T03:59:48.2200475Z [1519/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-03-14T03:59:48.2358961Z [1520/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-03-14T03:59:48.2603357Z [1521/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-03-14T03:59:48.3367797Z [1522/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-03-14T03:59:48.4876051Z [1523/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-03-14T03:59:48.6875117Z [1524/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-03-14T03:59:48.6999024Z [1525/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-03-14T03:59:48.9081567Z [1526/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-03-14T03:59:49.1347612Z [1527/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-03-14T03:59:49.1794571Z [1528/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-03-14T03:59:49.2114689Z [1529/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-03-14T03:59:49.3142533Z [1530/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-03-14T03:59:49.5156996Z [1531/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-03-14T03:59:49.6165246Z [1532/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-03-14T03:59:49.7181818Z [1533/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-03-14T03:59:49.9453535Z [1534/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-03-14T03:59:49.9958271Z [1535/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-03-14T03:59:50.0698590Z [1536/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-03-14T03:59:50.2390839Z [1537/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-03-14T03:59:50.2461279Z [1538/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-03-14T03:59:50.4078275Z [1539/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-03-14T03:59:50.4324085Z [1540/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-03-14T03:59:50.5564722Z [1541/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-03-14T03:59:50.6004861Z [1542/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-03-14T03:59:50.6772230Z [1543/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-03-14T03:59:50.7499639Z [1544/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-03-14T03:59:50.7790119Z [1545/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-03-14T03:59:50.9001107Z [1546/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-03-14T03:59:51.2790685Z [1547/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-03-14T03:59:51.2976429Z [1548/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-03-14T03:59:51.4210751Z [1549/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-03-14T03:59:51.4732507Z [1550/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-03-14T03:59:51.6929825Z [1551/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-03-14T03:59:51.7244883Z [1552/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-03-14T03:59:51.8300420Z [1553/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-03-14T03:59:51.9447564Z [1554/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-03-14T03:59:52.1726626Z [1555/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-03-14T03:59:52.2616329Z [1556/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-03-14T03:59:52.3683382Z [1557/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-03-14T03:59:52.5032853Z [1558/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-03-14T03:59:52.7256209Z [1559/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-03-14T03:59:52.7914619Z [1560/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-03-14T03:59:52.9137940Z [1561/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-03-14T03:59:53.1356023Z [1562/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-03-14T03:59:53.2381839Z [1563/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-03-14T03:59:53.4448526Z [1564/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-03-14T03:59:53.5413041Z [1565/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-03-14T03:59:53.5823864Z [1566/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-03-14T03:59:53.8237178Z [1567/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-03-14T03:59:53.9775299Z [1568/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-03-14T03:59:53.9794949Z [1569/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-03-14T03:59:54.2520590Z [1570/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-03-14T03:59:54.3187479Z [1571/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp4.cpp.obj 2025-03-14T03:59:54.5993585Z [1572/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-03-14T03:59:54.6771785Z [1573/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-03-14T03:59:54.7214294Z [1574/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-03-14T03:59:54.9081479Z [1575/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-03-14T03:59:55.0462037Z [1576/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-03-14T03:59:55.1027193Z [1577/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-03-14T03:59:55.2960755Z [1578/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-03-14T03:59:55.4042291Z [1579/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-03-14T03:59:55.6064058Z [1580/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-03-14T03:59:55.7459584Z [1581/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-03-14T03:59:55.8453921Z [1582/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-03-14T03:59:55.9052387Z [1583/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-03-14T03:59:55.9728718Z [1584/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-03-14T03:59:56.0076696Z [1585/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-03-14T03:59:56.0745382Z [1586/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-03-14T03:59:56.2947195Z [1587/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-03-14T03:59:56.5549383Z [1588/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-03-14T03:59:56.5948143Z [1589/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-03-14T03:59:56.6035832Z [1590/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-03-14T03:59:56.8950780Z [1591/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-03-14T03:59:56.9492598Z [1592/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-03-14T03:59:56.9843105Z [1593/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-03-14T03:59:57.0098669Z [1594/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-03-14T03:59:57.2032963Z [1595/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-03-14T03:59:57.4980202Z [1596/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-03-14T03:59:57.5745326Z [1597/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-03-14T03:59:57.5875355Z [1598/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-03-14T03:59:57.8573997Z [1599/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-03-14T03:59:57.8679016Z [1600/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-03-14T03:59:57.9700810Z [1601/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-03-14T03:59:57.9958059Z [1602/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_copy_kern.cpp.obj 2025-03-14T03:59:58.1483327Z [1603/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_gemm_kern.cpp.obj 2025-03-14T03:59:58.4380173Z [1604/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemm_bf16bf16f32_kern.cpp.obj 2025-03-14T03:59:58.5470983Z [1605/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:59:58.6677330Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:58.6678881Z [1606/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemv_bf16bf16f32_kern.cpp.obj 2025-03-14T03:59:58.8652347Z [1607/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:59:58.8736255Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:58.8737783Z [1608/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:59:59.0306494Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.0307524Z [1609/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:59:59.0681826Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.0683443Z [1610/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:59:59.0843523Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.0844385Z [1611/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:59:59.5023588Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.5024509Z [1612/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:59:59.5291074Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.5292647Z [1613/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:59:59.7562023Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.7562933Z [1614/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T03:59:59.8682670Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.8684162Z [1615/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:59:59.8976153Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:59:59.8977564Z [1616/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:00.0016191Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:00.0017483Z [1617/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:00.0963394Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:00.0964992Z [1618/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_kernel_sgemm_kern.cpp.obj 2025-03-14T04:00:00.1434515Z [1619/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_common_gemm_f32.cpp.obj 2025-03-14T04:00:00.5419518Z [1620/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.obj 2025-03-14T04:00:00.6399250Z [1621/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.obj 2025-03-14T04:00:00.6859395Z [1622/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:00.9221809Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:00.9222943Z [1623/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:00.9686860Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:00.9687740Z [1624/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:01.0155775Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:01.0156672Z [1625/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.obj 2025-03-14T04:00:01.0834625Z [1626/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:01.2159220Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:01.2160641Z [1627/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:01.5771307Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:01.5772109Z [1628/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:01.6040000Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:01.6041349Z [1629/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:01.6134091Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:01.6135444Z [1630/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2025-03-14T04:00:01.9335356Z [1631/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemv_t_f32_kern.cpp.obj 2025-03-14T04:00:01.9623965Z [1632/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.obj 2025-03-14T04:00:02.0242186Z [1633/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.obj 2025-03-14T04:00:02.0920910Z [1634/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part1_autogen.cpp.obj 2025-03-14T04:00:02.1867570Z [1635/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part2_autogen.cpp.obj 2025-03-14T04:00:02.5910825Z [1636/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:02.6368423Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:02.6369938Z [1637/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:02.7490023Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:02.7490863Z [1638/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:02.9060252Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:02.9061174Z [1639/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:02.9162511Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:02.9163389Z [1640/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_n_f32_kern.cpp.obj 2025-03-14T04:00:03.0673302Z [1641/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_t_f32_kern.cpp.obj 2025-03-14T04:00:03.1278565Z [1642/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.obj 2025-03-14T04:00:03.2045127Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:03.2046730Z [1643/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_sgemm_kern_autogen.cpp.obj 2025-03-14T04:00:03.5477404Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:03.5478114Z [1644/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-03-14T04:00:03.5765972Z [1645/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-03-14T04:00:03.6733519Z [1646/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-03-14T04:00:03.9099165Z [1647/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-03-14T04:00:03.9186828Z [1648/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_gemm_s8u8s32_kern.cpp.obj 2025-03-14T04:00:04.1504684Z [1649/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:04.1876049Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.1877165Z [1650/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:04.2480944Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.2481852Z [1651/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:04.5240231Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.5241771Z [1652/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:04.6621757Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.6622578Z [1653/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T04:00:04.7543850Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.7544712Z [1654/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T04:00:04.8723981Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:04.8724871Z [1655/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T04:00:05.0232770Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.0234252Z [1656/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T04:00:05.2328609Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.2329434Z [1657/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:05.2399912Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.2400795Z [1658/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:05.2972338Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.2973179Z [1659/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:05.4051262Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.4052179Z [1660/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:05.6696754Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.6697597Z [1661/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T04:00:05.7296377Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.7297396Z [1662/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T04:00:05.8470152Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.8471096Z [1663/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T04:00:05.9441452Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:05.9443023Z [1664/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T04:00:06.1619817Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:06.1620672Z [1665/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemm_s8u8s32_kern.cpp.obj 2025-03-14T04:00:06.2235598Z [1666/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemv_s8x8s32.cpp.obj 2025-03-14T04:00:06.2597711Z [1667/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.obj 2025-03-14T04:00:06.4850390Z [1668/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:06.7892845Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:06.7893660Z [1669/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:06.8381974Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:06.8383103Z [1670/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:06.8810487Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:06.8811695Z [1671/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:07.0158685Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.0159536Z [1672/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T04:00:07.1178773Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.1180254Z [1673/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T04:00:07.2383955Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.2385617Z [1674/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T04:00:07.2477978Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.2479533Z [1675/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T04:00:07.5283242Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.5284110Z [1676/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:07.7114892Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.7116520Z [1677/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:07.8196985Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.8197832Z [1678/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:07.9150508Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:07.9151526Z [1679/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:08.0428223Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.0429072Z [1680/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:08.1839488Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.1841013Z [1681/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:08.2175008Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.2176558Z [1682/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:08.3329921Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.3330876Z [1683/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:08.5612333Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.5613770Z [1684/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:08.7897191Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.7898359Z [1685/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:08.8136800Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:08.8137699Z [1686/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:09.1127364Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.1129052Z [1687/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:09.1308058Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.1309572Z [1688/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T04:00:09.1976718Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.1978214Z [1689/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T04:00:09.2817198Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.2818133Z [1690/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T04:00:09.4151586Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.4152408Z [1691/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T04:00:09.5727086Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.5728079Z [1692/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:09.8218163Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.8219743Z [1693/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:09.8359133Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:09.8360628Z [1694/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.1201580Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.1203532Z [1695/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.2092881Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.2094484Z [1696/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.2702863Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.2704452Z [1697/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.3551106Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.3551951Z [1698/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.4810652Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.4811797Z [1699/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T04:00:10.5684995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.5686591Z [1700/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T04:00:10.8903426Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.8904894Z [1701/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T04:00:10.9276136Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:10.9277731Z [1702/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T04:00:11.1380496Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.1381356Z [1703/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T04:00:11.2499068Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.2499913Z [1704/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T04:00:11.2677205Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.2678274Z [1705/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T04:00:11.4539854Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.4540732Z [1706/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T04:00:11.4558356Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.4559657Z [1707/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T04:00:11.5518162Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T04:00:11.5518884Z [1708/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-03-14T04:00:11.9062130Z [1709/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-03-14T04:00:11.9571430Z [1710/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-03-14T04:00:12.1171687Z [1711/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-03-14T04:00:12.2554337Z [1712/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-03-14T04:00:12.3004858Z [1713/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-03-14T04:00:12.4241878Z [1714/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2025-03-14T04:00:12.4939555Z [1715/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-03-14T04:00:12.5872188Z [1716/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-03-14T04:00:12.8974384Z [1717/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-03-14T04:00:12.9060544Z [1718/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-03-14T04:00:13.2140134Z [1719/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2025-03-14T04:00:13.2246483Z [1720/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-03-14T04:00:13.3253175Z [1721/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-03-14T04:00:13.4754283Z [1722/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-03-14T04:00:13.4999476Z [1723/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_conv_kernel.cpp.obj 2025-03-14T04:00:13.5566738Z [1724/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2025-03-14T04:00:13.9030365Z [1725/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2025-03-14T04:00:13.9624386Z [1726/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-03-14T04:00:14.1219383Z [1727/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_conv_kernel.cpp.obj 2025-03-14T04:00:14.2302922Z [1728/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-03-14T04:00:14.3864029Z [1729/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2025-03-14T04:00:14.4416576Z [1730/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2025-03-14T04:00:14.4696339Z [1731/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_dw_conv_kernel.cpp.obj 2025-03-14T04:00:14.5171316Z [1732/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-03-14T04:00:14.8841592Z [1733/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-03-14T04:00:14.9670541Z [1734/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-03-14T04:00:15.1146613Z [1735/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-03-14T04:00:15.1680926Z [1736/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-03-14T04:00:15.3972467Z [1737/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2025-03-14T04:00:15.4277774Z [1738/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-03-14T04:00:15.4471747Z [1739/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2025-03-14T04:00:15.5366117Z [1740/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-03-14T04:00:15.8659042Z [1741/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-03-14T04:00:15.8868312Z [1742/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-03-14T04:00:16.1813230Z [1743/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-03-14T04:00:16.2485443Z [1744/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-03-14T04:00:16.4125351Z [1745/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-03-14T04:00:16.4655237Z [1746/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2025-03-14T04:00:16.5000037Z [1747/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-03-14T04:00:16.6160876Z [1748/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-03-14T04:00:16.9071835Z [1749/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-03-14T04:00:16.9099347Z [1750/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2025-03-14T04:00:17.2121204Z [1751/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-03-14T04:00:17.2480350Z [1752/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2025-03-14T04:00:17.4371521Z [1753/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-03-14T04:00:17.5373358Z [1754/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-03-14T04:00:17.6025855Z [1755/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-03-14T04:00:17.6694482Z [1756/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-03-14T04:00:17.9083713Z [1757/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_post_ops.cpp.obj 2025-03-14T04:00:17.9266864Z [1758/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-03-14T04:00:18.2050353Z [1759/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-03-14T04:00:18.2116592Z [1760/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-03-14T04:00:18.3585253Z [1761/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-03-14T04:00:18.5096878Z [1762/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-03-14T04:00:18.6837972Z [1763/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-03-14T04:00:18.7084640Z [1764/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-03-14T04:00:18.9484535Z [1765/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-03-14T04:00:18.9897339Z [1766/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2025-03-14T04:00:19.1729805Z [1767/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-03-14T04:00:19.2372937Z [1768/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-03-14T04:00:19.3501767Z [1769/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-03-14T04:00:19.5132755Z [1770/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-03-14T04:00:19.6423728Z [1771/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-03-14T04:00:19.8097176Z [1772/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-03-14T04:00:19.9261751Z [1773/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-03-14T04:00:19.9494469Z [1774/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-03-14T04:00:20.1810699Z [1775/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2025-03-14T04:00:20.2032208Z [1776/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_deconv_zp_pad_str_kernel.cpp.obj 2025-03-14T04:00:20.2864505Z [1777/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2025-03-14T04:00:20.5904144Z [1778/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-03-14T04:00:20.6486214Z [1779/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-03-14T04:00:20.8576268Z [1780/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-03-14T04:00:20.9303075Z [1781/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-03-14T04:00:20.9403269Z [1782/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-03-14T04:00:21.2750008Z [1783/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_ncsp_convolution.cpp.obj 2025-03-14T04:00:21.3047532Z [1784/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-03-14T04:00:21.3336883Z [1785/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_instance_normalization.cpp.obj 2025-03-14T04:00:21.5308453Z [1786/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-03-14T04:00:21.7059431Z [1787/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-03-14T04:00:21.8475710Z [1788/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-03-14T04:00:21.9204055Z [1789/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-03-14T04:00:21.9293566Z [1790/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-03-14T04:00:22.2721587Z [1791/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_direct_copy.cpp.obj 2025-03-14T04:00:22.3156017Z [1792/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-03-14T04:00:22.3399709Z [1793/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-03-14T04:00:22.5929723Z [1794/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-03-14T04:00:22.6848421Z [1795/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-03-14T04:00:22.8804196Z [1796/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-03-14T04:00:22.9082502Z [1797/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-03-14T04:00:23.0141523Z [1798/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-03-14T04:00:23.2403319Z [1799/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-03-14T04:00:23.4291920Z [1800/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-03-14T04:00:23.4469768Z [1801/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-03-14T04:00:23.5675483Z [1802/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-03-14T04:00:23.6387712Z [1803/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-03-14T04:00:23.8675604Z [1804/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_base.cpp.obj 2025-03-14T04:00:23.8824418Z [1805/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_blocked.cpp.obj 2025-03-14T04:00:23.8986697Z [1806/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_nhwc.cpp.obj 2025-03-14T04:00:24.2991191Z [1807/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_base.cpp.obj 2025-03-14T04:00:24.3530458Z [1808/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_blocked.cpp.obj 2025-03-14T04:00:24.3926403Z [1809/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_nhwc.cpp.obj 2025-03-14T04:00:24.5422507Z [1810/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-03-14T04:00:24.5574221Z [1811/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-03-14T04:00:24.8983261Z [1812/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-03-14T04:00:24.9365973Z [1813/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-03-14T04:00:25.0342374Z [1814/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-03-14T04:00:25.3311455Z [1815/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-03-14T04:00:25.3602697Z [1816/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-03-14T04:00:25.4506924Z [1817/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-03-14T04:00:25.4694993Z [1818/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-03-14T04:00:25.6056634Z [1819/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-03-14T04:00:25.8589218Z [1820/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-03-14T04:00:25.8684924Z [1821/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-03-14T04:00:25.9693118Z [1822/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2025-03-14T04:00:26.2500040Z [1823/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2025-03-14T04:00:26.3681713Z [1824/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-03-14T04:00:26.3782136Z [1825/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-03-14T04:00:26.4197644Z [1826/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-03-14T04:00:26.4907502Z [1827/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-03-14T04:00:26.8940942Z [1828/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2025-03-14T04:00:26.9161145Z [1829/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-03-14T04:00:26.9318208Z [1830/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-03-14T04:00:27.2682277Z [1831/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-03-14T04:00:27.3023867Z [1832/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-03-14T04:00:27.3433622Z [1833/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-03-14T04:00:27.4203808Z [1834/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-03-14T04:00:27.5324797Z [1835/7082] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-03-14T04:00:27.8370333Z [1836/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-03-14T04:00:27.8666038Z [1837/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-03-14T04:00:27.8867349Z [1838/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-03-14T04:00:28.1896289Z [1839/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-03-14T04:00:28.2065591Z [1840/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-03-14T04:00:28.2166699Z [1841/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-03-14T04:00:28.3840164Z [1842/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-03-14T04:00:28.4635655Z [1843/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-03-14T04:00:28.7417635Z [1844/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-03-14T04:00:28.7648034Z [1845/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-03-14T04:00:28.7839891Z [1846/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-03-14T04:00:29.0290566Z [1847/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-03-14T04:00:29.0547404Z [1848/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-03-14T04:00:29.0670168Z [1849/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-03-14T04:00:29.4186212Z [1850/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-03-14T04:00:29.5082882Z [1851/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-03-14T04:00:29.7079443Z [1852/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-03-14T04:00:29.8195103Z [1853/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-03-14T04:00:29.8262788Z [1854/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_partition_impl.cpp.obj 2025-03-14T04:00:29.9151439Z [1855/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-03-14T04:00:29.9934591Z [1856/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-03-14T04:00:30.2141346Z [1857/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-03-14T04:00:30.4103434Z [1858/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-03-14T04:00:30.4457872Z [1859/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-03-14T04:00:30.6720330Z [1860/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-03-14T04:00:30.7696395Z [1861/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\batch_norm.cpp.obj 2025-03-14T04:00:30.8603308Z [1862/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\binary.cpp.obj 2025-03-14T04:00:30.9617246Z [1863/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv.cpp.obj 2025-03-14T04:00:31.0248898Z [1864/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\concat.cpp.obj 2025-03-14T04:00:31.2310744Z [1865/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_base.cpp.obj 2025-03-14T04:00:31.4705277Z [1866/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_transpose.cpp.obj 2025-03-14T04:00:31.4916467Z [1867/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\dummy.cpp.obj 2025-03-14T04:00:31.7143082Z [1868/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\eltwise.cpp.obj 2025-03-14T04:00:31.7838788Z [1869/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\gen_index.cpp.obj 2025-03-14T04:00:31.8553757Z [1870/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\kernel_base.cpp.obj 2025-03-14T04:00:31.9536041Z [1871/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\group_norm.cpp.obj 2025-03-14T04:00:32.0138692Z [1872/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-03-14T04:00:32.2423426Z [1873/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\layer_norm.cpp.obj 2025-03-14T04:00:32.5941827Z [1874/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\matmul.cpp.obj 2025-03-14T04:00:32.6825272Z [1875/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp.cpp.obj 2025-03-14T04:00:32.7486623Z [1876/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp_config.cpp.obj 2025-03-14T04:00:32.7839076Z [1877/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\log_softmax.cpp.obj 2025-03-14T04:00:32.7982837Z [1878/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\pool.cpp.obj 2025-03-14T04:00:32.9490866Z [1879/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\prelu.cpp.obj 2025-03-14T04:00:33.0113363Z [1880/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\quantize.cpp.obj 2025-03-14T04:00:33.2812552Z [1881/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reduction.cpp.obj 2025-03-14T04:00:33.6953196Z [1882/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reorder.cpp.obj 2025-03-14T04:00:33.7176319Z [1883/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\resampling.cpp.obj 2025-03-14T04:00:33.8076874Z [1884/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive.cpp.obj 2025-03-14T04:00:33.8348020Z [1885/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp.cpp.obj 2025-03-14T04:00:33.8586158Z [1886/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp_config.cpp.obj 2025-03-14T04:00:33.9822695Z [1887/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive_config.cpp.obj 2025-03-14T04:00:34.0475138Z [1888/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\select.cpp.obj 2025-03-14T04:00:34.2629585Z [1889/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\shuffle.cpp.obj 2025-03-14T04:00:34.6808608Z [1890/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\softmax.cpp.obj 2025-03-14T04:00:34.7114695Z [1891/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sum.cpp.obj 2025-03-14T04:00:34.8385229Z [1892/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-03-14T04:00:34.8502422Z [1893/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-03-14T04:00:34.8599375Z [1894/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-03-14T04:00:34.9585170Z [1895/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-03-14T04:00:35.1095318Z [1896/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-03-14T04:00:35.2261972Z [1897/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-03-14T04:00:35.6633712Z [1898/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-03-14T04:00:35.7444791Z [1899/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-03-14T04:00:35.8840445Z [1900/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-03-14T04:00:35.9420383Z [1901/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2025-03-14T04:00:35.9658024Z [1902/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-03-14T04:00:35.9788165Z [1903/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-03-14T04:00:36.1397590Z [1904/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2025-03-14T04:00:36.2185139Z [1905/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-03-14T04:00:36.6819820Z [1906/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-03-14T04:00:36.7501355Z [1907/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\groupnorm_fusion.cpp.obj 2025-03-14T04:00:36.9302802Z [1908/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-03-14T04:00:36.9617829Z [1909/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2025-03-14T04:00:37.0390237Z [1910/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\mlp.cpp.obj 2025-03-14T04:00:37.0660741Z [1911/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-03-14T04:00:37.0890422Z [1912/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2025-03-14T04:00:37.3580349Z [1913/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-03-14T04:00:37.6602279Z [1914/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-03-14T04:00:37.7223315Z [1915/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-03-14T04:00:37.8229552Z [1916/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-03-14T04:00:37.8904903Z [1917/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-03-14T04:00:37.9128423Z [1918/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-03-14T04:00:37.9303480Z [1919/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-03-14T04:00:37.9333027Z [1920/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-03-14T04:00:38.0111158Z [1921/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-03-14T04:00:38.0562211Z [1922/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2025-03-14T04:00:38.1189304Z [1923/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2025-03-14T04:00:38.1258903Z [1924/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-03-14T04:00:38.5024871Z [1925/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-03-14T04:00:38.6377541Z [1926/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-03-14T04:00:38.6379525Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T04:00:38.6381649Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T04:00:38.6383647Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): warning C4005: 'NOGDI': macro redefinition 2025-03-14T04:00:38.8020078Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-03-14T04:00:38.8021439Z [1927/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-03-14T04:00:38.8338672Z [1928/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-03-14T04:00:38.8500582Z [1929/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-03-14T04:00:38.9188409Z [1930/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-03-14T04:00:38.9373317Z [1931/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-03-14T04:00:38.9608046Z [1932/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-03-14T04:00:39.0205205Z [1933/7082] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-03-14T04:00:39.0458455Z [1934/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-03-14T04:00:39.0849878Z [1935/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-03-14T04:00:39.1617992Z [1936/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-03-14T04:00:39.1839824Z [1937/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-03-14T04:00:39.2133048Z [1938/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-03-14T04:00:39.2597768Z [1939/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-03-14T04:00:39.2984516Z [1940/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-03-14T04:00:39.3190917Z [1941/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-03-14T04:00:39.3707402Z [1942/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-03-14T04:00:39.3881098Z [1943/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-03-14T04:00:39.3938581Z [1944/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-03-14T04:00:39.4725673Z [1945/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-03-14T04:00:39.5068152Z [1946/7082] Linking CXX static library lib\mimalloc-static.lib 2025-03-14T04:00:39.5618087Z [1947/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-03-14T04:00:39.5887927Z [1948/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-03-14T04:00:39.6133083Z [1949/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-03-14T04:00:39.6483149Z [1950/7082] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-03-14T04:00:39.6902801Z [1951/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-03-14T04:00:39.7467702Z [1952/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-03-14T04:00:39.7687629Z [1953/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-03-14T04:00:39.8355356Z [1954/7082] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-03-14T04:00:39.8598978Z [1955/7082] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-03-14T04:00:39.9361480Z [1956/7082] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-03-14T04:00:39.9423016Z [1957/7082] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-03-14T04:00:39.9601935Z [1958/7082] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-03-14T04:00:40.0360339Z [1959/7082] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-03-14T04:00:40.0692676Z [1960/7082] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-03-14T04:00:40.1151549Z [1961/7082] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-03-14T04:00:40.1576296Z [1962/7082] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-03-14T04:00:40.2090486Z [1963/7082] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-03-14T04:00:40.2157684Z [1964/7082] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-03-14T04:00:40.2271625Z [1965/7082] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-03-14T04:00:40.3500180Z [1966/7082] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-03-14T04:00:40.4404210Z [1967/7082] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-03-14T04:00:40.4608134Z [1968/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-03-14T04:00:40.5177656Z [1969/7082] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-03-14T04:00:40.5191695Z [1970/7082] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-03-14T04:00:40.5730491Z [1971/7082] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-03-14T04:00:40.5896509Z [1972/7082] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-03-14T04:00:40.6042176Z [1973/7082] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-03-14T04:00:40.7249928Z [1974/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-03-14T04:00:40.7443915Z [1975/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-03-14T04:00:40.8025529Z [1976/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-03-14T04:00:40.8254606Z [1977/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-03-14T04:00:40.8748033Z [1978/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-03-14T04:00:40.9298287Z [1979/7082] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-03-14T04:00:40.9469805Z [1980/7082] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-03-14T04:00:41.0498368Z [1981/7082] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-03-14T04:00:41.0793843Z [1982/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-03-14T04:00:41.0993537Z [1983/7082] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-03-14T04:00:41.1142872Z [1984/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-03-14T04:00:41.1658550Z [1985/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-03-14T04:00:41.1810220Z [1986/7082] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-03-14T04:00:41.1917632Z [1987/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-03-14T04:00:41.2586669Z [1988/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-03-14T04:00:41.3202076Z [1989/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-03-14T04:00:41.4355679Z [1990/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-03-14T04:00:41.4741648Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(70): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-03-14T04:00:41.4742599Z [1991/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-03-14T04:00:41.5127359Z [1992/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-03-14T04:00:41.5199766Z [1993/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-03-14T04:00:41.5445711Z [1994/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-03-14T04:00:41.5668315Z [1995/7082] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-03-14T04:00:41.5778352Z [1996/7082] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-03-14T04:00:41.6258522Z [1997/7082] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-03-14T04:00:41.7206735Z [1998/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-03-14T04:00:41.7313222Z [1999/7082] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-03-14T04:00:41.7747829Z [2000/7082] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-03-14T04:00:41.7913848Z [2001/7082] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-03-14T04:00:41.8107748Z [2002/7082] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-03-14T04:00:41.8179627Z [2003/7082] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-03-14T04:00:41.9350616Z [2004/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-03-14T04:00:41.9728241Z [2005/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-03-14T04:00:41.9786396Z [2006/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-03-14T04:00:41.9943287Z [2007/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-03-14T04:00:42.0133918Z [2008/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e8m0fnu.cpp.obj 2025-03-14T04:00:42.0147875Z [2009/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-03-14T04:00:42.0746735Z [2010/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-03-14T04:00:42.1275647Z [2011/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-03-14T04:00:42.1594845Z [2012/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-03-14T04:00:42.1995730Z [2013/7082] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-03-14T04:00:42.2117249Z [2014/7082] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-03-14T04:00:42.2198648Z [2015/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-03-14T04:00:42.2261417Z [2016/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-03-14T04:00:42.2325323Z [2017/7082] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-03-14T04:00:42.3165480Z [2018/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-03-14T04:00:42.3300304Z [2019/7082] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-03-14T04:00:42.3966490Z [2020/7082] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-03-14T04:00:42.4075007Z [2021/7082] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-03-14T04:00:42.4286897Z [2022/7082] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-03-14T04:00:42.4830611Z [2023/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-03-14T04:00:42.5092704Z [2024/7082] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-03-14T04:00:42.5105441Z [2025/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-03-14T04:00:42.5157926Z [2026/7082] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-03-14T04:00:42.5834641Z [2027/7082] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-03-14T04:00:42.6117521Z [2028/7082] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-03-14T04:00:42.6847942Z [2029/7082] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-03-14T04:00:42.6931947Z [2030/7082] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-03-14T04:00:42.6995205Z [2031/7082] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-03-14T04:00:42.7190170Z [2032/7082] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-03-14T04:00:42.8213487Z [2033/7082] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-03-14T04:00:42.8296599Z [2034/7082] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-03-14T04:00:42.8624222Z [2035/7082] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-03-14T04:00:42.9322500Z [2036/7082] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-03-14T04:00:42.9755867Z [2037/7082] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-03-14T04:00:42.9837061Z [2038/7082] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-03-14T04:00:43.0079155Z [2039/7082] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-03-14T04:00:43.0128304Z [2040/7082] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-03-14T04:00:43.0684784Z [2041/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.0771028Z [2042/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.1160101Z [2043/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.1501379Z [2044/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.2101076Z [2045/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.2149085Z [2046/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.2161296Z [2047/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.2266532Z [2048/7082] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-03-14T04:00:43.2332545Z [2049/7082] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-03-14T04:00:43.2467850Z [2050/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.3030778Z [2051/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.3126596Z [2052/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.3348119Z [2053/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.3538084Z [2054/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.3721329Z [2055/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.3921396Z [2056/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.3976006Z [2057/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.4096872Z [2058/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.4660419Z [2059/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.4879491Z [2060/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.5272606Z [2061/7082] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.5324927Z [2062/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.5582235Z [2063/7082] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.5594083Z [2064/7082] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.5640169Z [2065/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.5877467Z [2066/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.6403407Z [2067/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.6530023Z [2068/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.6690925Z [2069/7082] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.6826448Z [2070/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.6996996Z [2071/7082] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.7151096Z [2072/7082] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.7433884Z [2073/7082] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.7817838Z [2074/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.7906171Z [2075/7082] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.8019216Z [2076/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.8069395Z [2077/7082] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.8082595Z [2078/7082] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.8129788Z [2079/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.8898139Z [2080/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.8910317Z [2081/7082] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-14T04:00:43.8956806Z [2082/7082] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-14T04:00:43.9002012Z [2083/7082] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-03-14T04:00:43.9292120Z [2084/7082] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-03-14T04:00:43.9353301Z [2085/7082] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-03-14T04:00:43.9363803Z [2086/7082] Linking C static library lib\libittnotify.lib 2025-03-14T04:00:43.9487161Z [2087/7082] Linking CXX static library lib\XNNPACK.lib 2025-03-14T04:00:43.9547283Z [2088/7082] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-03-14T04:00:43.9923136Z [2089/7082] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-03-14T04:00:44.0902417Z [2090/7082] Linking CXX static library lib\kineto.lib 2025-03-14T04:00:44.1244388Z [2091/7082] Linking C static library sleef\lib\sleef.lib 2025-03-14T04:00:44.5771661Z [2092/7082] Linking CXX static library lib\onnx.lib 2025-03-14T04:00:44.6018266Z [2093/7082] Linking CXX static library lib\gloo.lib 2025-03-14T04:00:44.6680974Z [2094/7082] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-03-14T04:00:44.7696793Z [2095/7082] Linking CXX shared library bin\c10.dll 2025-03-14T04:00:44.7849527Z [2096/7082] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-03-14T04:00:44.8415304Z [2097/7082] Linking CXX shared library bin\fbgemm.dll 2025-03-14T04:00:44.8909901Z [2098/7082] Linking CXX static library lib\gtest.lib 2025-03-14T04:00:45.1447119Z [2099/7082] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-03-14T04:00:45.1980697Z [2100/7082] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-03-14T04:00:45.2388645Z [2101/7082] Regenerating version file... 2025-03-14T04:00:45.2828271Z [2102/7082] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-03-14T04:00:45.4481781Z [2103/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-03-14T04:00:45.5291658Z [2104/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-03-14T04:00:45.5468856Z [2105/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-03-14T04:00:45.6313886Z [2106/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-03-14T04:00:45.7661290Z [2107/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-03-14T04:00:45.8551892Z [2108/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-03-14T04:00:45.9005617Z [2109/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-03-14T04:00:46.0085372Z [2110/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-03-14T04:00:46.0642597Z [2111/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-03-14T04:00:46.0849736Z [2112/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-03-14T04:00:46.1297692Z [2113/7082] Generating sources 2025-03-14T04:00:46.1695216Z [2114/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-03-14T04:00:46.2529479Z [2115/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-03-14T04:00:46.2889454Z [2116/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-03-14T04:00:46.3129844Z [2117/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-03-14T04:00:46.3894298Z [2118/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-03-14T04:00:46.4798118Z [2119/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-03-14T04:00:46.6465385Z [2120/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-14T04:00:46.6884534Z [2121/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-03-14T04:00:47.0176850Z [2122/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-03-14T04:00:47.0192705Z [2123/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-14T04:00:47.0250126Z [2124/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-14T04:00:47.3032736Z [2125/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-14T04:00:47.3175909Z [2126/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-14T04:00:47.3261462Z [2127/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-14T04:00:47.5165095Z [2128/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-14T04:00:47.5213011Z [2129/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-14T04:00:49.0607056Z [2130/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-14T04:00:49.0622339Z [2131/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-14T04:00:49.0669799Z [2132/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-14T04:00:49.2911435Z [2133/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-14T04:00:49.3024668Z [2134/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-14T04:00:49.3088893Z [2135/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-14T04:00:49.4929488Z [2136/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-14T04:00:49.5926062Z [2137/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-14T04:00:49.6287781Z [2138/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-14T04:00:49.7131746Z [2139/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-14T04:00:49.8969629Z [2140/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-03-14T04:00:50.3763479Z [2141/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-14T04:00:50.3776125Z [2142/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-14T04:00:50.3789446Z [2143/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-14T04:00:50.3807703Z [2144/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-03-14T04:00:50.4288694Z [2145/7082] Linking CXX static library lib\dnnl.lib 2025-03-14T04:00:50.4403529Z [2146/7082] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-03-14T04:00:50.6161885Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T04:00:50.6162494Z 2025-03-14T04:00:50.6162502Z 2025-03-14T04:00:50.6162794Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T04:00:50.6163300Z 2025-03-14T04:00:50.6163307Z 2025-03-14T04:00:50.6163315Z 2025-03-14T04:00:50.6163362Z 2025-03-14T04:00:50.6164183Z [2147/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-14T04:00:50.6239435Z [2148/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-14T04:00:50.6623989Z [2149/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-14T04:00:50.6775031Z [2150/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-14T04:00:50.7255188Z [2151/7082] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-14T04:00:50.7731707Z [2152/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-03-14T04:00:50.7782481Z [2153/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-03-14T04:00:50.7994115Z [2154/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-03-14T04:00:50.8409463Z [2155/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-03-14T04:00:50.8543033Z [2156/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-03-14T04:00:50.8773347Z [2157/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-03-14T04:00:50.9111135Z [2158/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-03-14T04:00:50.9261491Z [2159/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-03-14T04:00:50.9418879Z [2160/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-03-14T04:00:50.9645117Z [2161/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-03-14T04:00:51.0083081Z [2162/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-03-14T04:00:51.0134273Z [2163/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-03-14T04:00:51.0184493Z [2164/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-03-14T04:00:51.0259838Z [2165/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-03-14T04:00:51.1145009Z [2166/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T04:00:51.1157277Z [2167/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-03-14T04:00:51.1292109Z [2168/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T04:00:51.1344151Z [2169/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-03-14T04:00:51.1728813Z [2170/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T04:00:51.2146098Z [2171/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T04:00:51.2334708Z [2172/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T04:00:51.2351548Z [2173/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T04:00:51.2409053Z [2174/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T04:00:51.2433795Z [2175/7082] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-03-14T04:00:51.2682068Z [2176/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T04:00:51.3415839Z [2177/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T04:00:51.3488345Z [2178/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T04:00:51.3500040Z [2179/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-03-14T04:00:51.3716618Z [2180/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-03-14T04:00:51.3844900Z [2181/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-03-14T04:00:51.3907475Z [2182/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-03-14T04:00:51.4411259Z [2183/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-03-14T04:00:51.4557925Z [2184/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-03-14T04:00:51.4843438Z [2185/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-03-14T04:00:51.4856721Z [2186/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-03-14T04:00:51.4989843Z [2187/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-03-14T04:00:51.5119713Z [2188/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-03-14T04:00:51.5581507Z [2189/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-03-14T04:00:51.5728930Z [2190/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-03-14T04:00:51.5905130Z [2191/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-03-14T04:00:51.6144507Z [2192/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-03-14T04:00:51.6260246Z [2193/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-14T04:00:51.6467072Z [2194/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T04:00:51.6760273Z [2195/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-03-14T04:00:51.6919645Z [2196/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:51.7236830Z [2197/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-03-14T04:00:51.7530300Z [2198/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-03-14T04:00:51.7594481Z [2199/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-03-14T04:00:51.7829995Z [2200/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:51.7890441Z [2201/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:51.7987276Z [2202/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-03-14T04:00:51.8770352Z [2203/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-03-14T04:00:51.8959278Z [2204/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-03-14T04:00:51.9054755Z [2205/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-03-14T04:00:51.9099113Z [2206/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-03-14T04:00:51.9158690Z [2207/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-03-14T04:00:51.9347820Z [2208/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-03-14T04:00:52.0050846Z [2209/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-03-14T04:00:52.0149109Z [2210/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-03-14T04:00:52.0283291Z [2211/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-03-14T04:00:52.0295045Z [2212/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.0498780Z [2213/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-03-14T04:00:52.0602847Z [2214/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-03-14T04:00:52.1326843Z [2215/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.1453465Z [2216/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-03-14T04:00:52.1501810Z [2217/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:52.1561334Z [2218/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-03-14T04:00:52.1639604Z [2219/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.2138615Z [2220/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-03-14T04:00:52.2800056Z [2221/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:52.2812576Z [2222/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-03-14T04:00:52.2912059Z [2223/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-03-14T04:00:52.2926129Z [2224/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-03-14T04:00:52.3255527Z [2225/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.3314531Z [2226/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-03-14T04:00:52.3919678Z [2227/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-03-14T04:00:52.4221122Z [2228/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-03-14T04:00:52.4233302Z [2229/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.4291329Z [2230/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-03-14T04:00:52.4371115Z [2231/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-03-14T04:00:52.4552580Z [2232/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-03-14T04:00:52.5295846Z [2233/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-03-14T04:00:52.5497204Z [2234/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-03-14T04:00:52.5557865Z [2235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-03-14T04:00:52.5726995Z [2236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-03-14T04:00:52.6225815Z [2237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-03-14T04:00:52.6281640Z [2238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-03-14T04:00:52.6475723Z [2239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.obj 2025-03-14T04:00:52.6693139Z [2240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.obj 2025-03-14T04:00:52.7108793Z [2241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2025-03-14T04:00:52.7125862Z [2242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.obj 2025-03-14T04:00:52.7610992Z [2243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2025-03-14T04:00:52.7704052Z [2244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2025-03-14T04:00:52.7843995Z [2245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2025-03-14T04:00:52.8029364Z [2246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2025-03-14T04:00:52.8193609Z [2247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.obj 2025-03-14T04:00:52.8465323Z [2248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.obj 2025-03-14T04:00:52.8723869Z [2249/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2025-03-14T04:00:52.8967760Z [2250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2025-03-14T04:00:52.9094164Z [2251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2025-03-14T04:00:52.9355128Z [2252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.obj 2025-03-14T04:00:52.9665138Z [2253/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2025-03-14T04:00:52.9821776Z [2254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.obj 2025-03-14T04:00:52.9952355Z [2255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.obj 2025-03-14T04:00:53.0108405Z [2256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2025-03-14T04:00:53.0583360Z [2257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2025-03-14T04:00:53.0713025Z [2258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.obj 2025-03-14T04:00:53.0862984Z [2259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.obj 2025-03-14T04:00:53.0938952Z [2260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2025-03-14T04:00:53.1152857Z [2261/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.obj 2025-03-14T04:00:53.1244848Z [2262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.obj 2025-03-14T04:00:53.1922122Z [2263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2025-03-14T04:00:53.1935382Z [2264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.obj 2025-03-14T04:00:53.2299640Z [2265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.obj 2025-03-14T04:00:53.2409984Z [2266/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.obj 2025-03-14T04:00:53.2469036Z [2267/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2025-03-14T04:00:53.2587532Z [2268/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2025-03-14T04:00:53.2925083Z [2269/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-03-14T04:00:53.2993260Z [2270/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-03-14T04:00:53.3268179Z [2271/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-03-14T04:00:53.3507724Z [2272/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-03-14T04:00:53.3691572Z [2273/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-03-14T04:00:53.4059819Z [2274/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-03-14T04:00:53.4270761Z [2275/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-03-14T04:00:53.4422002Z [2276/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-03-14T04:00:53.4692283Z [2277/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-03-14T04:00:53.4897692Z [2278/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-03-14T04:00:53.4910248Z [2279/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-03-14T04:00:53.4956341Z [2280/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-03-14T04:00:53.5152721Z [2281/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-03-14T04:00:53.5637125Z [2282/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-03-14T04:00:53.5826678Z [2283/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:53.5871046Z [2284/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-03-14T04:00:53.5944413Z [2285/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-03-14T04:00:53.6123351Z [2286/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-03-14T04:00:53.6137549Z [2287/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-03-14T04:00:53.6927548Z [2288/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:53.7197065Z [2289/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-03-14T04:00:53.7260192Z [2290/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-03-14T04:00:53.7309948Z [2291/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-03-14T04:00:53.7465153Z [2292/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-03-14T04:00:53.7624465Z [2293/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:53.8406355Z [2294/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-03-14T04:00:53.8508359Z [2295/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-03-14T04:00:53.8554430Z [2296/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-03-14T04:00:53.8765248Z [2297/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-03-14T04:00:53.8874460Z [2298/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-03-14T04:00:53.9279701Z [2299/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-03-14T04:00:53.9328680Z [2300/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-03-14T04:00:53.9739236Z [2301/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-03-14T04:00:53.9750713Z [2302/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-03-14T04:00:53.9761621Z [2303/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-03-14T04:00:53.9864836Z [2304/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-03-14T04:00:54.0573883Z [2305/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T04:00:54.0757387Z [2306/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-03-14T04:00:54.0807150Z [2307/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T04:00:54.0908887Z [2308/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T04:00:54.0924025Z [2309/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T04:00:54.0985119Z [2310/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T04:00:54.1687845Z [2311/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T04:00:54.1741025Z [2312/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-03-14T04:00:54.2121170Z [2313/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-03-14T04:00:54.2235308Z [2314/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-03-14T04:00:54.2247598Z [2315/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T04:00:54.2310265Z [2316/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T04:00:54.2731940Z [2317/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T04:00:54.2883530Z [2318/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T04:00:54.3277203Z [2319/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-03-14T04:00:54.3364106Z [2320/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T04:00:54.3737104Z [2321/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T04:00:54.3843052Z [2322/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-03-14T04:00:54.3898635Z [2323/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-03-14T04:00:54.3954702Z [2324/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-03-14T04:00:54.4180350Z [2325/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2025-03-14T04:00:54.4389039Z [2326/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2025-03-14T04:00:54.4692691Z [2327/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2025-03-14T04:00:54.4885538Z [2328/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-03-14T04:00:54.5001484Z [2329/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-03-14T04:00:54.5177306Z [2330/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-03-14T04:00:54.5230976Z [2331/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-03-14T04:00:54.5562191Z [2332/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-03-14T04:00:54.5849915Z [2333/7082] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-03-14T04:00:54.5918816Z [2334/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-03-14T04:00:54.5930977Z [2335/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-03-14T04:00:54.6052416Z [2336/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-03-14T04:00:54.6227637Z [2337/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-03-14T04:00:54.6321658Z [2338/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-03-14T04:00:54.6615585Z [2339/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-03-14T04:00:54.7034485Z [2340/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-03-14T04:00:54.7050557Z [2341/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-03-14T04:00:54.7099555Z [2342/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-03-14T04:00:54.7271035Z [2343/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-03-14T04:00:54.7480535Z [2344/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-03-14T04:00:54.7589322Z [2345/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-03-14T04:00:54.7972528Z [2346/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-03-14T04:00:54.8066909Z [2347/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-03-14T04:00:54.8123862Z [2348/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-03-14T04:00:54.8192740Z [2349/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-03-14T04:00:54.8427584Z [2350/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-03-14T04:00:54.8569544Z [2351/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-03-14T04:00:54.8883096Z [2352/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-03-14T04:00:54.8929291Z [2353/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-03-14T04:00:54.9209986Z [2354/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-03-14T04:00:54.9273028Z [2355/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-03-14T04:00:54.9525685Z [2356/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-03-14T04:00:54.9618190Z [2357/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-03-14T04:00:54.9719765Z [2358/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-03-14T04:00:55.0180460Z [2359/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-03-14T04:00:55.0241221Z [2360/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-03-14T04:00:55.0308792Z [2361/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-03-14T04:00:55.0373815Z [2362/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-03-14T04:00:55.0719391Z [2363/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-03-14T04:00:55.0777865Z [2364/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-03-14T04:00:55.0843595Z [2365/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-03-14T04:00:55.1447213Z [2366/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-03-14T04:00:55.1524663Z [2367/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-03-14T04:00:55.1788032Z [2368/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-03-14T04:00:55.1881504Z [2369/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-03-14T04:00:55.1965852Z [2370/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-03-14T04:00:55.2068997Z [2371/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-03-14T04:00:55.2351426Z [2372/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-03-14T04:00:55.2530458Z [2373/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-03-14T04:00:55.2595676Z [2374/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-03-14T04:00:55.2928662Z [2375/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-03-14T04:00:55.3165969Z [2376/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-03-14T04:00:55.3217908Z [2377/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-03-14T04:00:55.3424060Z [2378/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-03-14T04:00:55.3476722Z [2379/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-03-14T04:00:55.3611987Z [2380/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-03-14T04:00:55.3695005Z [2381/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-03-14T04:00:55.4051287Z [2382/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-03-14T04:00:55.4225696Z [2383/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-03-14T04:00:55.4300272Z [2384/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-03-14T04:00:55.4583086Z [2385/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-03-14T04:00:55.4756108Z [2386/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-03-14T04:00:55.4946079Z [2387/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-03-14T04:00:55.5239149Z [2388/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-03-14T04:00:55.5301982Z [2389/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-03-14T04:00:55.5356768Z [2390/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-03-14T04:00:55.5616353Z [2391/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-03-14T04:00:55.5765058Z [2392/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-03-14T04:00:55.6076816Z [2393/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-03-14T04:00:55.6372426Z [2394/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-03-14T04:00:55.6389554Z [2395/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-03-14T04:00:55.6444181Z [2396/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-03-14T04:00:55.6703023Z [2397/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-03-14T04:00:55.6936783Z [2398/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-03-14T04:00:55.7431772Z [2399/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-03-14T04:00:55.7483761Z [2400/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-03-14T04:00:55.7540319Z [2401/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-03-14T04:00:55.7583166Z [2402/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-03-14T04:00:55.7704595Z [2403/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-03-14T04:00:55.7944213Z [2404/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-03-14T04:00:55.8072630Z [2405/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-03-14T04:00:55.8447153Z [2406/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-03-14T04:00:55.8681203Z [2407/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-03-14T04:00:55.8821156Z [2408/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-03-14T04:00:55.8836054Z [2409/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-03-14T04:00:55.8981678Z [2410/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-03-14T04:00:55.9075845Z [2411/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-03-14T04:00:55.9564896Z [2412/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-03-14T04:00:55.9627827Z [2413/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-03-14T04:00:55.9735330Z [2414/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-03-14T04:00:55.9943657Z [2415/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-03-14T04:00:56.0098465Z [2416/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-03-14T04:00:56.0156481Z [2417/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-03-14T04:00:56.0252946Z [2418/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-03-14T04:00:56.0695308Z [2419/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-03-14T04:00:56.0813899Z [2420/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-03-14T04:00:56.0888874Z [2421/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-03-14T04:00:56.1226751Z [2422/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-03-14T04:00:56.1426951Z [2423/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-03-14T04:00:56.1440245Z [2424/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-03-14T04:00:56.1638692Z [2425/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-03-14T04:00:56.1749676Z [2426/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-03-14T04:00:56.1885252Z [2427/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-03-14T04:00:56.2327556Z [2428/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-03-14T04:00:56.2343376Z [2429/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-03-14T04:00:56.2478891Z [2430/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-03-14T04:00:56.2538165Z [2431/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-03-14T04:00:56.2695126Z [2432/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-03-14T04:00:56.2777610Z [2433/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-03-14T04:00:56.3032398Z [2434/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-03-14T04:00:56.3487560Z [2435/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-03-14T04:00:56.3541513Z [2436/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-03-14T04:00:56.3611321Z [2437/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-03-14T04:00:56.3843822Z [2438/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-03-14T04:00:56.3856536Z [2439/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-03-14T04:00:56.3967944Z [2440/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-03-14T04:00:56.4603208Z [2441/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-03-14T04:00:56.4670141Z [2442/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2025-03-14T04:00:56.4805449Z [2443/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-03-14T04:00:56.4863731Z [2444/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-03-14T04:00:56.5082508Z [2445/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2025-03-14T04:00:56.5143273Z [2446/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2025-03-14T04:00:56.5367104Z [2447/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2025-03-14T04:00:56.5728813Z [2448/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2025-03-14T04:00:56.5969660Z [2449/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-03-14T04:00:56.6152620Z [2450/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-03-14T04:00:56.6225814Z [2451/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-03-14T04:00:56.6237529Z [2452/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-03-14T04:00:56.6608623Z [2453/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-03-14T04:00:56.6714826Z [2454/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T04:00:56.6989506Z [2455/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T04:00:56.7159166Z [2456/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T04:00:56.7583816Z [2457/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T04:00:56.7674367Z [2458/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T04:00:56.8012487Z [2459/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T04:00:56.8068204Z [2460/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T04:00:56.8377126Z [2461/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:56.8442725Z [2462/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T04:00:56.8869703Z [2463/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T04:00:56.8956652Z [2464/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T04:00:56.9072402Z [2465/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:56.9475899Z [2466/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T04:00:56.9637042Z [2467/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T04:00:56.9948923Z [2468/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T04:00:57.0058924Z [2469/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:57.0265774Z [2470/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T04:00:57.0380117Z [2471/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T04:00:57.0574446Z [2472/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.obj 2025-03-14T04:00:57.0817296Z [2473/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T04:00:57.0911200Z [2474/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:57.1372409Z [2475/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.obj 2025-03-14T04:00:57.1481382Z [2476/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.obj 2025-03-14T04:00:57.1540652Z [2477/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.1722463Z [2478/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.1767056Z [2479/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.obj 2025-03-14T04:00:57.1962410Z [2480/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.2093282Z [2481/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.2508842Z [2482/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.2753393Z [2483/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.2887103Z [2484/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.2900535Z [2485/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.2949837Z [2486/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.3200717Z [2487/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.3443245Z [2488/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.3819160Z [2489/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.4063537Z [2490/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.4260979Z [2491/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.4376428Z [2492/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.4454549Z [2493/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.4517029Z [2494/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.4866918Z [2495/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.5043791Z [2496/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.5109760Z [2497/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.5536301Z [2498/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.5630487Z [2499/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.5685979Z [2500/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.5699508Z [2501/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.5979731Z [2502/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.6148064Z [2503/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.6760036Z [2504/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.6864924Z [2505/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.6906490Z [2506/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-14T04:00:57.7074184Z [2507/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.7121874Z [2508/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-14T04:00:57.7290060Z [2509/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.7471578Z [2510/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.8120603Z [2511/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.8170012Z [2512/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-14T04:00:57.8334218Z [2513/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.8478988Z [2514/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.8538268Z [2515/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.8549974Z [2516/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.8640299Z [2517/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:57.9280070Z [2518/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:57.9538872Z [2519/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-03-14T04:00:57.9596695Z [2520/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-03-14T04:00:57.9734623Z [2521/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:57.9786235Z [2522/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-03-14T04:00:57.9837172Z [2523/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-03-14T04:00:57.9930602Z [2524/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T04:00:58.0508874Z [2525/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-03-14T04:00:58.0589288Z [2526/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.0713873Z [2527/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.0944789Z [2528/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-03-14T04:00:58.1007481Z [2529/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.1021759Z [2530/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-03-14T04:00:58.1078397Z [2531/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-03-14T04:00:58.1505187Z [2532/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.1761272Z [2533/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.2111271Z [2534/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.obj 2025-03-14T04:00:58.2124245Z [2535/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.2175644Z [2536/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.2234614Z [2537/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.2248515Z [2538/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.2863344Z [2539/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.3141500Z [2540/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.3375552Z [2541/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.3387337Z [2542/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.3646632Z [2543/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.3935396Z [2544/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.3991311Z [2545/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.4137672Z [2546/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.4248507Z [2547/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.4585544Z [2548/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.4851085Z [2549/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.5095716Z [2550/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.5401250Z [2551/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.5414997Z [2552/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.5658965Z [2553/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.5713039Z [2554/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.5807970Z [2555/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.5977303Z [2556/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.6187851Z [2557/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.6579806Z [2558/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.6818183Z [2559/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.7097911Z [2560/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.7154096Z [2561/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.7169904Z [2562/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.7225335Z [2563/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.7691387Z [2564/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.8002663Z [2565/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.8017186Z [2566/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.8302449Z [2567/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.8405007Z [2568/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.8551867Z [2569/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.8834411Z [2570/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.9015938Z [2571/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.9241339Z [2572/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:58.9543286Z [2573/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.9607714Z [2574/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:58.9623346Z [2575/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:58.9902430Z [2576/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.0135998Z [2577/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.0237943Z [2578/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.0719690Z [2579/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.1012638Z [2580/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.1129412Z [2581/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.1187181Z [2582/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.1640117Z [2583/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.1655954Z [2584/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.1862109Z [2585/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.2123791Z [2586/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.2541029Z [2587/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.2615937Z [2588/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.2628949Z [2589/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.2875527Z [2590/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.3109120Z [2591/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.3302725Z [2592/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.3645998Z [2593/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.3958979Z [2594/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.4084293Z [2595/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.4498119Z [2596/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.4550861Z [2597/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.4590378Z [2598/7082] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-03-14T04:00:59.4646803Z [2599/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.4928084Z [2600/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.5169438Z [2601/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.5180937Z [2602/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.5318010Z [2603/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:00:59.5817510Z [2604/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:00:59.6124529Z [2605/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:00:59.9616508Z [2606/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-03-14T04:00:59.9633273Z [2607/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-03-14T04:01:00.0677138Z [2608/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-03-14T04:01:00.1377623Z [2609/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-03-14T04:01:00.2763139Z [2610/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-03-14T04:01:00.2983268Z [2611/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-03-14T04:01:00.4946450Z [2612/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-03-14T04:01:00.5506455Z [2613/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-03-14T04:01:00.9000477Z [2614/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-03-14T04:01:00.9767472Z [2615/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-03-14T04:01:01.2959068Z [2616/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-03-14T04:01:01.4301612Z [2617/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-03-14T04:01:01.4741281Z [2618/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-03-14T04:01:01.7503575Z [2619/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-03-14T04:01:01.8689329Z [2620/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-03-14T04:01:02.3437225Z [2621/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-03-14T04:01:02.3574201Z [2622/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-03-14T04:01:02.6879470Z [2623/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-03-14T04:01:02.7284639Z [2624/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-03-14T04:01:02.8242305Z [2625/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-03-14T04:01:03.2640353Z [2626/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-03-14T04:01:03.5535386Z [2627/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-03-14T04:01:03.5950923Z [2628/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-03-14T04:01:03.9380618Z [2629/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-03-14T04:01:03.9767835Z [2630/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-03-14T04:01:04.0586678Z [2631/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-03-14T04:01:04.1131083Z [2632/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-03-14T04:01:04.1586994Z [2633/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-03-14T04:01:04.1635633Z [2634/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-03-14T04:01:04.6155923Z [2635/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-03-14T04:01:04.6468302Z [2636/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-03-14T04:01:04.7616605Z [2637/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-03-14T04:01:04.9854869Z [2638/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-03-14T04:01:05.2214206Z [2639/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-03-14T04:01:05.5374605Z [2640/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-03-14T04:01:05.5932918Z [2641/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-03-14T04:01:05.6191079Z [2642/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-03-14T04:01:05.8967138Z [2643/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-03-14T04:01:05.9297967Z [2644/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-03-14T04:01:06.3116277Z [2645/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-03-14T04:01:06.8086229Z [2646/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-03-14T04:01:06.8809306Z [2647/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-03-14T04:01:07.0161797Z [2648/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-03-14T04:01:07.2013234Z [2649/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-03-14T04:01:07.2898841Z [2650/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-03-14T04:01:07.3993480Z [2651/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-03-14T04:01:07.5205504Z [2652/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-03-14T04:01:07.7688871Z [2653/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-03-14T04:01:07.7840983Z [2654/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-03-14T04:01:07.8536679Z [2655/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-03-14T04:01:07.9630213Z [2656/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-03-14T04:01:08.2115216Z [2657/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-03-14T04:01:08.2487741Z [2658/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-03-14T04:01:08.3057984Z [2659/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-03-14T04:01:08.3782010Z [2660/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-03-14T04:01:08.4127637Z [2661/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-03-14T04:01:08.5227421Z [2662/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-03-14T04:01:08.6794807Z [2663/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-03-14T04:01:08.8003554Z [2664/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-03-14T04:01:08.8584800Z [2665/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-03-14T04:01:09.3072143Z [2666/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-03-14T04:01:09.5098674Z [2667/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-03-14T04:01:10.4271712Z [2668/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-03-14T04:01:11.8235484Z [2669/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-03-14T04:01:12.0279098Z [2670/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-03-14T04:01:12.1899750Z [2671/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-03-14T04:01:12.2831193Z [2672/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-03-14T04:01:12.4033257Z [2673/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-03-14T04:01:12.6138854Z [2674/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-03-14T04:01:12.9443338Z [2675/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-03-14T04:01:13.8441922Z [2676/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-03-14T04:01:15.3058020Z [2677/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-03-14T04:01:15.4496957Z [2678/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-03-14T04:01:15.6549076Z [2679/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-03-14T04:01:15.8131598Z [2680/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-03-14T04:01:15.9634424Z [2681/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-03-14T04:01:16.3239692Z [2682/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-03-14T04:01:16.3405844Z [2683/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-03-14T04:01:16.7324684Z [2684/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-03-14T04:01:17.3181490Z [2685/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-03-14T04:01:17.3413750Z [2686/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-03-14T04:01:17.3874006Z [2687/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-03-14T04:01:18.2482682Z [2688/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-03-14T04:01:18.7008054Z [2689/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-03-14T04:01:18.8856786Z [2690/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-03-14T04:01:18.9092335Z [2691/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-03-14T04:01:19.1781631Z [2692/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-03-14T04:01:19.2552353Z [2693/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-03-14T04:01:19.3303860Z [2694/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-03-14T04:01:19.6266451Z [2695/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-03-14T04:01:19.8399736Z [2696/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-03-14T04:01:20.0388105Z [2697/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-03-14T04:01:20.1144645Z [2698/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-03-14T04:01:20.1378230Z [2699/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-03-14T04:01:20.2046178Z [2700/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-03-14T04:01:20.3279399Z [2701/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-03-14T04:01:20.5771189Z [2702/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-03-14T04:01:20.6124410Z [2703/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-03-14T04:01:20.6825767Z [2704/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-03-14T04:01:20.7688229Z [2705/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-03-14T04:01:20.9304737Z [2706/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-03-14T04:01:20.9806618Z [2707/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-03-14T04:01:21.1194585Z [2708/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-03-14T04:01:21.2032003Z [2709/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-03-14T04:01:21.2319860Z [2710/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-03-14T04:01:21.3396867Z [2711/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-03-14T04:01:21.5087853Z [2712/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-03-14T04:01:21.5259449Z [2713/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-03-14T04:01:21.7998119Z [2714/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-03-14T04:01:21.9208955Z [2715/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-03-14T04:01:21.9243656Z [2716/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-03-14T04:01:22.0928651Z [2717/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-03-14T04:01:22.1547451Z [2718/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-03-14T04:01:22.2313637Z [2719/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-03-14T04:01:22.3215312Z [2720/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-03-14T04:01:22.3696527Z [2721/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-03-14T04:01:22.4991010Z [2722/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-03-14T04:01:22.6258038Z [2723/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-03-14T04:01:22.6338707Z [2724/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-03-14T04:01:22.7822912Z [2725/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-03-14T04:01:22.9154205Z [2726/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-03-14T04:01:23.0837239Z [2727/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-03-14T04:01:23.1033584Z [2728/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-03-14T04:01:23.1731799Z [2729/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-03-14T04:01:23.1797227Z [2730/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-03-14T04:01:23.4246504Z [2731/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-03-14T04:01:23.4500481Z [2732/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-03-14T04:01:23.5437326Z [2733/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-03-14T04:01:23.5787924Z [2734/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-03-14T04:01:23.7999763Z [2735/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-03-14T04:01:23.8120753Z [2736/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-03-14T04:01:23.9694675Z [2737/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-03-14T04:01:23.9980559Z [2738/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-03-14T04:01:24.1119108Z [2739/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-03-14T04:01:24.1721755Z [2740/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-03-14T04:01:24.3059420Z [2741/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-03-14T04:01:24.3301135Z [2742/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-03-14T04:01:24.3798266Z [2743/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-03-14T04:01:24.3943715Z [2744/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-03-14T04:01:24.4153262Z [2745/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-03-14T04:01:24.6979117Z [2746/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-03-14T04:01:24.8929665Z [2747/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-03-14T04:01:25.0670445Z [2748/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-03-14T04:01:25.2257871Z [2749/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-03-14T04:01:25.2614588Z [2750/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-03-14T04:01:25.3058853Z [2751/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-03-14T04:01:25.3248491Z [2752/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-03-14T04:01:25.3816960Z [2753/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-03-14T04:01:25.4599438Z [2754/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-03-14T04:01:25.7342030Z [2755/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-03-14T04:01:25.9163474Z [2756/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-03-14T04:01:26.1002298Z [2757/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-03-14T04:01:26.2251910Z [2758/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-03-14T04:01:26.2443909Z [2759/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-03-14T04:01:26.3191191Z [2760/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-03-14T04:01:26.3430157Z [2761/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-03-14T04:01:26.4792482Z [2762/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-03-14T04:01:26.5233195Z [2763/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-03-14T04:01:26.7094325Z [2764/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-03-14T04:01:27.0256599Z [2765/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-03-14T04:01:27.1883976Z [2766/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-03-14T04:01:27.2435870Z [2767/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-03-14T04:01:27.2604054Z [2768/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-03-14T04:01:27.3055891Z [2769/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-03-14T04:01:27.4035587Z [2770/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-03-14T04:01:27.4532983Z [2771/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-03-14T04:01:27.8689121Z [2772/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-03-14T04:01:27.9874341Z [2773/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-03-14T04:01:28.0903443Z [2774/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-03-14T04:01:28.1361045Z [2775/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-03-14T04:01:28.1979350Z [2776/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-03-14T04:01:28.2364052Z [2777/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-03-14T04:01:28.2527359Z [2778/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-03-14T04:01:28.3302287Z [2779/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-03-14T04:01:28.3773433Z [2780/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-03-14T04:01:28.8090813Z [2781/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-03-14T04:01:29.0508507Z [2782/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-03-14T04:01:29.1105106Z [2783/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-03-14T04:01:29.1257820Z [2784/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-03-14T04:01:29.1518899Z [2785/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-03-14T04:01:29.1679934Z [2786/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-03-14T04:01:29.2278466Z [2787/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-03-14T04:01:29.2446604Z [2788/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-03-14T04:01:29.5874085Z [2789/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-03-14T04:01:30.0327317Z [2790/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-03-14T04:01:30.0485707Z [2791/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-03-14T04:01:30.0516268Z [2792/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-03-14T04:01:30.0850406Z [2793/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-03-14T04:01:30.1182289Z [2794/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-03-14T04:01:30.1382986Z [2795/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-03-14T04:01:30.1751221Z [2796/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-03-14T04:01:30.5030764Z [2797/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-03-14T04:01:30.9353352Z [2798/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-03-14T04:01:30.9578111Z [2799/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-03-14T04:01:30.9609261Z [2800/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-03-14T04:01:31.0271710Z [2801/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-03-14T04:01:31.0321204Z [2802/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-03-14T04:01:31.0474610Z [2803/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-03-14T04:01:31.0733138Z [2804/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-03-14T04:01:31.6113657Z [2805/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-03-14T04:01:31.8803970Z [2806/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-03-14T04:01:31.8930144Z [2807/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-03-14T04:01:31.9223475Z [2808/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-03-14T04:01:31.9441458Z [2809/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-03-14T04:01:32.0124023Z [2810/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-03-14T04:01:32.0205354Z [2811/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-03-14T04:01:32.0241719Z [2812/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-03-14T04:01:32.4974746Z [2813/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-03-14T04:01:32.6713968Z [2814/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-03-14T04:01:32.7574412Z [2815/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-03-14T04:01:32.8361482Z [2816/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-03-14T04:01:32.8654294Z [2817/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-03-14T04:01:32.8967031Z [2818/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-03-14T04:01:32.9173464Z [2819/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-03-14T04:01:32.9723897Z [2820/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-03-14T04:01:33.4975191Z [2821/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-03-14T04:01:33.6273203Z [2822/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-03-14T04:01:33.6593233Z [2823/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-03-14T04:01:33.7070847Z [2824/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-03-14T04:01:33.7235817Z [2825/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-03-14T04:01:33.7982707Z [2826/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-03-14T04:01:33.8590090Z [2827/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-03-14T04:01:33.9008390Z [2828/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-03-14T04:01:34.3330158Z [2829/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-03-14T04:01:34.6248322Z [2830/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-03-14T04:01:34.6569405Z [2831/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-03-14T04:01:34.7151447Z [2832/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-03-14T04:01:34.8023396Z [2833/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-03-14T04:01:34.8179925Z [2834/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-03-14T04:01:34.8360795Z [2835/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-03-14T04:01:34.8459807Z [2836/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-03-14T04:01:35.3283203Z [2837/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-03-14T04:01:35.5100990Z [2838/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-03-14T04:01:35.5880495Z [2839/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-03-14T04:01:35.6038489Z [2840/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-03-14T04:01:35.6869525Z [2841/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-03-14T04:01:35.7382368Z [2842/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-03-14T04:01:35.7698025Z [2843/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-03-14T04:01:35.9647587Z [2844/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-03-14T04:01:36.2124585Z [2845/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-03-14T04:01:36.4837879Z [2846/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-03-14T04:01:36.5201309Z [2847/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-03-14T04:01:36.7986614Z [2848/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-03-14T04:01:36.9209344Z [2849/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-03-14T04:01:37.1790109Z [2850/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-03-14T04:01:37.4538783Z [2851/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-03-14T04:01:37.5964880Z [2852/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-03-14T04:01:37.6905290Z [2853/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-03-14T04:01:37.7760196Z [2854/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-03-14T04:01:38.0419792Z [2855/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-03-14T04:01:38.0731989Z [2856/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-03-14T04:01:38.3437119Z [2857/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-03-14T04:01:38.6501679Z [2858/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-03-14T04:01:38.7780331Z [2859/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-03-14T04:01:38.7958647Z [2860/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-03-14T04:01:38.9262872Z [2861/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-03-14T04:01:39.0200468Z [2862/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-03-14T04:01:39.0550953Z [2863/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-03-14T04:01:39.0936380Z [2864/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-03-14T04:01:39.1569574Z [2865/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-03-14T04:01:39.6165527Z [2866/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-03-14T04:01:39.6938052Z [2867/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-03-14T04:01:39.7192647Z [2868/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-03-14T04:01:39.8744347Z [2869/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-03-14T04:01:39.9555197Z [2870/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-03-14T04:01:40.0407081Z [2871/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-03-14T04:01:40.0486721Z [2872/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-03-14T04:01:40.0632458Z [2873/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-03-14T04:01:40.5259430Z [2874/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-03-14T04:01:40.6273315Z [2875/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-03-14T04:01:40.6416813Z [2876/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-03-14T04:01:40.6753792Z [2877/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-03-14T04:01:40.9877239Z [2878/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-03-14T04:01:40.9999054Z [2879/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-14T04:01:41.0783504Z [2880/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-03-14T04:01:41.1235224Z [2881/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-03-14T04:01:41.5139617Z [2882/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-14T04:01:41.6224212Z [2883/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-14T04:01:41.9343310Z [2884/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-03-14T04:01:41.9968261Z [2885/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-03-14T04:01:42.0058860Z [2886/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-03-14T04:01:42.0983940Z [2887/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-03-14T04:01:42.4973585Z [2888/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-03-14T04:01:42.5628925Z [2889/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-03-14T04:01:42.8944937Z [2890/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-03-14T04:01:42.9339054Z [2891/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-03-14T04:01:42.9685326Z [2892/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-03-14T04:01:43.0588008Z [2893/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-03-14T04:01:43.4014733Z [2894/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-03-14T04:01:43.4829050Z [2895/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-03-14T04:01:43.7797659Z [2896/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-03-14T04:01:43.8712285Z [2897/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-03-14T04:01:43.8828987Z [2898/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-03-14T04:01:43.8955519Z [2899/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-03-14T04:01:43.8994621Z [2900/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-03-14T04:01:46.4142974Z [2901/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-03-14T04:01:46.6606562Z [2902/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-03-14T04:01:46.7058291Z [2903/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-03-14T04:01:46.9624277Z [2904/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-03-14T04:01:47.0456195Z [2905/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-03-14T04:01:47.1268303Z [2906/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-03-14T04:01:47.1646025Z [2907/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-03-14T04:01:47.2081611Z [2908/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-03-14T04:01:47.2434288Z [2909/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-03-14T04:01:47.2674147Z [2910/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-03-14T04:01:47.5316122Z [2911/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-03-14T04:01:48.3939637Z [2912/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-03-14T04:01:49.3380994Z [2913/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-03-14T04:01:50.2613384Z [2914/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-03-14T04:01:50.3235521Z [2915/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-03-14T04:01:50.3330138Z [2916/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-03-14T04:01:50.4034289Z [2917/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-03-14T04:01:50.4506898Z [2918/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-03-14T04:01:50.4871694Z [2919/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-03-14T04:01:50.5191714Z [2920/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-03-14T04:01:50.5779438Z [2921/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-03-14T04:01:51.1975062Z [2922/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-03-14T04:01:51.2565702Z [2923/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-03-14T04:01:51.2737677Z [2924/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-03-14T04:01:51.3143847Z [2925/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-03-14T04:01:51.3891181Z [2926/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-03-14T04:01:51.4602098Z [2927/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-03-14T04:01:51.5037286Z [2928/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-03-14T04:01:51.5640478Z [2929/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-03-14T04:01:51.6153154Z [2930/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-03-14T04:01:52.1981603Z [2931/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-03-14T04:01:52.2288684Z [2932/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-03-14T04:01:52.3108288Z [2933/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-03-14T04:01:52.3539136Z [2934/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-03-14T04:01:52.3637490Z [2935/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-03-14T04:01:52.4830254Z [2936/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-03-14T04:01:52.5005209Z [2937/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-03-14T04:01:52.7449942Z [2938/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-14T04:01:53.0833465Z [2939/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-03-14T04:01:53.2420944Z [2940/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-03-14T04:01:53.5823335Z [2941/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-03-14T04:01:53.5911947Z [2942/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-03-14T04:01:53.6071253Z [2943/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-03-14T04:01:54.0382723Z [2944/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-03-14T04:01:54.3370219Z [2945/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-03-14T04:01:54.4883553Z [2946/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-03-14T04:01:54.5841735Z [2947/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-03-14T04:01:54.6960009Z [2948/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-03-14T04:01:54.8805382Z [2949/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-03-14T04:01:54.9237843Z [2950/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-03-14T04:01:55.2898144Z [2951/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-03-14T04:01:55.6653382Z [2952/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-03-14T04:01:55.7844894Z [2953/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-14T04:01:55.8492181Z [2954/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-14T04:01:55.9791710Z [2955/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-03-14T04:01:56.0076778Z [2956/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-03-14T04:01:56.0337125Z [2957/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-03-14T04:01:56.2699272Z [2958/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-03-14T04:01:56.6207297Z [2959/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-03-14T04:01:56.6687174Z [2960/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-03-14T04:01:56.9771099Z [2961/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-03-14T04:01:56.9919888Z [2962/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-03-14T04:01:57.0158475Z [2963/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-03-14T04:01:57.0726094Z [2964/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-03-14T04:01:57.2779649Z [2965/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-03-14T04:01:57.4461301Z [2966/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-03-14T04:01:57.9272413Z [2967/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-03-14T04:01:58.0620612Z [2968/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-03-14T04:01:58.1690722Z [2969/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-03-14T04:01:58.2180133Z [2970/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-03-14T04:01:58.3164263Z [2971/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-03-14T04:01:58.6161515Z [2972/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-03-14T04:01:58.9015225Z [2973/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-03-14T04:01:59.0129734Z [2974/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-03-14T04:01:59.1046252Z [2975/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-03-14T04:01:59.1544248Z [2976/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-03-14T04:01:59.5841992Z [2977/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-03-14T04:01:59.6233925Z [2978/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-03-14T04:01:59.9987649Z [2979/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-03-14T04:02:00.0413347Z [2980/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-03-14T04:02:00.0946772Z [2981/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-03-14T04:02:00.1496783Z [2982/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-03-14T04:02:00.2063904Z [2983/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-03-14T04:02:00.6808812Z [2984/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-03-14T04:02:01.1665625Z [2985/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-03-14T04:02:01.1993570Z [2986/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-03-14T04:02:01.3349017Z [2987/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-03-14T04:02:01.6054195Z [2988/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-03-14T04:02:02.1077067Z [2989/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-03-14T04:02:02.1652710Z [2990/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-03-14T04:02:02.2762899Z [2991/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-03-14T04:02:02.5670522Z [2992/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-03-14T04:02:02.8874120Z [2993/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-03-14T04:02:03.0325928Z [2994/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-03-14T04:02:03.0981374Z [2995/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-03-14T04:02:03.1515049Z [2996/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-03-14T04:02:03.4239493Z [2997/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-03-14T04:02:03.4755099Z [2998/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-03-14T04:02:03.4994639Z [2999/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-03-14T04:02:03.5341337Z [3000/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-03-14T04:02:03.6037348Z [3001/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-03-14T04:02:03.6331252Z [3002/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-03-14T04:02:03.7359855Z [3003/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-03-14T04:02:03.8470256Z [3004/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-03-14T04:02:03.9547821Z [3005/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-03-14T04:02:04.2206804Z [3006/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-03-14T04:02:04.3399634Z [3007/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-03-14T04:02:04.4244238Z [3008/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-03-14T04:02:04.4540365Z [3009/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-03-14T04:02:05.3026558Z [3010/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-03-14T04:02:05.4270012Z [3011/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-03-14T04:02:05.4416102Z [3012/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-03-14T04:02:05.5719399Z [3013/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-03-14T04:02:05.6572966Z [3014/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-03-14T04:02:05.7160560Z [3015/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-03-14T04:02:05.8259028Z [3016/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-03-14T04:02:05.8491246Z [3017/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-03-14T04:02:06.7763259Z [3018/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-03-14T04:02:06.8921831Z [3019/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-03-14T04:02:07.0685589Z [3020/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-03-14T04:02:07.3061489Z [3021/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-03-14T04:02:07.4016947Z [3022/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-03-14T04:02:07.4774677Z [3023/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-03-14T04:02:07.6247667Z [3024/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-03-14T04:02:07.6839181Z [3025/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-03-14T04:02:08.3089551Z [3026/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-03-14T04:02:08.4455415Z [3027/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-03-14T04:02:08.5265173Z [3028/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-03-14T04:02:08.5379395Z [3029/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-03-14T04:02:08.6034934Z [3030/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-03-14T04:02:08.6206312Z [3031/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-03-14T04:02:08.7666440Z [3032/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-03-14T04:02:08.8799033Z [3033/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-03-14T04:02:09.2254514Z [3034/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-03-14T04:02:09.4430663Z [3035/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-03-14T04:02:09.4616364Z [3036/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-03-14T04:02:09.4849742Z [3037/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-03-14T04:02:09.6399139Z [3038/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-03-14T04:02:09.6973570Z [3039/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-03-14T04:02:09.8049832Z [3040/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-03-14T04:02:09.8269428Z [3041/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrXPU_0.cpp.obj 2025-03-14T04:02:09.9943544Z [3042/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-03-14T04:02:10.0277503Z [3043/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-03-14T04:02:10.1682617Z [3044/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-03-14T04:02:10.3536234Z [3045/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-03-14T04:02:10.3692447Z [3046/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-03-14T04:02:10.3937801Z [3047/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-03-14T04:02:10.4289888Z [3048/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-03-14T04:02:10.6430614Z [3049/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-03-14T04:02:10.6948725Z [3050/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-03-14T04:02:10.9256135Z [3051/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:10.9758570Z [3052/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:11.2170651Z [3053/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:11.2940894Z [3054/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:11.4604917Z [3055/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:11.8052630Z [3056/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:11.9028910Z [3057/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.2371235Z [3058/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.2735126Z [3059/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.3115671Z [3060/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.3564350Z [3061/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.4134449Z [3062/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:12.9438155Z [3063/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.0782999Z [3064/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.0926192Z [3065/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-03-14T04:02:13.1660451Z [3066/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.1899770Z [3067/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-03-14T04:02:13.2458179Z [3068/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.3084751Z [3069/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.4091805Z [3070/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-03-14T04:02:13.6936641Z [3071/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.7236374Z [3072/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.8452300Z [3073/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.9503697Z [3074/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:13.9746136Z [3075/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.1134298Z [3076/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.1419256Z [3077/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.2374109Z [3078/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.3981461Z [3079/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.4271569Z [3080/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.5995588Z [3081/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.6612560Z [3082/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.6872150Z [3083/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.7942033Z [3084/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.9032677Z [3085/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.9355308Z [3086/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:14.9545628Z [3087/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.3033793Z [3088/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.4614432Z [3089/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.5091236Z [3090/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.5636340Z [3091/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.5998558Z [3092/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.6616671Z [3093/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.8695763Z [3094/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.9329358Z [3095/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:15.9377758Z [3096/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.0015456Z [3097/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.3868760Z [3098/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.4031273Z [3099/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.4277331Z [3100/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.4673751Z [3101/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.5006472Z [3102/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.6035943Z [3103/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.8841617Z [3104/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:16.9386240Z [3105/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.1351599Z [3106/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.1491477Z [3107/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.1719304Z [3108/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.1721473Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T04:02:17.1724077Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T04:02:17.1725718Z with 2025-03-14T04:02:17.1726079Z [ 2025-03-14T04:02:17.1726425Z scalar_t=float, 2025-03-14T04:02:17.1727459Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T04:02:17.1728570Z ] 2025-03-14T04:02:17.1730530Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-03-14T04:02:17.1732653Z with 2025-03-14T04:02:17.1732996Z [ 2025-03-14T04:02:17.1733355Z scalar_t=float, 2025-03-14T04:02:17.1734466Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-03-14T04:02:17.1736248Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T04:02:17.1737314Z ] 2025-03-14T04:02:17.1740958Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T04:02:17.1744788Z with 2025-03-14T04:02:17.1745122Z [ 2025-03-14T04:02:17.1745763Z scalar_t=scalar_t, 2025-03-14T04:02:17.1746289Z data_t=at::vec::DEFAULT::Vectorized, 2025-03-14T04:02:17.1747837Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T04:02:17.1749932Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T04:02:17.1751084Z ] 2025-03-14T04:02:17.1754034Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:02:17.1757152Z with 2025-03-14T04:02:17.1757504Z [ 2025-03-14T04:02:17.1757855Z scalar_t=scalar_t 2025-03-14T04:02:17.1758273Z ] 2025-03-14T04:02:17.1761292Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:02:17.1764491Z with 2025-03-14T04:02:17.1764871Z [ 2025-03-14T04:02:17.1765210Z scalar_t=scalar_t 2025-03-14T04:02:17.1765688Z ] 2025-03-14T04:02:17.1767462Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T04:02:17.1769387Z with 2025-03-14T04:02:17.1769683Z [ 2025-03-14T04:02:17.1769964Z scalar_t=scalar_t 2025-03-14T04:02:17.1770205Z ] 2025-03-14T04:02:17.2419804Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:02:17.2422200Z with 2025-03-14T04:02:17.2422526Z [ 2025-03-14T04:02:17.2422834Z scalar_t=scalar_t 2025-03-14T04:02:17.2423221Z ] 2025-03-14T04:02:17.2424951Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T04:02:17.2427382Z [3109/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.2659265Z [3110/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.3680004Z [3111/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.4039626Z [3112/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.7155340Z [3113/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-03-14T04:02:17.7587693Z [3114/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.7588931Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:02:17.7590334Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(935): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:02:17.7675026Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): note: see reference to function template instantiation 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::operator >>(const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &)' being compiled 2025-03-14T04:02:17.7678665Z [3115/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.9729281Z [3116/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:17.9905108Z [3117/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:18.0718442Z [3118/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:18.1579317Z [3119/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:18.2350524Z [3120/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-03-14T04:02:18.3496366Z [3121/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-03-14T04:02:18.4429613Z [3122/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-03-14T04:02:18.4472807Z [3123/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-03-14T04:02:18.4565784Z [3124/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-03-14T04:02:18.4761854Z [3125/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-03-14T04:02:18.4825975Z [3126/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-03-14T04:02:18.4963750Z [3127/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-03-14T04:02:18.5708541Z [3128/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-03-14T04:02:18.6067417Z [3129/7082] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-03-14T04:02:18.6823957Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T04:02:18.6824847Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T04:02:18.6825622Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T04:02:18.6826666Z [3130/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-03-14T04:02:18.7667310Z [3131/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-03-14T04:02:18.8905853Z [3132/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-03-14T04:02:18.8956516Z [3133/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-03-14T04:02:18.9604040Z [3134/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-03-14T04:02:19.5386698Z [3135/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-03-14T04:02:20.3171513Z [3136/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-03-14T04:02:21.1194263Z [3137/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-03-14T04:02:21.7240599Z [3138/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-03-14T04:02:22.0353935Z [3139/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-03-14T04:02:22.4154617Z [3140/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-03-14T04:02:22.4345439Z [3141/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-03-14T04:02:22.4881055Z [3142/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-03-14T04:02:22.5578617Z [3143/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-03-14T04:02:22.5706604Z [3144/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-03-14T04:02:22.7570998Z [3145/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-03-14T04:02:22.9854528Z [3146/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-03-14T04:02:23.2111064Z [3147/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-03-14T04:02:23.3557415Z [3148/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-03-14T04:02:23.5601503Z [3149/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-03-14T04:02:23.7120121Z [3150/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-03-14T04:02:24.1654427Z [3151/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-03-14T04:02:24.2022755Z [3152/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-03-14T04:02:24.2090119Z [3153/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-03-14T04:02:24.2165517Z [3154/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-03-14T04:02:24.2763768Z [3155/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-03-14T04:02:24.3622641Z [3156/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-03-14T04:02:25.0069570Z [3157/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-03-14T04:02:25.1481933Z [3158/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-03-14T04:02:25.9769555Z [3159/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-03-14T04:02:26.2183021Z [3160/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-03-14T04:02:26.9617419Z [3161/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-03-14T04:02:27.0556965Z [3162/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-03-14T04:02:27.4553515Z [3163/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-03-14T04:02:27.5004092Z [3164/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-03-14T04:02:27.5687787Z [3165/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-03-14T04:02:27.5857256Z [3166/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-03-14T04:02:27.6484910Z [3167/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-03-14T04:02:27.8619529Z [3168/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-03-14T04:02:27.9567857Z [3169/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-03-14T04:02:27.9998805Z [3170/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-03-14T04:02:28.3826559Z [3171/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-03-14T04:02:28.3989103Z [3172/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-03-14T04:02:28.4636907Z [3173/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-03-14T04:02:28.5765015Z [3174/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-03-14T04:02:28.7582405Z [3175/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\dynamo\compiled_autograd.cpp.obj 2025-03-14T04:02:29.0257526Z [3176/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-03-14T04:02:29.1131964Z [3177/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-03-14T04:02:29.3200999Z [3178/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-03-14T04:02:29.3497303Z [3179/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-03-14T04:02:29.4834348Z [3180/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-03-14T04:02:29.5894100Z [3181/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-03-14T04:02:29.7835878Z [3182/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-03-14T04:02:29.9350646Z [3183/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-03-14T04:02:30.4642274Z [3184/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-03-14T04:02:30.5240960Z [3185/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-03-14T04:02:30.5780592Z [3186/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-03-14T04:02:30.7412936Z [3187/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-03-14T04:02:30.9112817Z [3188/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-03-14T04:02:31.2879913Z [3189/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-03-14T04:02:31.3315533Z [3190/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-03-14T04:02:31.5926195Z [3191/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-03-14T04:02:32.7322040Z [3192/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-03-14T04:02:32.9321011Z [3193/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-03-14T04:02:33.7038694Z [3194/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-03-14T04:02:33.9116580Z [3195/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-03-14T04:02:34.0783414Z [3196/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-03-14T04:02:34.1112011Z [3197/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-03-14T04:02:34.1497866Z [3198/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-03-14T04:02:34.5832949Z [3199/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-03-14T04:02:34.6920517Z [3200/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-03-14T04:02:34.7213916Z [3201/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-03-14T04:02:34.8049601Z [3202/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-03-14T04:02:34.8595310Z [3203/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-03-14T04:02:34.9356633Z [3204/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-03-14T04:02:35.0392417Z [3205/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-03-14T04:02:35.1255166Z [3206/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-03-14T04:02:35.1730518Z [3207/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-03-14T04:02:35.2121865Z [3208/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-03-14T04:02:35.7453248Z [3209/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-03-14T04:02:35.8023618Z [3210/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-03-14T04:02:35.8246297Z [3211/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-03-14T04:02:35.9630663Z [3212/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-03-14T04:02:35.9740983Z [3213/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-03-14T04:02:36.1262337Z [3214/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-03-14T04:02:36.1726077Z [3215/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-03-14T04:02:36.6814680Z [3216/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-03-14T04:02:36.7873992Z [3217/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-03-14T04:02:36.8321704Z [3218/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-03-14T04:02:36.8600998Z [3219/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-03-14T04:02:36.9217433Z [3220/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-03-14T04:02:37.0773050Z [3221/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-03-14T04:02:37.1564358Z [3222/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-03-14T04:02:37.6805703Z [3223/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-03-14T04:02:37.7916838Z [3224/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-03-14T04:02:37.8693559Z [3225/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-03-14T04:02:37.8861819Z [3226/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-03-14T04:02:37.9823642Z [3227/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-03-14T04:02:38.2066440Z [3228/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-03-14T04:02:38.5180431Z [3229/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-03-14T04:02:38.7140646Z [3230/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-03-14T04:02:38.7861583Z [3231/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-03-14T04:02:38.8773111Z [3232/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-03-14T04:02:38.8975327Z [3233/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-03-14T04:02:39.5542719Z [3234/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-03-14T04:02:39.6991232Z [3235/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-03-14T04:02:39.8067487Z [3236/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-03-14T04:02:39.8297252Z [3237/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-03-14T04:02:40.2986431Z [3238/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-03-14T04:02:40.4846633Z [3239/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-03-14T04:02:40.5888959Z [3240/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-03-14T04:02:40.6452808Z [3241/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-03-14T04:02:40.6709932Z [3242/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-03-14T04:02:40.7920829Z [3243/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-03-14T04:02:40.8487063Z [3244/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-03-14T04:02:40.9665720Z [3245/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-03-14T04:02:41.2600853Z [3246/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-03-14T04:02:41.3791180Z [3247/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-03-14T04:02:41.4196360Z [3248/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-03-14T04:02:41.4768322Z [3249/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-03-14T04:02:41.6700932Z [3250/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-03-14T04:02:41.7069534Z [3251/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-03-14T04:02:42.2195846Z [3252/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-03-14T04:02:42.3831159Z [3253/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-03-14T04:02:42.4222851Z [3254/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-03-14T04:02:42.6487526Z [3255/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-03-14T04:02:43.2130819Z [3256/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-03-14T04:02:43.3571112Z [3257/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-03-14T04:02:43.4043659Z [3258/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-03-14T04:02:43.6203471Z [3259/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-03-14T04:02:44.2075219Z [3260/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-03-14T04:02:44.3365123Z [3261/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-03-14T04:02:44.3733102Z [3262/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-03-14T04:02:44.3764785Z [3263/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-03-14T04:02:44.6056948Z [3264/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-03-14T04:02:44.6701540Z [3265/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-03-14T04:02:44.9953242Z [3266/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-03-14T04:02:45.1160805Z [3267/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-03-14T04:02:45.3189429Z [3268/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-03-14T04:02:45.3287231Z [3269/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-03-14T04:02:45.3391941Z [3270/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-03-14T04:02:45.5048921Z [3271/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-03-14T04:02:45.5895272Z [3272/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-03-14T04:02:45.6698838Z [3273/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-03-14T04:02:45.9956347Z [3274/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-03-14T04:02:46.3196369Z [3275/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-03-14T04:02:46.3374550Z [3276/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-03-14T04:02:46.4589092Z [3277/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-03-14T04:02:46.5129214Z [3278/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-03-14T04:02:46.5725705Z [3279/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-03-14T04:02:46.6172878Z [3280/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-03-14T04:02:47.3892278Z [3281/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-03-14T04:02:47.4069766Z [3282/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-03-14T04:02:47.4998430Z [3283/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-03-14T04:02:47.6232782Z [3284/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-03-14T04:02:48.3680875Z [3285/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-03-14T04:02:48.3954653Z [3286/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-03-14T04:02:48.4969394Z [3287/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-03-14T04:02:48.5186836Z [3288/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-03-14T04:02:48.6792008Z [3289/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-03-14T04:02:49.4108233Z [3290/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-03-14T04:02:49.5334241Z [3291/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-03-14T04:02:49.5491595Z [3292/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-03-14T04:02:49.7352078Z [3293/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-03-14T04:02:50.0780893Z [3294/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-03-14T04:02:50.1277378Z [3295/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-03-14T04:02:50.3283596Z [3296/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-03-14T04:02:50.5060479Z [3297/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-03-14T04:02:50.5341311Z [3298/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-03-14T04:02:51.1129233Z [3299/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-03-14T04:02:51.2493228Z [3300/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-03-14T04:02:51.5073167Z [3301/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-03-14T04:02:51.5256306Z [3302/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-03-14T04:02:51.9561212Z [3303/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-03-14T04:02:52.0547622Z [3304/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-03-14T04:02:52.1032699Z [3305/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-03-14T04:02:52.2518773Z [3306/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-03-14T04:02:52.4520192Z [3307/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-03-14T04:02:52.4840584Z [3308/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-03-14T04:02:53.0205235Z [3309/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-03-14T04:02:53.1117933Z [3310/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-03-14T04:02:53.2319302Z [3311/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-03-14T04:02:53.2401858Z [3312/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-03-14T04:02:53.3369678Z [3313/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-03-14T04:02:53.5023171Z [3314/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-03-14T04:02:53.5548479Z [3315/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-03-14T04:02:53.8038654Z [3316/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-03-14T04:02:54.1585801Z [3317/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-03-14T04:02:54.1739893Z [3318/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-03-14T04:02:54.3609989Z [3319/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-03-14T04:02:54.4339857Z [3320/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-03-14T04:02:54.4758045Z [3321/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-03-14T04:02:54.7690473Z [3322/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-03-14T04:02:55.1345425Z [3323/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-03-14T04:02:55.1736384Z [3324/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-03-14T04:02:55.3446572Z [3325/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-03-14T04:02:55.4613255Z [3326/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-03-14T04:02:55.6256523Z [3327/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-03-14T04:02:55.7785642Z [3328/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-03-14T04:02:56.0798595Z [3329/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-03-14T04:02:56.1759019Z [3330/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-03-14T04:02:56.6498541Z [3331/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-03-14T04:02:56.6949487Z [3332/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-03-14T04:02:56.7037947Z [3333/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-03-14T04:02:57.0612096Z [3334/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-03-14T04:02:57.0763008Z [3335/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-03-14T04:02:57.6223617Z [3336/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-03-14T04:02:57.6975978Z [3337/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-03-14T04:02:57.7069656Z [3338/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-03-14T04:02:57.7266035Z [3339/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-03-14T04:02:57.7959761Z [3340/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-03-14T04:02:57.9425974Z [3341/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-03-14T04:02:58.7419634Z [3342/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-03-14T04:02:58.7738605Z [3343/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-03-14T04:02:58.8954025Z [3344/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-03-14T04:02:58.9492263Z [3345/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-03-14T04:02:58.9717808Z [3346/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-03-14T04:02:59.0280032Z [3347/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-03-14T04:02:59.1013319Z [3348/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-03-14T04:02:59.2042460Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-03-14T04:02:59.2044892Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-03-14T04:02:59.2046868Z [3349/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-03-14T04:02:59.4561490Z [3350/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-03-14T04:02:59.9176093Z [3351/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-03-14T04:03:00.1435083Z [3352/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-03-14T04:03:00.5911515Z [3353/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-03-14T04:03:00.7736656Z [3354/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-03-14T04:03:02.3213845Z [3355/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-03-14T04:03:02.4428239Z [3356/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-03-14T04:03:02.6768542Z [3357/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-03-14T04:03:02.6996609Z [3358/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-03-14T04:03:02.7987379Z [3359/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-03-14T04:03:02.9442611Z [3360/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-03-14T04:03:03.2968289Z [3361/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-03-14T04:03:03.4729396Z [3362/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-03-14T04:03:03.7708761Z [3363/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-03-14T04:03:03.7750058Z [3364/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-03-14T04:03:03.9883937Z [3365/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-03-14T04:03:04.2699931Z [3366/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-03-14T04:03:04.4110327Z [3367/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-03-14T04:03:04.5020015Z [3368/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-03-14T04:03:05.0343880Z [3369/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-03-14T04:03:05.4081793Z [3370/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-03-14T04:03:05.5877081Z [3371/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-03-14T04:03:06.1022194Z [3372/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-03-14T04:03:06.2028376Z [3373/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-03-14T04:03:06.5425356Z [3374/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-03-14T04:03:06.8618095Z [3375/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-03-14T04:03:07.0639333Z [3376/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-03-14T04:03:07.5889327Z [3377/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-03-14T04:03:07.6069045Z [3378/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-03-14T04:03:07.6576535Z [3379/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-03-14T04:03:07.9428973Z [3380/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-03-14T04:03:07.9890771Z [3381/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-03-14T04:03:08.0298122Z [3382/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-03-14T04:03:08.1339023Z [3383/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-03-14T04:03:08.5923403Z [3384/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-03-14T04:03:08.6910724Z [3385/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-03-14T04:03:08.9548965Z [3386/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-03-14T04:03:09.7012267Z [3387/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-03-14T04:03:10.9759549Z [3388/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-03-14T04:03:11.4854700Z [3389/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-03-14T04:03:11.5064247Z [3390/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-03-14T04:03:11.5661921Z [3391/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-03-14T04:03:12.0100744Z [3392/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-03-14T04:03:12.1639288Z [3393/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-03-14T04:03:12.2124827Z [3394/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-03-14T04:03:12.3612361Z [3395/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-03-14T04:03:12.4579064Z [3396/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-03-14T04:03:13.0914195Z [3397/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-03-14T04:03:13.3334326Z [3398/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-03-14T04:03:14.1931782Z [3399/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-03-14T04:03:14.7348941Z [3400/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-03-14T04:03:14.7757713Z [3401/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-03-14T04:03:15.3039995Z [3402/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-03-14T04:03:15.6450301Z [3403/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-03-14T04:03:15.6963282Z [3404/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-03-14T04:03:15.7756644Z [3405/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-03-14T04:03:15.8636243Z [3406/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-03-14T04:03:16.5914755Z [3407/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-03-14T04:03:16.7817664Z [3408/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-03-14T04:03:17.5087451Z [3409/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-03-14T04:03:18.1520133Z [3410/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-03-14T04:03:18.1522591Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T04:03:18.1524188Z with 2025-03-14T04:03:18.1524502Z [ 2025-03-14T04:03:18.1524854Z T=int 2025-03-14T04:03:18.1525199Z ] 2025-03-14T04:03:18.1527195Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\ir_simplifier.cpp(318): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T04:03:18.2163167Z with 2025-03-14T04:03:18.2163615Z [ 2025-03-14T04:03:18.2164254Z T=int 2025-03-14T04:03:18.2164627Z ] 2025-03-14T04:03:18.2165539Z [3411/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-03-14T04:03:18.7415030Z [3412/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-03-14T04:03:19.2511649Z [3413/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-03-14T04:03:19.2873099Z [3414/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-03-14T04:03:19.9684385Z [3415/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-03-14T04:03:20.3403642Z [3416/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-03-14T04:03:21.0454734Z [3417/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-03-14T04:03:21.0456158Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T04:03:21.0457434Z with 2025-03-14T04:03:21.0457693Z [ 2025-03-14T04:03:21.0457912Z T=int 2025-03-14T04:03:21.0458176Z ] 2025-03-14T04:03:21.7313511Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp(627): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T04:03:21.7315726Z with 2025-03-14T04:03:21.7316011Z [ 2025-03-14T04:03:21.7316284Z T=int 2025-03-14T04:03:21.7316570Z ] 2025-03-14T04:03:21.7317332Z [3418/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-03-14T04:03:21.8846280Z [3419/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-03-14T04:03:22.3037368Z [3420/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-03-14T04:03:22.6012022Z [3421/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-03-14T04:03:22.6397376Z [3422/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-03-14T04:03:22.8077512Z [3423/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-03-14T04:03:22.9899065Z [3424/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-03-14T04:03:23.2816876Z [3425/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-03-14T04:03:23.4582444Z [3426/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-03-14T04:03:23.5023349Z [3427/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-03-14T04:03:23.7456534Z [3428/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-03-14T04:03:24.0122574Z [3429/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-03-14T04:03:24.0430643Z [3430/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-03-14T04:03:24.0497768Z [3431/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-03-14T04:03:24.2395880Z [3432/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-03-14T04:03:24.3934411Z [3433/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-03-14T04:03:24.5101047Z [3434/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-03-14T04:03:24.7289539Z [3435/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-03-14T04:03:24.8563776Z [3436/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-03-14T04:03:24.9855537Z [3437/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-03-14T04:03:25.0159079Z [3438/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-03-14T04:03:25.1801129Z [3439/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-03-14T04:03:25.2848930Z [3440/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-03-14T04:03:25.2851996Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T04:03:25.2853481Z with 2025-03-14T04:03:25.2853799Z [ 2025-03-14T04:03:25.2854103Z T=int 2025-03-14T04:03:25.2854419Z ] 2025-03-14T04:03:25.2856117Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\registerizer.cpp(92): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T04:03:25.3384121Z with 2025-03-14T04:03:25.3384528Z [ 2025-03-14T04:03:25.3384847Z T=int 2025-03-14T04:03:25.3385217Z ] 2025-03-14T04:03:25.3386175Z [3441/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-03-14T04:03:25.4060754Z [3442/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-03-14T04:03:25.4185531Z [3443/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-03-14T04:03:25.6232339Z [3444/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-03-14T04:03:25.6564408Z [3445/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-03-14T04:03:25.8295665Z [3446/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-03-14T04:03:25.8946148Z [3447/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-03-14T04:03:26.1775917Z [3448/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-03-14T04:03:26.1998321Z [3449/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-03-14T04:03:26.2591477Z [3450/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-03-14T04:03:26.3836706Z [3451/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-03-14T04:03:26.5388433Z [3452/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-03-14T04:03:26.5402695Z [3453/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-03-14T04:03:26.6480348Z [3454/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-03-14T04:03:26.6864961Z [3455/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-03-14T04:03:26.8381471Z [3456/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-03-14T04:03:27.1686283Z [3457/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-03-14T04:03:27.3297601Z [3458/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-03-14T04:03:27.4305713Z [3459/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-03-14T04:03:27.5403279Z [3460/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-03-14T04:03:27.6301364Z [3461/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-03-14T04:03:27.6509483Z [3462/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-03-14T04:03:27.7067733Z [3463/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-03-14T04:03:27.7221861Z [3464/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-03-14T04:03:28.0974046Z [3465/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-03-14T04:03:28.1095497Z [3466/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-03-14T04:03:28.1611867Z [3467/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-03-14T04:03:28.1717285Z [3468/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-03-14T04:03:28.3467290Z [3469/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-03-14T04:03:28.4705833Z [3470/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-03-14T04:03:28.5345986Z [3471/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-03-14T04:03:28.5420029Z [3472/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-03-14T04:03:28.6155306Z [3473/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-03-14T04:03:28.7018079Z [3474/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-03-14T04:03:29.2485863Z [3475/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-03-14T04:03:29.2664932Z [3476/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-03-14T04:03:29.2715518Z [3477/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-03-14T04:03:29.4488853Z [3478/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-03-14T04:03:29.7337835Z [3479/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-03-14T04:03:30.1819475Z [3480/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-03-14T04:03:30.2244929Z [3481/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-03-14T04:03:30.2844446Z [3482/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-03-14T04:03:31.2785489Z [3483/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-03-14T04:03:31.3234271Z [3484/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-03-14T04:03:31.5435533Z [3485/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-03-14T04:03:31.7277562Z [3486/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-03-14T04:03:32.0971652Z [3487/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-03-14T04:03:32.1992461Z [3488/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-03-14T04:03:32.4229869Z [3489/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-03-14T04:03:32.5194910Z [3490/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-03-14T04:03:32.7623827Z [3491/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-03-14T04:03:32.9340563Z [3492/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-03-14T04:03:33.3907313Z [3493/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-03-14T04:03:33.5481438Z [3494/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-03-14T04:03:33.6171106Z [3495/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-03-14T04:03:33.7175556Z [3496/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-03-14T04:03:33.9704563Z [3497/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-03-14T04:03:34.6441991Z [3498/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-03-14T04:03:34.6871629Z [3499/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-03-14T04:03:34.7439636Z [3500/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-03-14T04:03:36.0033420Z [3501/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-03-14T04:03:36.3548343Z [3502/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-03-14T04:03:36.4519933Z [3503/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-03-14T04:03:36.7770587Z [3504/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-03-14T04:03:37.0823446Z [3505/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-03-14T04:03:37.0893761Z [3506/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-03-14T04:03:37.3040916Z [3507/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-03-14T04:03:37.3208478Z [3508/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-03-14T04:03:37.3594508Z [3509/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-03-14T04:03:37.9619831Z [3510/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-03-14T04:03:38.0616679Z [3511/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-03-14T04:03:38.2219914Z [3512/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-03-14T04:03:38.2505826Z [3513/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-03-14T04:03:38.2868893Z [3514/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-03-14T04:03:38.3845341Z [3515/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-03-14T04:03:38.4681514Z [3516/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-03-14T04:03:38.7070436Z [3517/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-03-14T04:03:38.9442968Z [3518/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-03-14T04:03:39.3307715Z [3519/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-03-14T04:03:39.3565069Z [3520/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-03-14T04:03:39.9997878Z [3521/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-03-14T04:03:40.2949273Z [3522/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-03-14T04:03:40.4792434Z [3523/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-03-14T04:03:40.8888496Z [3524/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-03-14T04:03:41.8041816Z [3525/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-03-14T04:03:41.8531343Z [3526/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-03-14T04:03:41.9278617Z [3527/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-03-14T04:03:42.0756313Z [3528/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-03-14T04:03:42.0978343Z [3529/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-03-14T04:03:42.1842786Z [3530/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-03-14T04:03:42.7163996Z [3531/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-03-14T04:03:42.7502540Z [3532/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-03-14T04:03:43.6080157Z [3533/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-03-14T04:03:43.7273806Z [3534/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-03-14T04:03:44.2424896Z [3535/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-03-14T04:03:44.5587197Z [3536/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-03-14T04:03:45.3727966Z [3537/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-03-14T04:03:45.6078618Z [3538/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-03-14T04:03:45.8872395Z [3539/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-03-14T04:03:45.9346066Z [3540/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-03-14T04:03:46.0077272Z [3541/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-03-14T04:03:46.1444332Z [3542/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-03-14T04:03:46.4945756Z [3543/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-03-14T04:03:47.2927417Z [3544/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-03-14T04:03:47.5347454Z [3545/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-03-14T04:03:48.1123448Z [3546/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-03-14T04:03:48.2020905Z [3547/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-03-14T04:03:48.2333239Z [3548/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-03-14T04:03:48.6411749Z [3549/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-03-14T04:03:48.9925167Z [3550/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-03-14T04:03:49.0165742Z [3551/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-03-14T04:03:49.1559318Z [3552/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-03-14T04:03:49.5263036Z [3553/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-03-14T04:03:50.0440520Z [3554/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-03-14T04:03:50.0767454Z [3555/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-03-14T04:03:50.1484718Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(299): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-03-14T04:03:50.1486682Z [3556/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-03-14T04:03:50.3655157Z [3557/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-03-14T04:03:51.0208525Z [3558/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-03-14T04:03:51.5295491Z [3559/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-03-14T04:03:51.7120942Z [3560/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-03-14T04:03:52.3977111Z [3561/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-03-14T04:03:52.6363528Z [3562/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-03-14T04:03:52.7315602Z [3563/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-03-14T04:03:53.0918733Z [3564/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-03-14T04:03:53.6593727Z [3565/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-03-14T04:03:53.9092232Z [3566/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-03-14T04:03:54.8587545Z [3567/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-03-14T04:03:55.3766131Z [3568/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-03-14T04:03:55.9421061Z [3569/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-03-14T04:03:56.1685859Z [3570/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-03-14T04:03:56.3804652Z [3571/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-03-14T04:03:56.6185571Z [3572/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-03-14T04:03:57.3512626Z [3573/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-03-14T04:03:57.4010602Z [3574/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-03-14T04:03:58.4251892Z [3575/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-03-14T04:03:59.0039100Z [3576/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-03-14T04:03:59.5318436Z [3577/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-03-14T04:03:59.7999511Z [3578/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-03-14T04:03:59.9583804Z [3579/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-03-14T04:04:00.1028494Z [3580/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-03-14T04:04:01.0424267Z [3581/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-03-14T04:04:01.1274871Z [3582/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-03-14T04:04:01.9720186Z [3583/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-03-14T04:04:02.5830457Z [3584/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-03-14T04:04:03.0757658Z [3585/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-03-14T04:04:03.2748156Z [3586/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-03-14T04:04:03.6298794Z [3587/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-03-14T04:04:03.7454176Z [3588/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-03-14T04:04:04.3575233Z [3589/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-03-14T04:04:04.4294165Z [3590/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-03-14T04:04:05.2267679Z [3591/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-03-14T04:04:06.0023896Z [3592/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-03-14T04:04:06.4135172Z [3593/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-03-14T04:04:06.5595405Z [3594/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-03-14T04:04:06.9834084Z [3595/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-03-14T04:04:07.2021721Z [3596/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-03-14T04:04:07.7441789Z [3597/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-03-14T04:04:07.7729908Z [3598/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-03-14T04:04:08.5747391Z [3599/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-03-14T04:04:09.4024687Z [3600/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-03-14T04:04:09.8123109Z [3601/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-03-14T04:04:10.2879619Z [3602/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-03-14T04:04:10.7507771Z [3603/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-03-14T04:04:10.8834860Z [3604/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-03-14T04:04:11.3769831Z [3605/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-03-14T04:04:11.4765535Z [3606/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-03-14T04:04:11.5303864Z [3607/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-03-14T04:04:11.5966601Z [3608/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-03-14T04:04:11.8448566Z [3609/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-03-14T04:04:12.1391819Z [3610/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-03-14T04:04:12.1801529Z [3611/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-03-14T04:04:12.4025003Z [3612/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-03-14T04:04:12.4026937Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.4029286Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.7233776Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.7235190Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.7236453Z [3613/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-03-14T04:04:12.7237660Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.7238866Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.9289438Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.9291832Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.9293856Z [3614/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-03-14T04:04:12.9511618Z [3615/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-03-14T04:04:12.9513756Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:12.9516081Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.1780623Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.1782059Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.1783340Z [3616/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-03-14T04:04:13.1784705Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.1786069Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.2942028Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.2943580Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.2945402Z [3617/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-03-14T04:04:13.2947045Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.2948253Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.6783816Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.6786388Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.6788431Z [3618/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-03-14T04:04:13.7132892Z [3619/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:13.7134110Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.7135360Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.7866786Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.7869881Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.7872184Z [3620/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-03-14T04:04:13.8563560Z [3621/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:13.8564706Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:13.8565946Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.0833218Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.0835757Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.0837503Z [3622/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.0839693Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.0842028Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.1616857Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.1618259Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.1619404Z [3623/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.1620446Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.1621727Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.2556729Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.2559114Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.2561060Z [3624/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.2563088Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.2565396Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.3340114Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.3360444Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.3362725Z [3625/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.3365060Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.3367623Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.6553417Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.6554754Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.6555861Z [3626/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.6556915Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.6558315Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.7574520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.7575993Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.7577104Z [3627/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:14.7578182Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:14.7579432Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0042400Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0043725Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0044803Z [3628/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.0045803Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0047023Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0466343Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0467680Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.0468778Z [3629/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-03-14T04:04:15.0877756Z [3630/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-03-14T04:04:15.1091913Z [3631/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.1093020Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.1094362Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.1586169Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.1588270Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.1590002Z [3632/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.1591701Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.1593860Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2150252Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2151697Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2153014Z [3633/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.2154247Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2155620Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2970796Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2973262Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2975364Z [3634/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.2977239Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.2979670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.5856449Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.5859215Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.5861598Z [3635/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.5863745Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.5866602Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.6598431Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.6601004Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.6603060Z [3636/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.6605004Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.6607356Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.7360941Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.7362498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.7363841Z [3637/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.7365027Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.7366382Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.8160888Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.8163473Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.8165505Z [3638/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.8167488Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.8169749Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.9642700Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.9645337Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.9647421Z [3639/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:15.9649384Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:15.9651800Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.0284283Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.0286966Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.0289053Z [3640/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.0290908Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.0293218Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.1089469Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.1091187Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.1092347Z [3641/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.1093364Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.1094646Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.2390091Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.2391487Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.2392658Z [3642/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.2393689Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.2395161Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.3105432Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.3106848Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.3108096Z [3643/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.3109248Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.3110501Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.4340390Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.4342178Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.4343314Z [3644/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.4344448Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.4345666Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.5207078Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.5209693Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.5212115Z [3645/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.5214181Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.5216555Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.6318518Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.6320244Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.6321364Z [3646/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.6322385Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.6323629Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8050883Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8052232Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8053361Z [3647/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.8054438Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8055639Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8722662Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8724056Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8725471Z [3648/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.8726643Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.8727858Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.9593826Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.9595170Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.9596377Z [3649/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:16.9597449Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:16.9598925Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:17.0315406Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:17.0317284Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:17.0318458Z [3650/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:17.0319543Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:17.0320803Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8341551Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8342880Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8343981Z [3651/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:19.8345030Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8346244Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8952022Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8953365Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8954521Z [3652/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:19.8955591Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.8957050Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9664196Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9665530Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9666608Z [3653/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:19.9667761Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9669000Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9781632Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9783203Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9784324Z [3654/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:19.9785811Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:19.9787108Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0107075Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0108407Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0109522Z [3655/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.0110646Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0111842Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0526696Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0528053Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0529175Z [3656/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.0530230Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0531664Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0930743Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0932503Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0933882Z [3657/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.0935006Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.0936502Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.1008274Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.1012170Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.1014574Z [3658/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.1016566Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.1018925Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.4222188Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.4223557Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.4224687Z [3659/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.4225735Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.4226968Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.5985748Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.5987201Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.5988432Z [3660/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.5989568Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.5990775Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.6189133Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.6191103Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.6192299Z [3661/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.7221121Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.7223319Z [3662/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.8072248Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.8074278Z [3663/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.8076301Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.8078906Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9052532Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9053869Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9055018Z [3664/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.9056076Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9057346Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9367004Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9368561Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9369680Z [3665/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:20.9370817Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:20.9372070Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0120581Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0123542Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0125701Z [3666/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.0127733Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0130421Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0480115Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0481533Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0482957Z [3667/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.0484106Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.0485531Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5088137Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5089488Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5090597Z [3668/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.5091656Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5092868Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5094149Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5095417Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5096649Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T04:04:21.5097972Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T04:04:21.5098816Z with 2025-03-14T04:04:21.5099005Z [ 2025-03-14T04:04:21.5099187Z scalar_t=float, 2025-03-14T04:04:21.5099694Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:04:21.5100216Z ] 2025-03-14T04:04:21.5101228Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-03-14T04:04:21.5103030Z with 2025-03-14T04:04:21.5103226Z [ 2025-03-14T04:04:21.5103420Z scalar_t=float, 2025-03-14T04:04:21.5103966Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-03-14T04:04:21.5104781Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:04:21.5105458Z ] 2025-03-14T04:04:21.5107341Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T04:04:21.5109288Z with 2025-03-14T04:04:21.5109474Z [ 2025-03-14T04:04:21.5109669Z scalar_t=scalar_t, 2025-03-14T04:04:21.5109951Z data_t=at::vec::AVX2::Vectorized, 2025-03-14T04:04:21.5110717Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T04:04:21.5111756Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:04:21.5112320Z ] 2025-03-14T04:04:21.5113934Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:21.5115507Z with 2025-03-14T04:04:21.5115756Z [ 2025-03-14T04:04:21.5115981Z scalar_t=scalar_t 2025-03-14T04:04:21.5116207Z ] 2025-03-14T04:04:21.5117767Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:21.5119340Z with 2025-03-14T04:04:21.5119530Z [ 2025-03-14T04:04:21.5119722Z scalar_t=scalar_t 2025-03-14T04:04:21.5119966Z ] 2025-03-14T04:04:21.5121053Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T04:04:21.5122226Z with 2025-03-14T04:04:21.5122408Z [ 2025-03-14T04:04:21.5122597Z scalar_t=scalar_t 2025-03-14T04:04:21.5122831Z ] 2025-03-14T04:04:21.5714688Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:21.5716003Z with 2025-03-14T04:04:21.5716205Z [ 2025-03-14T04:04:21.5716422Z scalar_t=scalar_t 2025-03-14T04:04:21.5716705Z ] 2025-03-14T04:04:21.5717747Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T04:04:21.5719096Z [3669/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.5900677Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5901900Z [3670/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.5903298Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.5904945Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6090378Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6091728Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6093093Z [3671/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.6094574Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6096772Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6248923Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6250469Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6251684Z [3672/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.6399764Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6400990Z [3673/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.6402011Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.6403275Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.9226961Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.9228287Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.9229425Z [3674/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:21.9230460Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:21.9231667Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0147015Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0148343Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0149756Z [3675/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.0150869Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0152069Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0275492Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0277881Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.0279615Z [3676/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.2917596Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.2918753Z [3677/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.2919836Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.2921257Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5043862Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5045228Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5046576Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:04:22.5047711Z [3678/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.5048729Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5049932Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5206526Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5207880Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5209104Z [3679/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.5210168Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5211371Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5237791Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5239989Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5241616Z [3680/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.5242871Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5244253Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5760741Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5762134Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5763617Z [3681/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.5764645Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5765894Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5872558Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5874058Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5875338Z [3682/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-03-14T04:04:22.5876484Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5877861Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5965519Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5967964Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:04:22.5969918Z [3683/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-03-14T04:04:22.8707131Z [3684/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-03-14T04:04:22.9965144Z [3685/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.0942385Z [3686/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.2310807Z [3687/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.4379134Z [3688/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.4748839Z [3689/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.5671161Z [3690/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.5791144Z [3691/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.6202534Z [3692/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.6357118Z [3693/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:23.8150427Z [3694/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.1111565Z [3695/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.1450427Z [3696/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.2635869Z [3697/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.4333242Z [3698/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.4486973Z [3699/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.5354154Z [3700/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.5683946Z [3701/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.6443146Z [3702/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.7021078Z [3703/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-03-14T04:04:24.8286105Z [3704/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.1543024Z [3705/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.1908624Z [3706/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.2575012Z [3707/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.2836272Z [3708/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.4093448Z [3709/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.5132265Z [3710/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.6755400Z [3711/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.6836368Z [3712/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.7111974Z [3713/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.8475020Z [3714/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.8543618Z [3715/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:25.8643531Z [3716/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.2544533Z [3717/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.4301979Z [3718/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.4371264Z [3719/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.4696909Z [3720/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.5961267Z [3721/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.6252593Z [3722/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.7277041Z [3723/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.8330899Z [3724/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:26.9056149Z [3725/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.0044685Z [3726/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.2794761Z [3727/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.3412746Z [3728/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.3577204Z [3729/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.4511999Z [3730/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.4683223Z [3731/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.4836676Z [3732/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.8428243Z [3733/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:27.9366657Z [3734/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.0798801Z [3735/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.1075976Z [3736/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.1077118Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T04:04:28.1078440Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T04:04:28.1079313Z with 2025-03-14T04:04:28.1079739Z [ 2025-03-14T04:04:28.1079930Z scalar_t=float, 2025-03-14T04:04:28.1080472Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:04:28.1081078Z ] 2025-03-14T04:04:28.1082090Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-03-14T04:04:28.1083205Z with 2025-03-14T04:04:28.1083389Z [ 2025-03-14T04:04:28.1083642Z scalar_t=float, 2025-03-14T04:04:28.1084207Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-03-14T04:04:28.1085084Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:04:28.1085655Z ] 2025-03-14T04:04:28.1087705Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T04:04:28.1089701Z with 2025-03-14T04:04:28.1089895Z [ 2025-03-14T04:04:28.1090088Z scalar_t=scalar_t, 2025-03-14T04:04:28.1090378Z data_t=at::vec::AVX512::Vectorized, 2025-03-14T04:04:28.1091189Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T04:04:28.1092374Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:04:28.1093038Z ] 2025-03-14T04:04:28.1094817Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:28.1096806Z with 2025-03-14T04:04:28.1097070Z [ 2025-03-14T04:04:28.1097337Z scalar_t=scalar_t 2025-03-14T04:04:28.1097567Z ] 2025-03-14T04:04:28.1099159Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:28.1100898Z with 2025-03-14T04:04:28.1101084Z [ 2025-03-14T04:04:28.1101429Z scalar_t=scalar_t 2025-03-14T04:04:28.1101677Z ] 2025-03-14T04:04:28.1102857Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T04:04:28.1104872Z with 2025-03-14T04:04:28.1105257Z [ 2025-03-14T04:04:28.1105801Z scalar_t=scalar_t 2025-03-14T04:04:28.1106333Z ] 2025-03-14T04:04:28.1148725Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:04:28.1150251Z with 2025-03-14T04:04:28.1150437Z [ 2025-03-14T04:04:28.1150671Z scalar_t=scalar_t 2025-03-14T04:04:28.1150953Z ] 2025-03-14T04:04:28.1152002Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T04:04:28.1153483Z [3737/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.2105331Z [3738/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.2521486Z [3739/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.4100284Z [3740/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.4522411Z [3741/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.5468568Z [3742/7082] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-03-14T04:04:28.6640521Z [3743/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.7760337Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:04:28.7761487Z [3744/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:28.8169874Z [3745/7082] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-03-14T04:04:28.9236439Z [3746/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:29.0139611Z [3747/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-03-14T04:04:29.0832672Z [3748/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:29.1106503Z [3749/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:04:29.1599102Z [3750/7082] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-03-14T04:04:29.4904480Z [3751/7082] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-03-14T04:04:29.5392310Z [3752/7082] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-03-14T04:04:29.8383659Z [3753/7082] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-03-14T04:04:29.8964295Z [3754/7082] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-03-14T04:04:29.9279357Z [3755/7082] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-03-14T04:04:30.3531035Z [3756/7082] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-03-14T04:04:31.0959844Z [3757/7082] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-14T04:04:31.2536882Z [3758/7082] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-03-14T04:04:32.4800780Z [3759/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-03-14T04:04:32.6121062Z [3760/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-03-14T04:04:33.5536401Z [3761/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-03-14T04:04:33.5788072Z [3762/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-03-14T04:04:33.6164860Z [3763/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-03-14T04:04:33.6926980Z [3764/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-03-14T04:04:33.7584280Z [3765/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-03-14T04:04:33.8682165Z [3766/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-03-14T04:04:33.9334996Z [3767/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-03-14T04:04:34.6973698Z [3768/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-03-14T04:04:34.7099570Z [3769/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-03-14T04:04:34.7474698Z [3770/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-03-14T04:04:34.8136115Z [3771/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-03-14T04:04:34.8398500Z [3772/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-03-14T04:04:34.8699032Z [3773/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-03-14T04:04:34.9764649Z [3774/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-03-14T04:04:35.0452929Z [3775/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-03-14T04:04:35.6437716Z [3776/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-03-14T04:04:35.6666365Z [3777/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-03-14T04:04:35.8869746Z [3778/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-03-14T04:04:35.9330340Z [3779/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-03-14T04:04:36.5880189Z [3780/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-03-14T04:04:36.5912121Z [3781/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-03-14T04:04:36.8759882Z [3782/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-03-14T04:04:37.4633225Z [3783/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-03-14T04:04:37.9527211Z [3784/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-03-14T04:04:38.3711428Z [3785/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-03-14T04:04:38.4529598Z [3786/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-03-14T04:04:38.4794575Z [3787/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-03-14T04:04:39.5611175Z [3788/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-03-14T04:04:40.2291554Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(598): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2025-03-14T04:04:40.2292807Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1962): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2025-03-14T04:04:40.2294217Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1962): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2025-03-14T04:04:40.2295196Z [3789/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-03-14T04:04:41.1844712Z [3790/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-03-14T04:04:41.6990190Z [3791/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-03-14T04:04:41.8912091Z [3792/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-03-14T04:04:41.9131465Z [3793/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-03-14T04:04:42.1099448Z [3794/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-03-14T04:04:42.8084660Z [3795/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-03-14T04:04:42.9571988Z [3796/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-03-14T04:04:42.9668920Z [3797/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-03-14T04:04:43.7044505Z [3798/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-03-14T04:04:43.8689452Z [3799/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-03-14T04:04:44.6672552Z [3800/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-03-14T04:04:45.1907223Z [3801/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-03-14T04:04:45.5516599Z [3802/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-03-14T04:04:46.5015095Z [3803/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-03-14T04:04:46.6453490Z [3804/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-03-14T04:04:47.0680300Z [3805/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-03-14T04:04:47.2805299Z [3806/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-03-14T04:04:47.9674958Z [3807/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-03-14T04:04:48.0939545Z [3808/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-03-14T04:04:48.2817710Z [3809/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-03-14T04:04:48.6485193Z [3810/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-03-14T04:04:48.6696319Z [3811/7082] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-03-14T04:04:48.7483293Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:04:48.7484708Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:04:48.7485477Z [3812/7082] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-03-14T04:04:48.9589831Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:04:48.9591765Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:04:48.9593436Z [3813/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-03-14T04:04:49.1871820Z [3814/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-03-14T04:04:49.2346925Z [3815/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame_cpp.cpp.obj 2025-03-14T04:04:49.5716064Z [3816/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-03-14T04:04:49.6985490Z [3817/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-03-14T04:04:49.7886697Z [3818/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-03-14T04:04:49.9109253Z [3819/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-03-14T04:04:50.1257094Z [3820/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-03-14T04:04:50.1684216Z [3821/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-03-14T04:04:50.9677632Z [3822/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-03-14T04:04:51.1237115Z [3823/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-03-14T04:04:51.2254096Z [3824/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-03-14T04:04:52.2072360Z [3825/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-03-14T04:04:52.5658541Z [3826/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-03-14T04:04:52.8294461Z [3827/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-03-14T04:04:53.0642727Z [3828/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-03-14T04:04:53.1403658Z [3829/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-03-14T04:04:54.0777436Z [3830/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-03-14T04:04:54.1912264Z [3831/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-03-14T04:04:54.3661369Z [3832/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-03-14T04:04:54.4619632Z [3833/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-03-14T04:04:55.4609711Z [3834/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-03-14T04:04:55.5669348Z [3835/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-03-14T04:04:55.6746916Z [3836/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-03-14T04:04:56.2033354Z [3837/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-03-14T04:04:56.5003234Z [3838/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-03-14T04:04:56.5423732Z [3839/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-03-14T04:04:56.5753864Z [3840/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-03-14T04:04:56.6538848Z [3841/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-03-14T04:04:57.3405027Z [3842/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-03-14T04:04:57.5151309Z [3843/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-03-14T04:04:57.5507217Z [3844/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-03-14T04:04:57.5675809Z [3845/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-03-14T04:04:57.6141622Z [3846/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-03-14T04:04:57.6315046Z [3847/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-03-14T04:04:57.8356146Z [3848/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-03-14T04:04:58.5424566Z [3849/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-03-14T04:04:58.5751481Z [3850/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-03-14T04:04:58.5781200Z [3851/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-03-14T04:04:59.0344506Z [3852/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-03-14T04:04:59.5311320Z [3853/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-03-14T04:04:59.5621171Z [3854/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-03-14T04:04:59.5804134Z [3855/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-03-14T04:04:59.6302414Z [3856/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-03-14T04:05:00.0636439Z [3857/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-03-14T04:05:01.3319851Z [3858/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-03-14T04:05:01.5016118Z [3859/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-03-14T04:05:03.1312371Z [3860/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-03-14T04:05:03.2079237Z [3861/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-03-14T04:05:03.2382484Z [3862/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-03-14T04:05:03.2888677Z [3863/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-03-14T04:05:03.6169783Z [3864/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-03-14T04:05:03.7167711Z [3865/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-03-14T04:05:04.6097793Z [3866/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-03-14T04:05:04.9480172Z [3867/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-03-14T04:05:05.0912364Z [3868/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-03-14T04:05:06.0489090Z [3869/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-03-14T04:05:06.0816769Z [3870/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-03-14T04:05:06.7919649Z [3871/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-03-14T04:05:06.7920820Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xstddef(185): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-03-14T04:05:06.7922879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4697): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-03-14T04:05:06.7924244Z with 2025-03-14T04:05:06.7924435Z [ 2025-03-14T04:05:06.7924658Z _Ty1=const pybind11::object &, 2025-03-14T04:05:06.7924978Z _Ty2=const pybind11::object & 2025-03-14T04:05:06.7925263Z ] 2025-03-14T04:05:06.7926304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4714): note: see reference to function template instantiation 'bool std::equal<_InIt1,_InIt2,std::equal_to>(const _InIt1,const _InIt1,const _InIt2,_Pr)' being compiled 2025-03-14T04:05:06.7927421Z with 2025-03-14T04:05:06.7927621Z [ 2025-03-14T04:05:06.7927841Z _InIt1=const pybind11::object *, 2025-03-14T04:05:06.7928159Z _InIt2=const pybind11::object *, 2025-03-14T04:05:06.7928470Z _Pr=std::equal_to 2025-03-14T04:05:06.7928791Z ] 2025-03-14T04:05:06.7929949Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(1847): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-03-14T04:05:06.7931131Z with 2025-03-14T04:05:06.7931406Z [ 2025-03-14T04:05:06.7931699Z _InIt1=const pybind11::object *, 2025-03-14T04:05:06.7932159Z _InIt2=const pybind11::object * 2025-03-14T04:05:06.7932563Z ] 2025-03-14T04:05:06.8610401Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\concrete_module_type.cpp(118): note: see reference to function template instantiation 'bool std::operator ==>(const std::vector> &,const std::vector> &)' being compiled 2025-03-14T04:05:06.8612464Z [3872/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-03-14T04:05:07.0863542Z [3873/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-03-14T04:05:07.3306786Z [3874/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-03-14T04:05:08.0258206Z [3875/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-03-14T04:05:08.2264900Z [3876/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-03-14T04:05:09.6107171Z [3877/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-03-14T04:05:09.8608944Z [3878/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-03-14T04:05:10.3079810Z [3879/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-03-14T04:05:10.5502849Z [3880/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-03-14T04:05:10.6736453Z [3881/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-03-14T04:05:10.7454904Z [3882/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-03-14T04:05:10.8222754Z [3883/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-03-14T04:05:10.9712098Z [3884/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-03-14T04:05:11.6970809Z [3885/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-03-14T04:05:11.7741184Z [3886/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-03-14T04:05:11.8564212Z [3887/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-03-14T04:05:11.9245238Z [3888/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-03-14T04:05:11.9449181Z [3889/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-03-14T04:05:12.7020869Z [3890/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-03-14T04:05:12.8242230Z [3891/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-03-14T04:05:12.8641964Z [3892/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-03-14T04:05:13.6109919Z [3893/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-03-14T04:05:13.7509544Z [3894/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-03-14T04:05:13.8645215Z [3895/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-03-14T04:05:14.2566509Z [3896/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-03-14T04:05:14.3167157Z [3897/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-03-14T04:05:14.8394388Z [3898/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-03-14T04:05:15.2050384Z [3899/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-03-14T04:05:15.2270237Z [3900/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-03-14T04:05:15.2891000Z [3901/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-03-14T04:05:15.6863513Z [3902/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-03-14T04:05:16.1710814Z [3903/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-03-14T04:05:16.2906927Z [3904/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-03-14T04:05:16.3578641Z [3905/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-03-14T04:05:17.0584527Z [3906/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-03-14T04:05:17.0752069Z [3907/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-03-14T04:05:17.1847683Z [3908/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-03-14T04:05:17.1927695Z [3909/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:17.2120898Z [3910/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:17.3311741Z [3911/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:17.3392655Z [3912/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:17.4375282Z [3913/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:17.4729578Z [3914/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:17.4893529Z [3915/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:17.5695713Z [3916/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:17.6296831Z [3917/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:17.6489812Z [3918/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:17.7121606Z [3919/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T04:05:17.7272749Z [3920/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T04:05:17.7737464Z [3921/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-gio-scalar.c.obj 2025-03-14T04:05:17.8292057Z [3922/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-03-14T04:05:17.8443883Z [3923/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-03-14T04:05:17.8749239Z [3924/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-03-14T04:05:17.9492951Z [3925/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-03-14T04:05:17.9676699Z [3926/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-03-14T04:05:18.0187303Z [3927/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-03-14T04:05:18.0639024Z [3928/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-03-14T04:05:18.1018193Z [3929/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-03-14T04:05:18.1319744Z [3930/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-03-14T04:05:18.1767718Z [3931/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:05:18.2366379Z [3932/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:05:18.2722371Z [3933/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:05:18.2956867Z [3934/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:05:18.3591862Z [3935/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:18.3954853Z [3936/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:18.4290801Z [3937/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:18.5003389Z [3938/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:18.5192366Z [3939/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:18.5442519Z [3940/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:18.6216669Z [3941/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:18.6419787Z [3942/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:18.6667631Z [3943/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:18.7446492Z [3944/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:18.7666312Z [3945/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:18.8190269Z [3946/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:18.8949936Z [3947/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-03-14T04:05:18.9261497Z [3948/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:18.9431810Z [3949/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:18.9482132Z [3950/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.0081458Z [3951/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-03-14T04:05:19.0270340Z [3952/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.0573443Z [3953/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.0587064Z [3954/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.0734591Z [3955/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.1516007Z [3956/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.1718105Z [3957/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.1796953Z [3958/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.1940062Z [3959/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.2347656Z [3960/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.2777326Z [3961/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.3211381Z [3962/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.3386582Z [3963/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.3441714Z [3964/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.3614289Z [3965/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.3811009Z [3966/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:19.4435094Z [3967/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.4600758Z [3968/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:19.4652514Z [3969/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.4975542Z [3970/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.5031568Z [3971/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.5637561Z [3972/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:19.5782414Z [3973/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.5974625Z [3974/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.6143457Z [3975/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.6268908Z [3976/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.6873333Z [3977/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.7026946Z [3978/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.7194457Z [3979/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-03-14T04:05:19.7255174Z [3980/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-03-14T04:05:19.7592447Z [3981/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.8267439Z [3982/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:19.8348200Z [3983/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:19.8525582Z [3984/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:19.8577903Z [3985/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:19.8898747Z [3986/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.0272769Z [3987/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.0507061Z [3988/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.0847799Z [3989/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.1027165Z [3990/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-03-14T04:05:20.1093138Z [3991/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.1151854Z [3992/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.1618752Z [3993/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.1701980Z [3994/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.2003916Z [3995/7082] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-03-14T04:05:20.2148191Z [3996/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.2448366Z [3997/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.2460925Z [3998/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.2606010Z [3999/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.2931784Z [4000/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.3322857Z [4001/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.3789843Z [4002/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.3984067Z [4003/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.4154013Z [4004/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.4346485Z [4005/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.5212690Z [4006/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.5225462Z [4007/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.5236274Z [4008/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.5293162Z [4009/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.5494103Z [4010/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.5797565Z [4011/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.5852297Z [4012/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.6513058Z [4013/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.6630294Z [4014/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.6683821Z [4015/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.6848388Z [4016/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.7148258Z [4017/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.7160394Z [4018/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.7343682Z [4019/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.7719217Z [4020/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.7911267Z [4021/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.7993896Z [4022/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.8254230Z [4023/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.8452579Z [4024/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.8867151Z [4025/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.8917767Z [4026/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:20.9094453Z [4027/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:20.9216990Z [4028/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.9352233Z [4029/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:20.9700423Z [4030/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:20.9758259Z [4031/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:21.0111096Z [4032/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:21.0231252Z [4033/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:21.0693549Z [4034/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:21.0767462Z [4035/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:05:21.1202399Z [4036/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:05:21.1487884Z [4037/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:05:21.1998938Z [4038/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:05:21.2209024Z [4039/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-03-14T04:05:21.2359456Z [4040/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-03-14T04:05:21.2615342Z [4041/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-03-14T04:05:21.2789164Z [4042/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-03-14T04:05:21.2939245Z [4043/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-03-14T04:05:21.3000146Z [4044/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-03-14T04:05:21.3122109Z [4045/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-03-14T04:05:21.3404186Z [4046/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-03-14T04:05:21.3639406Z [4047/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-03-14T04:05:21.3744418Z [4048/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:05:21.3912603Z [4049/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:05:21.4100607Z [4050/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:05:21.4244440Z [4051/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:05:21.4423820Z [4052/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-03-14T04:05:21.4467428Z [4053/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-03-14T04:05:21.4615788Z [4054/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-03-14T04:05:21.4627078Z [4055/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-03-14T04:05:21.5001023Z [4056/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-03-14T04:05:21.5169989Z [4057/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-03-14T04:05:21.5451378Z [4058/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-03-14T04:05:22.3955158Z [4059/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-03-14T04:05:22.4295116Z [4060/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-03-14T04:05:22.4455773Z [4061/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-03-14T04:05:22.4645222Z [4062/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-03-14T04:05:22.4850108Z [4063/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-03-14T04:05:22.5006995Z [4064/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T04:05:22.5190403Z [4065/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-03-14T04:05:22.5401099Z [4066/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-03-14T04:05:22.5568258Z [4067/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-03-14T04:05:22.6261433Z [4068/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-03-14T04:05:22.6869043Z [4069/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-03-14T04:05:22.7534950Z [4070/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-03-14T04:05:22.8037493Z [4071/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-03-14T04:05:22.8220480Z [4072/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-03-14T04:05:22.8399431Z [4073/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-03-14T04:05:22.8589206Z [4074/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:22.8825958Z [4075/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:22.9324567Z [4076/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:23.0103596Z [4077/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-03-14T04:05:23.1332080Z [4078/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-03-14T04:05:23.1820155Z [4079/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-03-14T04:05:23.1985785Z [4080/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-03-14T04:05:23.2815434Z [4081/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-03-14T04:05:23.3355404Z [4082/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-03-14T04:05:23.3541524Z [4083/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-03-14T04:05:23.3991765Z [4084/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-03-14T04:05:23.4280868Z [4085/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-03-14T04:05:23.4490241Z [4086/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-03-14T04:05:23.4638510Z [4087/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-03-14T04:05:23.4820696Z [4088/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-03-14T04:05:23.5084717Z [4089/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-03-14T04:05:23.5256424Z [4090/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-03-14T04:05:23.7233234Z [4091/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:23.7422949Z [4092/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:23.7831573Z [4093/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:23.7844021Z [4094/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:23.8000026Z [4095/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:23.8231714Z [4096/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:23.8307817Z [4097/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:23.8419213Z [4098/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:23.8615973Z [4099/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:23.8808752Z [4100/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:23.8890983Z [4101/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:05:23.9213238Z [4102/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:23.9225475Z [4103/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-03-14T04:05:23.9481910Z [4104/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-03-14T04:05:23.9495216Z [4105/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:05:23.9816928Z [4106/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-03-14T04:05:23.9864693Z [4107/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:24.0446035Z [4108/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:05:24.0493701Z [4109/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-03-14T04:05:24.0832083Z [4110/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:05:24.1111754Z [4111/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-03-14T04:05:24.1450947Z [4112/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-03-14T04:05:24.1462825Z [4113/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-03-14T04:05:24.1565563Z [4114/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-03-14T04:05:24.1730807Z [4115/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-03-14T04:05:24.1978531Z [4116/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-03-14T04:05:24.2006874Z [4117/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-03-14T04:05:24.2186373Z [4118/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-03-14T04:05:24.2395649Z [4119/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-03-14T04:05:24.2489753Z [4120/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-03-14T04:05:24.2595201Z [4121/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-03-14T04:05:24.2754910Z [4122/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-03-14T04:05:24.2970146Z [4123/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-03-14T04:05:24.3280608Z [4124/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-03-14T04:05:24.3457579Z [4125/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-03-14T04:05:24.3618189Z [4126/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:24.3786331Z [4127/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-03-14T04:05:24.3797915Z [4128/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-03-14T04:05:24.3918156Z [4129/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:24.3976613Z [4130/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-03-14T04:05:24.4458019Z [4131/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:24.4614918Z [4132/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:24.4698125Z [4133/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:24.4947752Z [4134/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-03-14T04:05:24.5002998Z [4135/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-03-14T04:05:24.5345839Z [4136/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-03-14T04:05:24.5361245Z [4137/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:24.5589019Z [4138/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-03-14T04:05:24.5778399Z [4139/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-03-14T04:05:24.5832904Z [4140/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-03-14T04:05:24.5844535Z [4141/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-03-14T04:05:24.6106653Z [4142/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-03-14T04:05:24.6565483Z [4143/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-03-14T04:05:24.6937990Z [4144/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-03-14T04:05:24.7019403Z [4145/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.7169067Z [4146/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.7257211Z [4147/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-03-14T04:05:24.7312763Z [4148/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-03-14T04:05:24.7994205Z [4149/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.8138488Z [4150/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-03-14T04:05:24.8249824Z [4151/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.8314482Z [4152/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.8466037Z [4153/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-03-14T04:05:24.8480279Z [4154/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-03-14T04:05:24.8611494Z [4155/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.9233966Z [4156/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-03-14T04:05:24.9646707Z [4157/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-03-14T04:05:24.9695676Z [4158/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.9747154Z [4159/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-03-14T04:05:24.9804188Z [4160/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:24.9932829Z [4161/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.0110483Z [4162/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-03-14T04:05:25.0410083Z [4163/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.1064591Z [4164/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-03-14T04:05:25.1173516Z [4165/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-03-14T04:05:25.1425916Z [4166/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.1437400Z [4167/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.1448586Z [4168/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-03-14T04:05:25.1575219Z [4169/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.1633773Z [4170/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.2519617Z [4171/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-03-14T04:05:25.2615662Z [4172/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-03-14T04:05:25.2663975Z [4173/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.2814971Z [4174/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:05:25.2893070Z [4175/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.3059491Z [4176/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:05:25.3752753Z [4177/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-03-14T04:05:25.3883876Z [4178/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2025-03-14T04:05:25.3947285Z [4179/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:05:25.4021880Z [4180/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2025-03-14T04:05:25.4087668Z [4181/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2025-03-14T04:05:25.4146226Z [4182/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2025-03-14T04:05:25.4216335Z [4183/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2025-03-14T04:05:25.5209536Z [4184/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:05:25.5721614Z [4185/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2025-03-14T04:05:25.5733886Z [4186/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2025-03-14T04:05:25.5746029Z [4187/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:05:25.5769575Z [4188/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2025-03-14T04:05:25.5828991Z [4189/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2025-03-14T04:05:25.5844095Z [4190/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:05:25.6667751Z [4191/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2025-03-14T04:05:25.7104179Z [4192/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.obj 2025-03-14T04:05:25.7224156Z [4193/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:05:25.7236799Z [4194/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:05:25.7330781Z [4195/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2025-03-14T04:05:25.7342488Z [4196/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:05:25.7566100Z [4197/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:05:25.7796009Z [4198/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.obj 2025-03-14T04:05:25.8334593Z [4199/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2025-03-14T04:05:25.8402344Z [4200/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.obj 2025-03-14T04:05:25.8456373Z [4201/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2025-03-14T04:05:25.8562739Z [4202/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2025-03-14T04:05:25.8850529Z [4203/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:05:25.9092810Z [4204/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:05:25.9331372Z [4205/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.obj 2025-03-14T04:05:25.9616533Z [4206/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:05:25.9681821Z [4207/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.obj 2025-03-14T04:05:25.9779433Z [4208/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2025-03-14T04:05:25.9837456Z [4209/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:05:26.0144451Z [4210/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.obj 2025-03-14T04:05:26.0397430Z [4211/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.obj 2025-03-14T04:05:26.1048852Z [4212/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.1429294Z [4213/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.1441383Z [4214/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.1494643Z [4215/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.1570842Z [4216/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.1784554Z [4217/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.2507997Z [4218/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2025-03-14T04:05:26.2640224Z [4219/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.2907261Z [4220/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.3006215Z [4221/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.3267697Z [4222/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-03-14T04:05:26.3317684Z [4223/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.3591927Z [4224/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.3687338Z [4225/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.4126554Z [4226/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.4218813Z [4227/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.4352004Z [4228/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.4969067Z [4229/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.5181960Z [4230/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.5268404Z [4231/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.5486279Z [4232/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.5601970Z [4233/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.5750938Z [4234/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.5801634Z [4235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.6642533Z [4236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.6714346Z [4237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-03-14T04:05:26.6760364Z [4238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.6806894Z [4239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.6919334Z [4240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.7205473Z [4241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.7395948Z [4242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.7605547Z [4243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-03-14T04:05:26.7811903Z [4244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.8098665Z [4245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.8285777Z [4246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.8392168Z [4247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.8480707Z [4248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.8539249Z [4249/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.8856754Z [4250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.8994368Z [4251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-03-14T04:05:26.9335082Z [4252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.9665881Z [4253/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-03-14T04:05:26.9772128Z [4254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-03-14T04:05:26.9786407Z [4255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-03-14T04:05:26.9838332Z [4256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-03-14T04:05:27.0102808Z [4257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-03-14T04:05:27.0152232Z [4258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-03-14T04:05:27.0490813Z [4259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-03-14T04:05:27.0741824Z [4260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-03-14T04:05:27.0813115Z [4261/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-03-14T04:05:27.0826260Z [4262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-03-14T04:05:27.0932036Z [4263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-03-14T04:05:27.1105066Z [4264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-03-14T04:05:27.1717255Z [4265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-03-14T04:05:27.1784924Z [4266/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-03-14T04:05:27.1836510Z [4267/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-03-14T04:05:27.1848272Z [4268/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-03-14T04:05:27.2008773Z [4269/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-03-14T04:05:27.2057505Z [4270/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-03-14T04:05:27.2353269Z [4271/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-03-14T04:05:27.2848679Z [4272/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-03-14T04:05:27.3028042Z [4273/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-03-14T04:05:27.3078198Z [4274/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-03-14T04:05:27.3091585Z [4275/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-03-14T04:05:27.3164496Z [4276/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-03-14T04:05:27.3284173Z [4277/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-03-14T04:05:27.3429084Z [4278/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-03-14T04:05:27.4167824Z [4279/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-03-14T04:05:27.4226716Z [4280/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-03-14T04:05:27.4240687Z [4281/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-03-14T04:05:27.4553693Z [4282/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-03-14T04:05:27.4620905Z [4283/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-03-14T04:05:27.4678216Z [4284/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-03-14T04:05:27.4910004Z [4285/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-03-14T04:05:27.5331582Z [4286/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-03-14T04:05:27.5681735Z [4287/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-03-14T04:05:27.5696970Z [4288/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-03-14T04:05:27.5811191Z [4289/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-03-14T04:05:27.5941366Z [4290/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-03-14T04:05:27.5999966Z [4291/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-03-14T04:05:27.6014913Z [4292/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-03-14T04:05:27.6661962Z [4293/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-03-14T04:05:27.6948221Z [4294/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-03-14T04:05:27.7069439Z [4295/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-03-14T04:05:27.7171012Z [4296/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-03-14T04:05:27.7352436Z [4297/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-03-14T04:05:27.7539069Z [4298/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-03-14T04:05:27.8029883Z [4299/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-03-14T04:05:27.8160294Z [4300/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-03-14T04:05:27.8172857Z [4301/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-03-14T04:05:27.8190097Z [4302/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-03-14T04:05:27.8245015Z [4303/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-03-14T04:05:27.8341117Z [4304/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-03-14T04:05:27.8837845Z [4305/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-03-14T04:05:27.9428510Z [4306/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-03-14T04:05:27.9441428Z [4307/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-03-14T04:05:27.9513192Z [4308/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-03-14T04:05:27.9624517Z [4309/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-03-14T04:05:27.9638754Z [4310/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-03-14T04:05:27.9898461Z [4311/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-03-14T04:05:28.0002797Z [4312/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-03-14T04:05:28.0060845Z [4313/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-03-14T04:05:28.0458993Z [4314/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-03-14T04:05:28.0676564Z [4315/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-03-14T04:05:28.0733026Z [4316/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-03-14T04:05:28.0945979Z [4317/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-03-14T04:05:28.1091472Z [4318/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-03-14T04:05:28.1177473Z [4319/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-03-14T04:05:28.1484334Z [4320/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-03-14T04:05:28.1545876Z [4321/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-03-14T04:05:28.1749796Z [4322/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-03-14T04:05:28.1807435Z [4323/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-03-14T04:05:28.2223663Z [4324/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-03-14T04:05:28.2284673Z [4325/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-03-14T04:05:28.2377471Z [4326/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-03-14T04:05:28.2534021Z [4327/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-03-14T04:05:28.2671407Z [4328/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-03-14T04:05:28.2745955Z [4329/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-03-14T04:05:28.3284385Z [4330/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-03-14T04:05:28.3373877Z [4331/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-03-14T04:05:28.3446035Z [4332/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-03-14T04:05:28.3717515Z [4333/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-03-14T04:05:28.3797350Z [4334/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-03-14T04:05:28.4125402Z [4335/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-03-14T04:05:28.4141625Z [4336/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-03-14T04:05:28.4379280Z [4337/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-03-14T04:05:28.4433345Z [4338/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-03-14T04:05:28.4876528Z [4339/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-03-14T04:05:28.4932109Z [4340/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-03-14T04:05:28.5213593Z [4341/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-03-14T04:05:28.5228200Z [4342/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-03-14T04:05:28.5559208Z [4343/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-03-14T04:05:28.5638568Z [4344/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-03-14T04:05:28.6018107Z [4345/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-03-14T04:05:28.6159371Z [4346/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-03-14T04:05:28.6242903Z [4347/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-03-14T04:05:28.6452940Z [4348/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-03-14T04:05:28.6639180Z [4349/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-03-14T04:05:28.6924424Z [4350/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-03-14T04:05:28.7023265Z [4351/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2025-03-14T04:05:28.7121180Z [4352/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2025-03-14T04:05:28.7360402Z [4353/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-03-14T04:05:28.7670656Z [4354/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2025-03-14T04:05:28.7753669Z [4355/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-03-14T04:05:28.7860614Z [4356/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-03-14T04:05:28.7971846Z [4357/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-03-14T04:05:28.8125228Z [4358/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-03-14T04:05:28.8314678Z [4359/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:28.8627044Z [4360/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:28.8998495Z [4361/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:28.9115181Z [4362/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:28.9265115Z [4363/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:28.9385715Z [4364/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:28.9636674Z [4365/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:28.9650049Z [4366/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.0230149Z [4367/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.0511473Z [4368/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.0602450Z [4369/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.0659506Z [4370/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.0709631Z [4371/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.1226860Z [4372/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.1304734Z [4373/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.1787182Z [4374/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.1959279Z [4375/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.1971171Z [4376/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.2073154Z [4377/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.2125399Z [4378/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.2370626Z [4379/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.2656401Z [4380/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:05:29.2949164Z [4381/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.3113663Z [4382/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:05:29.3264065Z [4383/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.3370044Z [4384/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.3436350Z [4385/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.3680566Z [4386/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.3989446Z [4387/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.4121515Z [4388/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.4300451Z [4389/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.4443507Z [4390/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.4616545Z [4391/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.4775082Z [4392/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.5257054Z [4393/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.5279318Z [4394/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.5410945Z [4395/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.5508180Z [4396/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.5894996Z [4397/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.5983669Z [4398/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.6366040Z [4399/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.6381265Z [4400/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-03-14T04:05:29.6492850Z [4401/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.6836925Z [4402/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-03-14T04:05:29.7015173Z [4403/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-03-14T04:05:29.7261422Z [4404/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.7485281Z [4405/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.7753798Z [4406/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.7767277Z [4407/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.7843551Z [4408/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.7904434Z [4409/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.8381226Z [4410/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.8583735Z [4411/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.8640685Z [4412/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.8985664Z [4413/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.9002859Z [4414/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.9016104Z [4415/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:29.9186826Z [4416/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:29.9673191Z [4417/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:30.0021826Z [4418/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:30.0152085Z [4419/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:30.0202675Z [4420/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:30.0253495Z [4421/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:05:30.0302601Z [4422/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.0445079Z [4423/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.1150325Z [4424/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.1366339Z [4425/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.1524102Z [4426/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.1577305Z [4427/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.1590495Z [4428/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.1688036Z [4429/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.1797689Z [4430/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.2554309Z [4431/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.2620892Z [4432/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.2908858Z [4433/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.2924164Z [4434/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.3068584Z [4435/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.3237320Z [4436/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.3248710Z [4437/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.3903304Z [4438/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.3978283Z [4439/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.4201618Z [4440/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.4537485Z [4441/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.4594760Z [4442/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.4610012Z [4443/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.4836025Z [4444/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.4923021Z [4445/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.5016677Z [4446/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.5266640Z [4447/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.5881418Z [4448/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.5893839Z [4449/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.5907206Z [4450/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.6005058Z [4451/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.6207579Z [4452/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.6438783Z [4453/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.6497376Z [4454/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.6995719Z [4455/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.7138179Z [4456/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.7392836Z [4457/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.7461209Z [4458/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.7626025Z [4459/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.7832485Z [4460/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:30.7923683Z [4461/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:30.8011459Z [4462/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:30.8162714Z [4463/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-03-14T04:05:30.8485709Z [4464/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-03-14T04:05:30.8499418Z [4465/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:30.8738529Z [4466/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-03-14T04:05:30.8991061Z [4467/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-03-14T04:05:30.9069802Z [4468/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-03-14T04:05:30.9279372Z [4469/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-03-14T04:05:30.9528570Z [4470/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:30.9603142Z [4471/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:30.9853519Z [4472/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0047561Z [4473/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0392306Z [4474/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0445718Z [4475/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0689614Z [4476/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0706057Z [4477/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.0897292Z [4478/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.1054970Z [4479/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:05:31.1481504Z [4480/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-03-14T04:05:31.1601572Z [4481/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-03-14T04:05:31.1670745Z [4482/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-03-14T04:05:31.2026245Z [4483/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.2083092Z [4484/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.2358704Z [4485/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.2411638Z [4486/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.2906369Z [4487/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.2985483Z [4488/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.3075701Z [4489/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.3375895Z [4490/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.3461026Z [4491/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.3622290Z [4492/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.3742570Z [4493/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.4169221Z [4494/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.4339098Z [4495/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.4481171Z [4496/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.4724232Z [4497/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.4740529Z [4498/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.5136228Z [4499/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.5151545Z [4500/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.5448075Z [4501/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.5645921Z [4502/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.5659620Z [4503/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.5904108Z [4504/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.6262707Z [4505/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.6325587Z [4506/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.6338624Z [4507/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.6806236Z [4508/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.7070453Z [4509/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.7135759Z [4510/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.7328503Z [4511/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.7433788Z [4512/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.7447895Z [4513/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.7658858Z [4514/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.8241605Z [4515/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.8632163Z [4516/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.8778770Z [4517/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.8891994Z [4518/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.8994472Z [4519/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.9256150Z [4520/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:05:31.9382899Z [4521/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.9605369Z [4522/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-03-14T04:05:31.9622757Z [4523/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:05:31.9856768Z [4524/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-03-14T04:05:31.9930382Z [4525/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-03-14T04:05:32.0286325Z [4526/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:32.0384296Z [4527/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-03-14T04:05:32.0684799Z [4528/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-03-14T04:05:32.0697690Z [4529/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:32.0926769Z [4530/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:32.0977360Z [4531/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-03-14T04:05:32.0994035Z [4532/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:05:32.1157533Z [4533/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-03-14T04:05:32.1543265Z [4534/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-03-14T04:05:32.1647141Z [4535/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-03-14T04:05:32.1700437Z [4536/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-03-14T04:05:32.1893660Z [4537/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-03-14T04:05:32.2075389Z [4538/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-03-14T04:05:32.2241201Z [4539/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-03-14T04:05:32.2478519Z [4540/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:05:32.2660001Z [4541/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:05:32.2716157Z [4542/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-03-14T04:05:32.2933774Z [4543/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:05:32.3022835Z [4544/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-03-14T04:05:32.3039890Z [4545/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:05:32.3317961Z [4546/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:05:32.3492599Z [4547/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-03-14T04:05:32.3649504Z [4548/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:05:32.3702310Z [4549/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-03-14T04:05:32.4032117Z [4550/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:05:32.4083613Z [4551/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-03-14T04:05:32.4270424Z [4552/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:05:32.4457656Z [4553/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:05:32.4542335Z [4554/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-03-14T04:05:32.4709159Z [4555/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-03-14T04:05:32.4840481Z [4556/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-03-14T04:05:32.4984229Z [4557/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-03-14T04:05:32.4999709Z [4558/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-03-14T04:05:32.5187212Z [4559/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-03-14T04:05:32.5450033Z [4560/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-03-14T04:05:32.5511780Z [4561/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-03-14T04:05:32.5688705Z [4562/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-03-14T04:05:32.5949385Z [4563/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-03-14T04:05:32.6044377Z [4564/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-03-14T04:05:32.6153927Z [4565/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-03-14T04:05:32.6578728Z [4566/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.obj 2025-03-14T04:05:32.6682637Z [4567/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.obj 2025-03-14T04:05:32.7074500Z [4568/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2025-03-14T04:05:32.7142654Z [4569/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-03-14T04:05:32.7197712Z [4570/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2025-03-14T04:05:32.7608895Z [4571/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.obj 2025-03-14T04:05:32.7655602Z [4572/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2025-03-14T04:05:32.7710570Z [4573/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2025-03-14T04:05:32.7766720Z [4574/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2025-03-14T04:05:32.8303549Z [4575/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2025-03-14T04:05:32.8838116Z [4576/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:05:32.8884454Z [4577/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:05:32.8965730Z [4578/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:05:32.9022512Z [4579/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c.obj 2025-03-14T04:05:32.9089504Z [4580/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c.obj 2025-03-14T04:05:32.9301243Z [4581/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:05:32.9313065Z [4582/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-03-14T04:05:32.9881847Z [4583/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-03-14T04:05:32.9934910Z [4584/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-03-14T04:05:33.0057164Z [4585/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-03-14T04:05:33.0145319Z [4586/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-03-14T04:05:33.0157162Z [4587/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-03-14T04:05:33.0313026Z [4588/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-03-14T04:05:33.0724324Z [4589/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-03-14T04:05:33.0776267Z [4590/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-03-14T04:05:33.0789211Z [4591/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-03-14T04:05:33.0942307Z [4592/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-03-14T04:05:33.1118809Z [4593/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-03-14T04:05:33.1182429Z [4594/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-03-14T04:05:33.1242657Z [4595/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-03-14T04:05:33.1759889Z [4596/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-03-14T04:05:33.1817588Z [4597/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-03-14T04:05:33.2014325Z [4598/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-03-14T04:05:33.2245859Z [4599/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-03-14T04:05:33.2306008Z [4600/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-03-14T04:05:33.2319914Z [4601/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-03-14T04:05:33.2993234Z [4602/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.3229914Z [4603/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-03-14T04:05:33.3443213Z [4604/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.3455659Z [4605/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2025-03-14T04:05:33.3524026Z [4606/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.3623395Z [4607/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.3678214Z [4608/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-03-14T04:05:33.4253910Z [4609/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2025-03-14T04:05:33.4523831Z [4610/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-03-14T04:05:33.4747770Z [4611/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2025-03-14T04:05:33.4900797Z [4612/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-03-14T04:05:33.4985476Z [4613/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2025-03-14T04:05:33.5052477Z [4614/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-03-14T04:05:33.5712086Z [4615/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-03-14T04:05:33.5725303Z [4616/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.5802937Z [4617/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-03-14T04:05:33.6119649Z [4618/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2025-03-14T04:05:33.6176432Z [4619/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-03-14T04:05:33.6280239Z [4620/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2025-03-14T04:05:33.6732830Z [4621/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-03-14T04:05:33.6781091Z [4622/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-03-14T04:05:33.6842153Z [4623/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-03-14T04:05:33.6893745Z [4624/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-03-14T04:05:33.7236113Z [4625/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-03-14T04:05:33.7304024Z [4626/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-03-14T04:05:33.7367869Z [4627/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-03-14T04:05:33.7897649Z [4628/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-03-14T04:05:33.8039747Z [4629/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-03-14T04:05:33.8100078Z [4630/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-03-14T04:05:33.8159725Z [4631/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-03-14T04:05:33.8521258Z [4632/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-03-14T04:05:33.8608871Z [4633/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-03-14T04:05:33.8685318Z [4634/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-03-14T04:05:33.9030941Z [4635/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-03-14T04:05:33.9093166Z [4636/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-03-14T04:05:33.9358485Z [4637/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-03-14T04:05:33.9376194Z [4638/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-03-14T04:05:33.9721621Z [4639/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-03-14T04:05:33.9735554Z [4640/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-03-14T04:05:33.9794835Z [4641/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-03-14T04:05:34.0191543Z [4642/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-03-14T04:05:34.0498018Z [4643/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2025-03-14T04:05:34.0881845Z [4644/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-03-14T04:05:34.0936675Z [4645/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-03-14T04:05:34.0995110Z [4646/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2025-03-14T04:05:34.1111879Z [4647/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2025-03-14T04:05:34.1330022Z [4648/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-03-14T04:05:34.1453704Z [4649/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-03-14T04:05:34.1672472Z [4650/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.2279472Z [4651/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.2291944Z [4652/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.2362097Z [4653/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.2440595Z [4654/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.2724587Z [4655/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.2776088Z [4656/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.3021834Z [4657/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.3636922Z [4658/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:05:34.3692997Z [4659/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:05:34.3994453Z [4660/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.4101731Z [4661/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:05:34.4233935Z [4662/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:05:34.4285566Z [4663/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.4297363Z [4664/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.4849534Z [4665/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:05:34.4964195Z [4666/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.5596996Z [4667/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.5613348Z [4668/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.5667253Z [4669/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:05:34.5846057Z [4670/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:05:34.5977152Z [4671/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:05:34.6167011Z [4672/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.6474758Z [4673/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.6835940Z [4674/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.7028073Z [4675/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.7242103Z [4676/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.7326910Z [4677/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.7587649Z [4678/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.7641100Z [4679/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.7654447Z [4680/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.8047764Z [4681/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:05:34.8266450Z [4682/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.8497416Z [4683/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:05:34.8621106Z [4684/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:34.8769304Z [4685/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:34.8785699Z [4686/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:34.9145264Z [4687/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:34.9163438Z [4688/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:34.9661986Z [4689/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:34.9823413Z [4690/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:34.9900378Z [4691/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.0160846Z [4692/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.0214716Z [4693/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.0277893Z [4694/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.0392171Z [4695/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.0774757Z [4696/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.1085841Z [4697/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.1274609Z [4698/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.1400948Z [4699/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.1566173Z [4700/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.1842821Z [4701/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.1916565Z [4702/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.2079609Z [4703/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.2194050Z [4704/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.2406275Z [4705/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.2541799Z [4706/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.3031031Z [4707/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.3087824Z [4708/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.3108371Z [4709/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.3365087Z [4710/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.3516161Z [4711/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.3650140Z [4712/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-03-14T04:05:35.3891675Z [4713/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-03-14T04:05:35.4241187Z [4714/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.4257721Z [4715/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-03-14T04:05:35.4317051Z [4716/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.4586758Z [4717/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.4805055Z [4718/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.4900371Z [4719/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.5066360Z [4720/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.5474678Z [4721/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.5532679Z [4722/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.5646745Z [4723/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.5755633Z [4724/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.5958612Z [4725/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.6262576Z [4726/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.6633778Z [4727/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.6690562Z [4728/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.7016776Z [4729/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.7118484Z [4730/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.7218614Z [4731/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.7332463Z [4732/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.7447189Z [4733/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.7750494Z [4734/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.7809522Z [4735/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.8375023Z [4736/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.8387757Z [4737/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.8440679Z [4738/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.8582738Z [4739/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.8758504Z [4740/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:05:35.9199061Z [4741/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:35.9216426Z [4742/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:35.9651108Z [4743/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:35.9724298Z [4744/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:35.9956580Z [4745/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.0011445Z [4746/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.0497205Z [4747/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.0509483Z [4748/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.0781813Z [4749/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.0969189Z [4750/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.1025095Z [4751/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.1241736Z [4752/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.1286127Z [4753/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.1874673Z [4754/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.2478691Z [4755/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.2558703Z [4756/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.2570283Z [4757/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.2648874Z [4758/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.2666118Z [4759/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.3003223Z [4760/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.3330164Z [4761/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.3721504Z [4762/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.3817507Z [4763/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.3996511Z [4764/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.4132454Z [4765/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.4193814Z [4766/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.4260782Z [4767/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.4421449Z [4768/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.4929794Z [4769/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.5001157Z [4770/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.5301844Z [4771/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.5387132Z [4772/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.5465913Z [4773/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.5480325Z [4774/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.5628159Z [4775/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.6483370Z [4776/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.6595681Z [4777/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.6642351Z [4778/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.6713850Z [4779/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.6763497Z [4780/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.6909910Z [4781/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:36.6984757Z [4782/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:36.7509306Z [4783/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-03-14T04:05:36.7842356Z [4784/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-03-14T04:05:36.7896840Z [4785/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:05:36.7909687Z [4786/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-03-14T04:05:36.7971168Z [4787/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-03-14T04:05:36.7988566Z [4788/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:05:36.8460048Z [4789/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:05:36.8802649Z [4790/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-03-14T04:05:36.9100744Z [4791/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:05:36.9113378Z [4792/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-03-14T04:05:36.9440769Z [4793/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:05:36.9501023Z [4794/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:05:36.9566757Z [4795/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-03-14T04:05:36.9628338Z [4796/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-03-14T04:05:36.9776149Z [4797/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-03-14T04:05:37.0132413Z [4798/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-03-14T04:05:37.0447692Z [4799/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-03-14T04:05:37.0652377Z [4800/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-03-14T04:05:37.0765154Z [4801/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-03-14T04:05:37.0821851Z [4802/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:05:37.0930602Z [4803/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-03-14T04:05:37.1598138Z [4804/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.1716335Z [4805/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.1766689Z [4806/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.1865260Z [4807/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.1931798Z [4808/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:05:37.2218823Z [4809/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.2330689Z [4810/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.3082065Z [4811/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.3093905Z [4812/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.3237130Z [4813/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.3312073Z [4814/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.3540927Z [4815/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.3640174Z [4816/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.3768126Z [4817/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.4359254Z [4818/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.4415777Z [4819/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.4517087Z [4820/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.4528652Z [4821/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:05:37.4701640Z [4822/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:05:37.4772930Z [4823/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-03-14T04:05:37.5329693Z [4824/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-03-14T04:05:37.5603806Z [4825/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.5801262Z [4826/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-03-14T04:05:37.5857959Z [4827/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.5923038Z [4828/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.6103849Z [4829/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.6179907Z [4830/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.6646483Z [4831/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.6968810Z [4832/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.7208652Z [4833/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.7221846Z [4834/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.7456873Z [4835/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.7469477Z [4836/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.7528827Z [4837/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.7937719Z [4838/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.8599430Z [4839/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.8774625Z [4840/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.8830826Z [4841/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.8843280Z [4842/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.8889384Z [4843/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.8977782Z [4844/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.9670485Z [4845/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:37.9925017Z [4846/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:37.9969242Z [4847/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.0048474Z [4848/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.0097121Z [4849/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.0349727Z [4850/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.0496240Z [4851/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.1000368Z [4852/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.1068032Z [4853/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.1122224Z [4854/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.1227576Z [4855/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.1594846Z [4856/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.1976680Z [4857/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.2146584Z [4858/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.2193185Z [4859/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.2241318Z [4860/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.2291278Z [4861/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.2358761Z [4862/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.2761678Z [4863/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.3271148Z [4864/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:05:38.3321289Z [4865/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:05:38.3428857Z [4866/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:05:38.3664238Z [4867/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:05:38.4011568Z [4868/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:05:38.4024396Z [4869/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:05:38.4252713Z [4870/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-03-14T04:05:38.4306279Z [4871/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:05:38.4360179Z [4872/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-03-14T04:05:38.4618756Z [4873/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:05:38.4706640Z [4874/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-03-14T04:05:38.5204519Z [4875/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:05:38.5216671Z [4876/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-03-14T04:05:38.5392269Z [4877/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-03-14T04:05:38.5442353Z [4878/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:05:38.5603158Z [4879/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-03-14T04:05:38.6045372Z [4880/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-03-14T04:05:38.6275138Z [4881/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-03-14T04:05:38.6457399Z [4882/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-03-14T04:05:38.6509738Z [4883/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-03-14T04:05:38.6523260Z [4884/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-03-14T04:05:38.6588054Z [4885/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-03-14T04:05:38.7543218Z [4886/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-03-14T04:05:38.7675646Z [4887/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.7746368Z [4888/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-03-14T04:05:38.7825881Z [4889/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-03-14T04:05:38.7876100Z [4890/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.7887023Z [4891/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-03-14T04:05:38.7957467Z [4892/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.8799656Z [4893/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.8882483Z [4894/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.8975235Z [4895/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-03-14T04:05:38.9023463Z [4896/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.9118751Z [4897/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-03-14T04:05:38.9237306Z [4898/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:38.9252741Z [4899/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.0020363Z [4900/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-03-14T04:05:39.0254453Z [4901/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-03-14T04:05:39.0344394Z [4902/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.0399348Z [4903/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.0453409Z [4904/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-03-14T04:05:39.0513209Z [4905/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-03-14T04:05:39.0700160Z [4906/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.1313391Z [4907/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.1463779Z [4908/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.1512937Z [4909/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-03-14T04:05:39.1561030Z [4910/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-03-14T04:05:39.1612338Z [4911/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-03-14T04:05:39.1666900Z [4912/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-03-14T04:05:39.1717987Z [4913/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-03-14T04:05:39.2863992Z [4914/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.2990163Z [4915/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.3034425Z [4916/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.3046003Z [4917/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.3105116Z [4918/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.3303724Z [4919/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.3405890Z [4920/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4162679Z [4921/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4332264Z [4922/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4346632Z [4923/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4399188Z [4924/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4412252Z [4925/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.4605538Z [4926/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5336832Z [4927/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5462112Z [4928/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5690412Z [4929/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5763136Z [4930/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5815318Z [4931/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.5827686Z [4932/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.6424701Z [4933/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.6748649Z [4934/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.6764690Z [4935/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.6886812Z [4936/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.6974363Z [4937/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.7070484Z [4938/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.7086960Z [4939/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.7502101Z [4940/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-03-14T04:05:39.8129282Z [4941/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8191457Z [4942/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8413105Z [4943/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8424989Z [4944/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8549613Z [4945/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8689446Z [4946/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.8847109Z [4947/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.9373845Z [4948/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.9463385Z [4949/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.9749476Z [4950/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.9875547Z [4951/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:39.9926602Z [4952/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-03-14T04:05:39.9980281Z [4953/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-03-14T04:05:40.0065127Z [4954/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-03-14T04:05:40.0507184Z [4955/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-03-14T04:05:40.0561036Z [4956/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-03-14T04:05:40.0873640Z [4957/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-03-14T04:05:40.0885209Z [4958/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-03-14T04:05:40.0966357Z [4959/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-03-14T04:05:40.1053215Z [4960/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-03-14T04:05:40.1284275Z [4961/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-03-14T04:05:40.1456510Z [4962/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-03-14T04:05:40.1557569Z [4963/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-03-14T04:05:40.1916739Z [4964/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-03-14T04:05:40.2000953Z [4965/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-03-14T04:05:40.2103448Z [4966/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-03-14T04:05:40.2221965Z [4967/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-03-14T04:05:40.2478341Z [4968/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-03-14T04:05:40.2689721Z [4969/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-03-14T04:05:40.3008165Z [4970/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-03-14T04:05:40.3058144Z [4971/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-03-14T04:05:40.3107827Z [4972/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-03-14T04:05:40.3295864Z [4973/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-03-14T04:05:40.3422887Z [4974/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-03-14T04:05:40.3624014Z [4975/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-03-14T04:05:40.3635989Z [4976/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-03-14T04:05:40.4099984Z [4977/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-03-14T04:05:40.4215165Z [4978/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-03-14T04:05:40.4273739Z [4979/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-03-14T04:05:40.4449750Z [4980/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-03-14T04:05:40.4573260Z [4981/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-03-14T04:05:40.4790850Z [4982/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-03-14T04:05:40.5212247Z [4983/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-03-14T04:05:40.5303826Z [4984/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-03-14T04:05:40.5362533Z [4985/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-03-14T04:05:40.5500749Z [4986/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-03-14T04:05:40.5607204Z [4987/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-03-14T04:05:40.5835271Z [4988/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-03-14T04:05:40.6024225Z [4989/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-03-14T04:05:40.6395979Z [4990/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-03-14T04:05:40.6451117Z [4991/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-03-14T04:05:40.6515031Z [4992/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-03-14T04:05:40.6570984Z [4993/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-03-14T04:05:40.6798119Z [4994/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-03-14T04:05:40.7429201Z [4995/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-03-14T04:05:40.7553226Z [4996/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2025-03-14T04:05:40.7626683Z [4997/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-03-14T04:05:40.7638688Z [4998/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2025-03-14T04:05:40.7710244Z [4999/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-03-14T04:05:40.7803374Z [5000/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2025-03-14T04:05:40.7815956Z [5001/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-03-14T04:05:40.8551436Z [5002/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-03-14T04:05:40.8787936Z [5003/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-03-14T04:05:40.8839949Z [5004/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-03-14T04:05:40.8851514Z [5005/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-03-14T04:05:40.8928079Z [5006/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-03-14T04:05:40.8976014Z [5007/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-03-14T04:05:40.9482044Z [5008/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-03-14T04:05:40.9607675Z [5009/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-03-14T04:05:40.9938627Z [5010/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-03-14T04:05:40.9951974Z [5011/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-03-14T04:05:41.0008745Z [5012/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-03-14T04:05:41.0080469Z [5013/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-03-14T04:05:41.0189028Z [5014/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-03-14T04:05:41.0696239Z [5015/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-03-14T04:05:41.0709958Z [5016/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-03-14T04:05:41.1177112Z [5017/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-03-14T04:05:41.1246489Z [5018/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-03-14T04:05:41.1291370Z [5019/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-03-14T04:05:41.1346046Z [5020/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-03-14T04:05:41.1399715Z [5021/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-03-14T04:05:41.1895669Z [5022/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-03-14T04:05:41.2311282Z [5023/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-03-14T04:05:41.2325096Z [5024/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-03-14T04:05:41.2380971Z [5025/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-03-14T04:05:41.2396354Z [5026/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-03-14T04:05:41.2454851Z [5027/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-03-14T04:05:41.2752618Z [5028/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-03-14T04:05:41.2993128Z [5029/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-03-14T04:05:41.3679411Z [5030/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.3728992Z [5031/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.3740945Z [5032/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-03-14T04:05:41.3873379Z [5033/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.3927257Z [5034/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-03-14T04:05:41.4108513Z [5035/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.4633535Z [5036/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.5034569Z [5037/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.5285914Z [5038/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.5439161Z [5039/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.5487229Z [5040/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.5570443Z [5041/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.5845114Z [5042/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.6057741Z [5043/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.6219655Z [5044/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.6551337Z [5045/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.6779443Z [5046/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.6851936Z [5047/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.7062188Z [5048/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.7249316Z [5049/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.7374161Z [5050/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.7766207Z [5051/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.7825178Z [5052/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.8253889Z [5053/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.8302545Z [5054/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.8460769Z [5055/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.8472163Z [5056/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.8521073Z [5057/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.9239944Z [5058/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:41.9417030Z [5059/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.9489660Z [5060/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:05:41.9613706Z [5061/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:41.9630731Z [5062/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:41.9765207Z [5063/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.0077355Z [5064/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:05:42.0372086Z [5065/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.0661225Z [5066/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.0714897Z [5067/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.0796964Z [5068/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.0861069Z [5069/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:05:42.0917349Z [5070/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.1269054Z [5071/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.1496942Z [5072/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.1962665Z [5073/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.2021704Z [5074/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.2161740Z [5075/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.2249271Z [5076/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:05:42.2302405Z [5077/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-03-14T04:05:42.2357157Z [5078/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.2540914Z [5079/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-03-14T04:05:42.3192533Z [5080/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-03-14T04:05:42.3213472Z [5081/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.3407839Z [5082/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.3420323Z [5083/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.3667502Z [5084/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.3733473Z [5085/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.3939254Z [5086/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.4354415Z [5087/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.4367770Z [5088/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:05:42.4639048Z [5089/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.4653040Z [5090/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.4909342Z [5091/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.4984905Z [5092/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:05:42.5092531Z [5093/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.5593104Z [5094/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.5822692Z [5095/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:42.5873247Z [5096/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:42.6042819Z [5097/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.6301824Z [5098/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.6659636Z [5099/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.6962653Z [5100/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.7013199Z [5101/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.7303773Z [5102/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.7446925Z [5103/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.7649630Z [5104/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.7725079Z [5105/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.8034709Z [5106/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.8296363Z [5107/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.8381834Z [5108/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.8786490Z [5109/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.8807875Z [5110/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:42.8931707Z [5111/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:42.9080833Z [5112/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.0134156Z [5113/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.0234337Z [5114/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.0332193Z [5115/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.1204540Z [5116/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.1299134Z [5117/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.1347662Z [5118/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.2136045Z [5119/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.2148279Z [5120/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.2158912Z [5121/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.2170068Z [5122/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.2288548Z [5123/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.2310542Z [5124/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.2389889Z [5125/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.4410421Z [5126/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.4422867Z [5127/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.4433610Z [5128/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.4444822Z [5129/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.4457549Z [5130/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.4472506Z [5131/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.4487120Z [5132/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.5664659Z [5133/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:05:43.5724344Z [5134/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.5736872Z [5135/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.5748802Z [5136/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-03-14T04:05:43.5760146Z [5137/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:43.5962762Z [5138/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:43.6026622Z [5139/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:43.6881200Z [5140/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-03-14T04:05:43.6930698Z [5141/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-03-14T04:05:43.6943833Z [5142/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:43.7062132Z [5143/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:05:43.7077732Z [5144/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-03-14T04:05:43.7094187Z [5145/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:05:43.7841142Z [5146/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-03-14T04:05:43.8072569Z [5147/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-03-14T04:05:43.8117055Z [5148/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:05:43.8314109Z [5149/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-03-14T04:05:43.8519032Z [5150/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-03-14T04:05:43.8532061Z [5151/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-03-14T04:05:43.8588211Z [5152/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-03-14T04:05:43.9183427Z [5153/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:43.9325082Z [5154/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-03-14T04:05:43.9491996Z [5155/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-03-14T04:05:43.9678723Z [5156/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:43.9781392Z [5157/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:43.9830113Z [5158/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:43.9892313Z [5159/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:44.0289349Z [5160/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.0809815Z [5161/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.0874991Z [5162/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:44.0886936Z [5163/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.1110954Z [5164/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.1301127Z [5165/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:05:44.1360413Z [5166/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.1483112Z [5167/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.1893251Z [5168/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-03-14T04:05:44.1905748Z [5169/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-03-14T04:05:44.2164667Z [5170/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-03-14T04:05:44.2434476Z [5171/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:05:44.2644696Z [5172/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.2909999Z [5173/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.3175381Z [5174/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.3248336Z [5175/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.3738814Z [5176/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.3891015Z [5177/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.4052562Z [5178/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.4068501Z [5179/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.4502599Z [5180/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.4875174Z [5181/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.4950459Z [5182/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.5134884Z [5183/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.5289544Z [5184/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.5392482Z [5185/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.5452343Z [5186/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.5785469Z [5187/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.6197543Z [5188/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.6255989Z [5189/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.6464709Z [5190/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.6625701Z [5191/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.6639806Z [5192/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.6715603Z [5193/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.7083181Z [5194/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.7392323Z [5195/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.7767624Z [5196/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.7888164Z [5197/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.8062038Z [5198/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.8110515Z [5199/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.8354576Z [5200/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.8569035Z [5201/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.8836341Z [5202/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.8889674Z [5203/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.9012370Z [5204/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.9186999Z [5205/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.9522095Z [5206/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.9537275Z [5207/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:44.9768829Z [5208/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:44.9957580Z [5209/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:45.0091026Z [5210/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:05:45.0148323Z [5211/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:05:45.0272534Z [5212/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:45.0658320Z [5213/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:05:45.0771633Z [5214/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:05:45.1312656Z [5215/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-03-14T04:05:45.1462422Z [5216/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:05:45.1620450Z [5217/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:45.1632767Z [5218/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-03-14T04:05:45.1726087Z [5219/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:05:45.1807955Z [5220/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-03-14T04:05:45.1867247Z [5221/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-03-14T04:05:45.2477997Z [5222/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-03-14T04:05:45.2489388Z [5223/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-03-14T04:05:45.2503953Z [5224/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:45.2553964Z [5225/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-03-14T04:05:45.2568573Z [5226/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:05:45.2848779Z [5227/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:05:45.3458460Z [5228/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-03-14T04:05:45.3506360Z [5229/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:05:45.3517831Z [5230/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-03-14T04:05:45.3572845Z [5231/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-03-14T04:05:45.3621151Z [5232/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:05:45.3793374Z [5233/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:05:45.3846360Z [5234/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-03-14T04:05:45.4478614Z [5235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:05:45.4600489Z [5236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:05:45.4647894Z [5237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:05:45.4696178Z [5238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:05:45.4786744Z [5239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-03-14T04:05:45.4845938Z [5240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:05:45.5108810Z [5241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-03-14T04:05:45.5537019Z [5242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:05:45.5600655Z [5243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-03-14T04:05:45.5711119Z [5244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-03-14T04:05:45.5805997Z [5245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-03-14T04:05:45.5822342Z [5246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-03-14T04:05:45.6401193Z [5247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-03-14T04:05:45.6509809Z [5248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-03-14T04:05:45.6521734Z [5249/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-03-14T04:05:45.6533843Z [5250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-03-14T04:05:45.6668490Z [5251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-03-14T04:05:45.7074281Z [5252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-03-14T04:05:45.7166523Z [5253/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-03-14T04:05:45.7448347Z [5254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-03-14T04:05:45.7500085Z [5255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-03-14T04:05:45.7586728Z [5256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-03-14T04:05:45.7645345Z [5257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-03-14T04:05:45.7742341Z [5258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-03-14T04:05:45.8189026Z [5259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-03-14T04:05:45.8202870Z [5260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-03-14T04:05:45.8605069Z [5261/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-03-14T04:05:45.8683806Z [5262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-03-14T04:05:45.9062474Z [5263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-03-14T04:05:45.9075389Z [5264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-03-14T04:05:45.9087947Z [5265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-03-14T04:05:45.9207164Z [5266/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-03-14T04:05:45.9385083Z [5267/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-03-14T04:05:46.0115368Z [5268/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-03-14T04:05:46.0190433Z [5269/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-03-14T04:05:46.0203212Z [5270/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-03-14T04:05:46.0257045Z [5271/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-03-14T04:05:46.0330001Z [5272/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-03-14T04:05:46.0420824Z [5273/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-03-14T04:05:46.0520144Z [5274/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-03-14T04:05:46.1224875Z [5275/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-03-14T04:05:46.1316496Z [5276/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-03-14T04:05:46.1376854Z [5277/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-03-14T04:05:46.1460460Z [5278/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-03-14T04:05:46.1507825Z [5279/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-03-14T04:05:46.1641752Z [5280/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-03-14T04:05:46.1805787Z [5281/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-03-14T04:05:46.2546930Z [5282/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-03-14T04:05:46.2599849Z [5283/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-03-14T04:05:46.2694076Z [5284/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-03-14T04:05:46.2745588Z [5285/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-03-14T04:05:46.2835798Z [5286/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-03-14T04:05:46.2897869Z [5287/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-03-14T04:05:46.3017944Z [5288/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-03-14T04:05:46.3689965Z [5289/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-03-14T04:05:46.3742700Z [5290/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-03-14T04:05:46.4068134Z [5291/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-03-14T04:05:46.4122713Z [5292/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:46.4179194Z [5293/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:46.4193073Z [5294/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-03-14T04:05:46.4272006Z [5295/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-03-14T04:05:46.4844873Z [5296/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:46.4861430Z [5297/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:46.5327613Z [5298/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-03-14T04:05:46.5345935Z [5299/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:46.5464136Z [5300/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:46.5886776Z [5301/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:46.6089518Z [5302/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-03-14T04:05:46.6144120Z [5303/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-03-14T04:05:46.6157112Z [5304/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-03-14T04:05:46.6335399Z [5305/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-03-14T04:05:46.6488515Z [5306/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.6650597Z [5307/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-03-14T04:05:46.7223279Z [5308/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-03-14T04:05:46.7366796Z [5309/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.7378620Z [5310/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.7536432Z [5311/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-03-14T04:05:46.7588063Z [5312/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-03-14T04:05:46.7631731Z [5313/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.7832839Z [5314/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.8343144Z [5315/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.8584652Z [5316/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.8744727Z [5317/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.8792670Z [5318/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-03-14T04:05:46.8842886Z [5319/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:46.9065342Z [5320/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:46.9253856Z [5321/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:46.9576361Z [5322/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:46.9796083Z [5323/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.0005456Z [5324/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.0019081Z [5325/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.0120313Z [5326/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.0192509Z [5327/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.0434892Z [5328/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.0693095Z [5329/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.0970326Z [5330/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.1250158Z [5331/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.1319800Z [5332/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.1373231Z [5333/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.1569258Z [5334/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.1830959Z [5335/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-03-14T04:05:47.1970148Z [5336/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.2519464Z [5337/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.2533028Z [5338/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.2544885Z [5339/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-03-14T04:05:47.2559252Z [5340/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-03-14T04:05:47.2681853Z [5341/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.3059107Z [5342/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-03-14T04:05:47.3544535Z [5343/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-03-14T04:05:47.3703478Z [5344/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-03-14T04:05:47.3785778Z [5345/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:47.3967626Z [5346/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-03-14T04:05:47.4075726Z [5347/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:47.4255162Z [5348/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.4383381Z [5349/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:47.4580128Z [5350/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:47.4892776Z [5351/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:47.5031884Z [5352/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:47.5131065Z [5353/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T04:05:47.5142993Z [5354/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:47.5300882Z [5355/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-03-14T04:05:47.5572128Z [5356/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-03-14T04:05:47.6096709Z [5357/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-03-14T04:05:47.6109500Z [5358/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.6188698Z [5359/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-03-14T04:05:47.6293402Z [5360/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.6362425Z [5361/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-03-14T04:05:47.6525591Z [5362/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.6969679Z [5363/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.7254544Z [5364/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.7416140Z [5365/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.7567975Z [5366/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.7673944Z [5367/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.7819567Z [5368/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.7909314Z [5369/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.8373762Z [5370/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.8520120Z [5371/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.8532988Z [5372/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.8884066Z [5373/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:47.8967288Z [5374/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.9328737Z [5375/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-03-14T04:05:47.9453655Z [5376/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.9509616Z [5377/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:47.9646006Z [5378/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:48.0001032Z [5379/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:48.0053884Z [5380/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-03-14T04:05:48.0216669Z [5381/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.0600514Z [5382/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.0665707Z [5383/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.0917042Z [5384/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1015796Z [5385/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1380402Z [5386/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1810201Z [5387/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1864476Z [5388/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1921223Z [5389/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.1938493Z [5390/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.2169043Z [5391/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.2310989Z [5392/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.2605336Z [5393/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3138659Z [5394/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3185840Z [5395/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3411223Z [5396/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3423585Z [5397/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3716125Z [5398/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3767258Z [5399/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.3825290Z [5400/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.4337449Z [5401/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.4651454Z [5402/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.4708439Z [5403/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5076399Z [5404/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5399488Z [5405/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5518669Z [5406/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5617468Z [5407/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5878470Z [5408/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.5967345Z [5409/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.6140708Z [5410/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.6510085Z [5411/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.6663621Z [5412/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.6713671Z [5413/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.6759328Z [5414/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.7020641Z [5415/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.7157740Z [5416/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.7357689Z [5417/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.7637713Z [5418/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-03-14T04:05:48.7883299Z [5419/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.7989658Z [5420/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.8240716Z [5421/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.8344516Z [5422/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.8502910Z [5423/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.8578693Z [5424/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.8941863Z [5425/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.9158119Z [5426/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.9396957Z [5427/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.9679067Z [5428/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.9728247Z [5429/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:48.9775849Z [5430/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:49.0106995Z [5431/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:49.0323201Z [5432/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:49.0434551Z [5433/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:49.0623503Z [5434/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:49.0831546Z [5435/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-03-14T04:05:49.1176176Z [5436/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-03-14T04:05:49.1331072Z [5437/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-03-14T04:05:49.1392699Z [5438/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-03-14T04:05:49.1405964Z [5439/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-03-14T04:05:49.1632442Z [5440/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-03-14T04:05:49.1696114Z [5441/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-03-14T04:05:49.1926020Z [5442/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-03-14T04:05:49.2235518Z [5443/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-03-14T04:05:49.2498901Z [5444/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-03-14T04:05:49.2638536Z [5445/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3170863Z [5446/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3217891Z [5447/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3264138Z [5448/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3475287Z [5449/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3539891Z [5450/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3782234Z [5451/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.3796562Z [5452/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.4434341Z [5453/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.4492870Z [5454/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.4504566Z [5455/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.4795610Z [5456/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.4908070Z [5457/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.5088893Z [5458/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.5622445Z [5459/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.5711228Z [5460/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.5834349Z [5461/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.6042978Z [5462/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.6142535Z [5463/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.6231858Z [5464/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.6281579Z [5465/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.6913499Z [5466/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.7038080Z [5467/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.7123889Z [5468/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.7244846Z [5469/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.7404517Z [5470/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.7417926Z [5471/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8024591Z [5472/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8265260Z [5473/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8334093Z [5474/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8392120Z [5475/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-03-14T04:05:49.8442197Z [5476/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8604701Z [5477/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:49.8996222Z [5478/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-03-14T04:05:49.9056672Z [5479/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-03-14T04:05:49.9173090Z [5480/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-03-14T04:05:49.9360654Z [5481/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-03-14T04:05:49.9456719Z [5482/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-03-14T04:05:49.9597095Z [5483/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-03-14T04:05:49.9652980Z [5484/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-03-14T04:05:50.0298556Z [5485/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-03-14T04:05:50.0428681Z [5486/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-03-14T04:05:50.0485011Z [5487/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-03-14T04:05:50.0530089Z [5488/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-03-14T04:05:50.0691761Z [5489/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-03-14T04:05:50.0832575Z [5490/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-03-14T04:05:50.1006241Z [5491/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-03-14T04:05:50.1241780Z [5492/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-03-14T04:05:50.1599833Z [5493/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-03-14T04:05:50.1657859Z [5494/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-03-14T04:05:50.1777436Z [5495/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-03-14T04:05:50.1906104Z [5496/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-03-14T04:05:50.1918247Z [5497/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-03-14T04:05:50.2161720Z [5498/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-03-14T04:05:50.2280240Z [5499/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-03-14T04:05:50.2777770Z [5500/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-03-14T04:05:50.2838890Z [5501/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-03-14T04:05:50.2903713Z [5502/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-03-14T04:05:50.2978826Z [5503/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-03-14T04:05:50.3164786Z [5504/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-03-14T04:05:50.3276523Z [5505/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-03-14T04:05:50.3405737Z [5506/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-03-14T04:05:50.3932328Z [5507/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:50.4056369Z [5508/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:50.4112121Z [5509/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:50.4281693Z [5510/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:50.4342394Z [5511/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:50.4455177Z [5512/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:50.4847153Z [5513/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T04:05:50.5366953Z [5514/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.5422321Z [5515/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.5478421Z [5516/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:50.5576468Z [5517/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.5677804Z [5518/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.5975346Z [5519/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.6048841Z [5520/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.6747977Z [5521/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.6955379Z [5522/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.7054688Z [5523/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.7108611Z [5524/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.7226898Z [5525/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.7302225Z [5526/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.7568461Z [5527/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.8101475Z [5528/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.8301895Z [5529/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.8435238Z [5530/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.8491126Z [5531/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.8880586Z [5532/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.9003474Z [5533/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.9168147Z [5534/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.9296643Z [5535/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.9512735Z [5536/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:50.9887639Z [5537/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:51.0329121Z [5538/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:51.0760013Z [5539/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-03-14T04:05:51.0946414Z [5540/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-03-14T04:05:51.0949746Z [5541/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:51.1206938Z [5542/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:51.1404408Z [5543/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-03-14T04:05:51.1417738Z [5544/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-03-14T04:05:51.1586940Z [5545/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-03-14T04:05:51.1634363Z [5546/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-03-14T04:05:51.1821280Z [5547/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-03-14T04:05:51.1934911Z [5548/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-03-14T04:05:51.2347547Z [5549/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-03-14T04:05:51.2744360Z [5550/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-03-14T04:05:51.2945750Z [5551/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-03-14T04:05:51.2989407Z [5552/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-03-14T04:05:51.3141927Z [5553/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-03-14T04:05:51.3190507Z [5554/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-03-14T04:05:51.3443257Z [5555/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-03-14T04:05:51.3641759Z [5556/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-03-14T04:05:51.3752217Z [5557/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-03-14T04:05:51.4281527Z [5558/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-03-14T04:05:51.4339267Z [5559/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-03-14T04:05:51.4714021Z [5560/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-03-14T04:05:51.4822628Z [5561/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-03-14T04:05:51.4914027Z [5562/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-03-14T04:05:51.5014231Z [5563/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-03-14T04:05:51.5092258Z [5564/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-03-14T04:05:51.5239781Z [5565/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-03-14T04:05:51.5858293Z [5566/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-03-14T04:05:51.6031246Z [5567/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-03-14T04:05:51.6221614Z [5568/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-03-14T04:05:51.6410142Z [5569/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-03-14T04:05:51.6490099Z [5570/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-03-14T04:05:51.6599757Z [5571/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-03-14T04:05:51.6658841Z [5572/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-03-14T04:05:51.6794551Z [5573/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-03-14T04:05:51.6974377Z [5574/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-03-14T04:05:51.7334356Z [5575/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-03-14T04:05:51.7525953Z [5576/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-03-14T04:05:51.7584776Z [5577/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-03-14T04:05:51.7773538Z [5578/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-03-14T04:05:51.7927612Z [5579/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-03-14T04:05:51.8024298Z [5580/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-03-14T04:05:51.8133904Z [5581/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-03-14T04:05:51.8363994Z [5582/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2025-03-14T04:05:51.8639901Z [5583/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2025-03-14T04:05:51.8653822Z [5584/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2025-03-14T04:05:51.8813473Z [5585/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2025-03-14T04:05:51.9068911Z [5586/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2025-03-14T04:05:51.9668515Z [5587/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2025-03-14T04:05:51.9874385Z [5588/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2025-03-14T04:05:52.0048079Z [5589/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2025-03-14T04:05:52.0258539Z [5590/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2025-03-14T04:05:52.0675191Z [5591/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2025-03-14T04:05:52.0689631Z [5592/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2025-03-14T04:05:52.0953788Z [5593/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-03-14T04:05:52.1195681Z [5594/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-03-14T04:05:52.1238907Z [5595/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-03-14T04:05:52.1414751Z [5596/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-03-14T04:05:52.1574585Z [5597/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-03-14T04:05:52.1586879Z [5598/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-03-14T04:05:52.1790070Z [5599/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-03-14T04:05:52.1845895Z [5600/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-03-14T04:05:52.2024627Z [5601/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-03-14T04:05:52.2459271Z [5602/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-03-14T04:05:52.2575843Z [5603/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-03-14T04:05:52.2638136Z [5604/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-03-14T04:05:52.2822802Z [5605/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-03-14T04:05:52.2951546Z [5606/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-03-14T04:05:52.3648089Z [5607/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-03-14T04:05:52.4400058Z [5608/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-03-14T04:05:52.4414551Z [5609/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-03-14T04:05:52.4471335Z [5610/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-03-14T04:05:52.5266621Z [5611/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-03-14T04:05:52.5450855Z [5612/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-03-14T04:05:52.5600956Z [5613/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-03-14T04:05:52.6492787Z [5614/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-03-14T04:05:52.6671722Z [5615/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:52.6839525Z [5616/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:52.6913815Z [5617/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-03-14T04:05:52.7068020Z [5618/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:52.7115666Z [5619/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T04:05:52.8052927Z [5620/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:52.8944782Z [5621/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:52.9094838Z [5622/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:52.9265173Z [5623/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:52.9482937Z [5624/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:52.9843347Z [5625/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.0601061Z [5626/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.1176534Z [5627/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.1498613Z [5628/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:53.1806340Z [5629/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.1982992Z [5630/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:53.3242496Z [5631/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.3259767Z [5632/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:53.3274682Z [5633/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.3287689Z [5634/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.3345336Z [5635/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.4509548Z [5636/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:53.4705577Z [5637/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:53.5798025Z [5638/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.6057928Z [5639/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.6546199Z [5640/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.6671048Z [5641/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.6980085Z [5642/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.7184317Z [5643/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.8331335Z [5644/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:53.9701354Z [5645/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:54.0935113Z [5646/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:54.1563406Z [5647/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T04:05:54.1765763Z [5648/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:54.2174084Z [5649/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:54.4722546Z [5650/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:54.8995491Z [5651/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:54.9008392Z [5652/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:54.9153703Z [5653/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:54.9314556Z [5654/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:54.9722247Z [5655/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:54.9914182Z [5656/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:54.9983654Z [5657/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:55.0852547Z [5658/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-03-14T04:05:55.1919069Z [5659/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:55.1931316Z [5660/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-03-14T04:05:55.2173091Z [5661/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:55.2884755Z [5662/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:55.4521623Z [5663/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-03-14T04:05:55.4537045Z [5664/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:55.4547933Z [5665/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:55.5071655Z [5666/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-03-14T04:05:55.5157895Z [5667/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:55.5725811Z [5668/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:55.9485633Z [5669/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:56.2868385Z [5670/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:56.2880158Z [5671/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:56.2890976Z [5672/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:56.2902879Z [5673/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:56.2917520Z [5674/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:56.2930444Z [5675/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:56.5332862Z [5676/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:56.7236300Z [5677/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:56.7447051Z [5678/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:56.7748292Z [5679/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:56.7892176Z [5680/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:56.8052994Z [5681/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:56.8212454Z [5682/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:56.8422525Z [5683/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:56.9309025Z [5684/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:56.9367710Z [5685/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:57.0331144Z [5686/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.0503097Z [5687/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:57.0713072Z [5688/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.0967469Z [5689/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:57.1274401Z [5690/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:57.2276995Z [5691/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:57.2345172Z [5692/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.2358025Z [5693/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:57.2773127Z [5694/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:57.2827282Z [5695/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.5259334Z [5696/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:57.5589057Z [5697/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:57.5640642Z [5698/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:57.5687487Z [5699/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:57.5878480Z [5700/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.5890099Z [5701/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:57.6104318Z [5702/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:57.9222419Z [5703/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:57.9310021Z [5704/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:57.9709463Z [5705/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:58.1766235Z [5706/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:58.2471296Z [5707/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:58.3457954Z [5708/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:58.3646637Z [5709/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:58.5199230Z [5710/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:58.5456911Z [5711/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:58.5507685Z [5712/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:58.5781217Z [5713/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-03-14T04:05:58.5793181Z [5714/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-03-14T04:05:58.5922936Z [5715/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:58.6578245Z [5716/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:58.6591098Z [5717/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-03-14T04:05:58.6690167Z [5718/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-03-14T04:05:58.7793909Z [5719/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-03-14T04:05:58.8056898Z [5720/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-03-14T04:05:58.8693013Z [5721/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-03-14T04:05:58.8746602Z [5722/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:58.9586527Z [5723/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:58.9644201Z [5724/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:59.0867598Z [5725/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:59.0946883Z [5726/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:59.3656711Z [5727/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:59.3705904Z [5728/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:59.3718544Z [5729/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:59.4158927Z [5730/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:59.4532865Z [5731/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:59.7900333Z [5732/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:59.7914807Z [5733/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:59.8146345Z [5734/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:59.8399010Z [5735/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:59.8469056Z [5736/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:59.9737455Z [5737/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:59.9750641Z [5738/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:00.0191931Z [5739/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:00.3843765Z [5740/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:00.3894417Z [5741/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:00.3908511Z [5742/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:00.4725059Z [5743/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:00.4740541Z [5744/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:00.6586117Z [5745/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:00.6598935Z [5746/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:00.7024234Z [5747/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:00.8529963Z [5748/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:00.8650682Z [5749/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:00.9231274Z [5750/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:00.9410026Z [5751/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:00.9850184Z [5752/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:01.0106978Z [5753/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:01.0496518Z [5754/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:01.0911645Z [5755/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:01.0924497Z [5756/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:01.1734921Z [5757/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:01.4466593Z [5758/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:01.4480986Z [5759/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:01.4493696Z [5760/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:01.4715564Z [5761/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:01.4728978Z [5762/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:06:01.4980322Z [5763/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:06:01.5106061Z [5764/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:06:01.6045914Z [5765/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:01.6782037Z [5766/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:02.1129463Z [5767/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:02.1142782Z [5768/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:02.1154962Z [5769/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-03-14T04:06:02.1692603Z [5770/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-03-14T04:06:02.1828270Z [5771/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-03-14T04:06:02.1908594Z [5772/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:06:02.2191214Z [5773/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-03-14T04:06:02.2665553Z [5774/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-03-14T04:06:02.3549321Z [5775/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-03-14T04:06:02.3564500Z [5776/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-03-14T04:06:02.3620667Z [5777/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:06:02.3633676Z [5778/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-03-14T04:06:02.4197791Z [5779/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-03-14T04:06:02.4354541Z [5780/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-03-14T04:06:02.4488118Z [5781/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-03-14T04:06:02.5359707Z [5782/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-03-14T04:06:02.6462038Z [5783/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:02.7514052Z [5784/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:02.8477375Z [5785/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.1196840Z [5786/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.1613383Z [5787/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.3200207Z [5788/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.6652924Z [5789/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.6666380Z [5790/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.6677887Z [5791/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.6688837Z [5792/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.6700699Z [5793/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.9321962Z [5794/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:03.9683215Z [5795/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-03-14T04:06:03.9700884Z [5796/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-03-14T04:06:03.9852807Z [5797/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-03-14T04:06:04.1347003Z [5798/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:04.2465690Z [5799/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:04.3309488Z [5800/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:04.4331558Z [5801/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:06:04.4854804Z [5802/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:06:04.5278335Z [5803/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-03-14T04:06:04.5347464Z [5804/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-03-14T04:06:04.5902303Z [5805/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-03-14T04:06:04.6751757Z [5806/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-03-14T04:06:04.6802157Z [5807/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-03-14T04:06:04.6815043Z [5808/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:06:04.7003453Z [5809/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:06:04.7606625Z [5810/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-03-14T04:06:04.7783598Z [5811/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-03-14T04:06:04.8421541Z [5812/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-03-14T04:06:04.8463243Z [5813/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-03-14T04:06:04.8548975Z [5814/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-03-14T04:06:04.9803033Z [5815/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-03-14T04:06:04.9934004Z [5816/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-03-14T04:06:05.0014368Z [5817/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-03-14T04:06:05.1872760Z [5818/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-03-14T04:06:05.2626693Z [5819/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2025-03-14T04:06:05.2784325Z [5820/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-03-14T04:06:05.2940631Z [5821/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-03-14T04:06:05.2953673Z [5822/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-03-14T04:06:05.3434118Z [5823/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-03-14T04:06:05.4067159Z [5824/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-03-14T04:06:05.4283621Z [5825/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-03-14T04:06:05.4413523Z [5826/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.4468666Z [5827/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-03-14T04:06:05.4480391Z [5828/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.4652237Z [5829/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.5219663Z [5830/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.5293089Z [5831/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.6322765Z [5832/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.6334715Z [5833/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.6404990Z [5834/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.6482984Z [5835/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.6854305Z [5836/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.7595849Z [5837/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.7712990Z [5838/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.7758652Z [5839/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.7896481Z [5840/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.7948197Z [5841/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:05.8393239Z [5842/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.9401566Z [5843/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.9414272Z [5844/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.9717072Z [5845/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.9728062Z [5846/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:05.9776016Z [5847/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:05.9820733Z [5848/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.3386548Z [5849/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.3523285Z [5850/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.3536337Z [5851/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.3586479Z [5852/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.4238685Z [5853/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.4300055Z [5854/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.4348973Z [5855/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.5963948Z [5856/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.5975761Z [5857/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.6116042Z [5858/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:06.6167938Z [5859/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:06.6622119Z [5860/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.6634289Z [5861/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.7764868Z [5862/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.8209101Z [5863/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.8262712Z [5864/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.8275437Z [5865/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.8574634Z [5866/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:06.9099343Z [5867/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:06.9326460Z [5868/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:06.9953432Z [5869/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:07.0000325Z [5870/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:07.5004209Z [5871/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:07.6016291Z [5872/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:07.6824925Z [5873/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:07.6838000Z [5874/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:07.7038960Z [5875/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:06:07.7086060Z [5876/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:06:07.7355853Z [5877/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:07.8316326Z [5878/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:06:07.8417712Z [5879/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:07.8481720Z [5880/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:07.9738883Z [5881/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:08.0591214Z [5882/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-03-14T04:06:08.1612742Z [5883/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-03-14T04:06:08.1625179Z [5884/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-03-14T04:06:08.3005686Z [5885/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:08.3599892Z [5886/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:08.4307400Z [5887/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-03-14T04:06:08.4319503Z [5888/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-03-14T04:06:08.4330373Z [5889/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:06:08.4473636Z [5890/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-03-14T04:06:08.4485402Z [5891/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.5431527Z [5892/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-03-14T04:06:08.5448844Z [5893/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.6223972Z [5894/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:08.6901668Z [5895/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:08.6914167Z [5896/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.6925874Z [5897/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.6937570Z [5898/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.7189697Z [5899/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:08.7208151Z [5900/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.9000745Z [5901/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.9445321Z [5902/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.9457877Z [5903/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:08.9680647Z [5904/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.9692329Z [5905/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:08.9758345Z [5906/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:08.9814074Z [5907/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.0355614Z [5908/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.0836390Z [5909/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.0920998Z [5910/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.1086745Z [5911/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.2077376Z [5912/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.2122254Z [5913/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.2188483Z [5914/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.2204491Z [5915/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.2296733Z [5916/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.2352031Z [5917/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.2578319Z [5918/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.3825490Z [5919/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.4387023Z [5920/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.4453373Z [5921/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.4507075Z [5922/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.4519136Z [5923/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.4570398Z [5924/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.4626419Z [5925/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.5321942Z [5926/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.5796021Z [5927/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.5925009Z [5928/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.6030658Z [5929/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.6044206Z [5930/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.6182988Z [5931/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.6244142Z [5932/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.6639061Z [5933/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.7444198Z [5934/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.7496945Z [5935/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.7554146Z [5936/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.7605321Z [5937/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.7705300Z [5938/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.7897759Z [5939/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.8238464Z [5940/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.8731980Z [5941/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.8932137Z [5942/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.9104086Z [5943/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.9201555Z [5944/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:09.9274646Z [5945/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:09.9747360Z [5946/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.0302872Z [5947/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.0528314Z [5948/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.0686594Z [5949/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.1189942Z [5950/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.1247574Z [5951/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.1348995Z [5952/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.2220484Z [5953/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.2234650Z [5954/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.2248547Z [5955/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.3137439Z [5956/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.3248159Z [5957/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.3536301Z [5958/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.3598853Z [5959/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.3612919Z [5960/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.3627787Z [5961/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.4390777Z [5962/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.5196270Z [5963/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.5216883Z [5964/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.5267171Z [5965/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.5801695Z [5966/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.5877885Z [5967/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.6036111Z [5968/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.6276906Z [5969/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.6674493Z [5970/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.6746177Z [5971/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.7002706Z [5972/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.7489525Z [5973/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.7540578Z [5974/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.7603964Z [5975/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.7701163Z [5976/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.8645637Z [5977/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.8699825Z [5978/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.8839744Z [5979/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:06:10.9284460Z [5980/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.9381146Z [5981/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:06:10.9772473Z [5982/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:06:10.9997156Z [5983/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:06:11.0535124Z [5984/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:06:11.0638532Z [5985/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.0900408Z [5986/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.1315333Z [5987/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.1495203Z [5988/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.2969047Z [5989/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.2982430Z [5990/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.2995018Z [5991/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.3050883Z [5992/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.3790918Z [5993/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.3844722Z [5994/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.4114549Z [5995/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.4740963Z [5996/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.4926294Z [5997/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.5024552Z [5998/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.6632189Z [5999/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.6878080Z [6000/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.6889659Z [6001/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.7096198Z [6002/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:11.7871860Z [6003/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.8790792Z [6004/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.9314802Z [6005/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:11.9476016Z [6006/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.2160103Z [6007/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:12.2231458Z [6008/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:12.2284202Z [6009/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.2295579Z [6010/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.2344187Z [6011/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.2355997Z [6012/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:12.2407252Z [6013/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.4466468Z [6014/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:12.5091272Z [6015/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:06:12.5236986Z [6016/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-03-14T04:06:12.5576707Z [6017/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.5660058Z [6018/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.5851928Z [6019/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-03-14T04:06:12.6432909Z [6020/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T04:06:12.6611995Z [6021/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:06:12.7409670Z [6022/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-03-14T04:06:12.7558515Z [6023/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:12.7715937Z [6024/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:12.7771806Z [6025/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:12.7810505Z [6026/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-03-14T04:06:12.8707582Z [6027/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:12.8720948Z [6028/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:12.8767532Z [6029/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:12.9342347Z [6030/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.0744339Z [6031/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.0853254Z [6032/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.0898898Z [6033/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.0948618Z [6034/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.1193568Z [6035/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.1322529Z [6036/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.1367624Z [6037/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.2294809Z [6038/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.2710841Z [6039/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.2973868Z [6040/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.3471362Z [6041/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.3578200Z [6042/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.3594001Z [6043/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.4012025Z [6044/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.4343101Z [6045/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.4355370Z [6046/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.4448494Z [6047/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.5337508Z [6048/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.5394480Z [6049/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.5441833Z [6050/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.5504672Z [6051/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.6547901Z [6052/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.6597093Z [6053/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.6609167Z [6054/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:06:13.7081333Z [6055/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.7136869Z [6056/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-03-14T04:06:13.7148354Z [6057/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.8103540Z [6058/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:06:13.8842219Z [6059/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-03-14T04:06:13.8860410Z [6060/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.8872522Z [6061/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.8884118Z [6062/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.8896820Z [6063/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-03-14T04:06:13.9283044Z [6064/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:13.9601955Z [6065/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:14.0469648Z [6066/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:14.0652401Z [6067/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:14.0723938Z [6068/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-03-14T04:06:14.0736089Z [6069/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:06:14.0823973Z [6070/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-03-14T04:06:14.0875139Z [6071/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.1254897Z [6072/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2376500Z [6073/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2466063Z [6074/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2653692Z [6075/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2697956Z [6076/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2815897Z [6077/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.2827757Z [6078/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.3449747Z [6079/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4427155Z [6080/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4473418Z [6081/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4671868Z [6082/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4768125Z [6083/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4811109Z [6084/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.4822780Z [6085/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.6899105Z [6086/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.6912462Z [6087/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.6924486Z [6088/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.6971959Z [6089/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.6982652Z [6090/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.7166420Z [6091/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.7183027Z [6092/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.9023751Z [6093/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.9035255Z [6094/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.9096994Z [6095/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.9172033Z [6096/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:14.9321023Z [6097/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.0359641Z [6098/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.0373155Z [6099/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.1401550Z [6100/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.1469172Z [6101/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.1519854Z [6102/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.1575109Z [6103/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.1631438Z [6104/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.2207289Z [6105/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.2254268Z [6106/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.3268956Z [6107/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.3478958Z [6108/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.3491370Z [6109/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.3504154Z [6110/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.3515044Z [6111/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.4264444Z [6112/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5022591Z [6113/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5596087Z [6114/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5608048Z [6115/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5677315Z [6116/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5688786Z [6117/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5742478Z [6118/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.5802175Z [6119/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.6680498Z [6120/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.7436070Z [6121/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.7484648Z [6122/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.7702400Z [6123/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.7750647Z [6124/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.8123690Z [6125/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.8139653Z [6126/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:06:15.8586185Z [6127/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-03-14T04:06:15.8598008Z [6128/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-03-14T04:06:15.8639687Z [6129/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:06:15.9090934Z [6130/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-03-14T04:06:15.9175307Z [6131/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-03-14T04:06:15.9306784Z [6132/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-03-14T04:06:15.9931640Z [6133/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-03-14T04:06:16.0409937Z [6134/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-03-14T04:06:16.0491728Z [6135/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-03-14T04:06:16.0538548Z [6136/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-03-14T04:06:16.0599888Z [6137/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-03-14T04:06:16.0829470Z [6138/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-03-14T04:06:16.1417222Z [6139/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-03-14T04:06:16.1694999Z [6140/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-03-14T04:06:16.1741124Z [6141/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-03-14T04:06:16.1752483Z [6142/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-03-14T04:06:16.1763157Z [6143/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-03-14T04:06:16.1862180Z [6144/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-03-14T04:06:16.2046784Z [6145/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:06:16.2996451Z [6146/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-03-14T04:06:16.3006997Z [6147/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-03-14T04:06:16.3017881Z [6148/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-03-14T04:06:16.3708044Z [6149/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-03-14T04:06:16.3721176Z [6150/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-03-14T04:06:16.3732199Z [6151/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-03-14T04:06:16.3743644Z [6152/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-03-14T04:06:16.4174551Z [6153/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-03-14T04:06:16.4223089Z [6154/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-03-14T04:06:16.4880018Z [6155/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-03-14T04:06:16.5541928Z [6156/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-03-14T04:06:16.5602076Z [6157/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2025-03-14T04:06:16.5613795Z [6158/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-03-14T04:06:16.5667431Z [6159/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c.obj 2025-03-14T04:06:16.6329240Z [6160/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-03-14T04:06:16.6387154Z [6161/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2025-03-14T04:06:16.6980446Z [6162/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-03-14T04:06:16.6992332Z [6163/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-03-14T04:06:16.7103270Z [6164/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-03-14T04:06:16.8368902Z [6165/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-03-14T04:06:16.8420044Z [6166/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-03-14T04:06:16.8433172Z [6167/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-03-14T04:06:16.8443647Z [6168/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-03-14T04:06:16.8766533Z [6169/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-03-14T04:06:16.8811080Z [6170/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-03-14T04:06:16.9436507Z [6171/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-03-14T04:06:16.9512450Z [6172/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-03-14T04:06:16.9557661Z [6173/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-03-14T04:06:16.9602366Z [6174/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-03-14T04:06:16.9613570Z [6175/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-03-14T04:06:17.1829332Z [6176/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-03-14T04:06:17.1842737Z [6177/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-03-14T04:06:17.1856267Z [6178/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-03-14T04:06:17.2431401Z [6179/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-03-14T04:06:17.2443868Z [6180/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-03-14T04:06:17.2506241Z [6181/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-03-14T04:06:17.2592964Z [6182/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-03-14T04:06:17.3205131Z [6183/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-03-14T04:06:17.3218790Z [6184/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-03-14T04:06:17.3365742Z [6185/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-03-14T04:06:17.4084304Z [6186/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-03-14T04:06:17.4097679Z [6187/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-03-14T04:06:17.4235767Z [6188/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-03-14T04:06:17.4557090Z [6189/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-03-14T04:06:17.4975913Z [6190/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-03-14T04:06:17.5488871Z [6191/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-03-14T04:06:17.5503272Z [6192/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-03-14T04:06:17.6177126Z [6193/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-03-14T04:06:17.6190958Z [6194/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-03-14T04:06:17.6317927Z [6195/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-03-14T04:06:17.6624884Z [6196/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-03-14T04:06:17.7129675Z [6197/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-03-14T04:06:17.7183595Z [6198/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-03-14T04:06:17.7236650Z [6199/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-03-14T04:06:17.8183651Z [6200/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-03-14T04:06:17.8196421Z [6201/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-03-14T04:06:17.8252557Z [6202/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-03-14T04:06:17.8265199Z [6203/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-03-14T04:06:17.8322690Z [6204/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-03-14T04:06:17.8431924Z [6205/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-03-14T04:06:17.8492985Z [6206/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-03-14T04:06:17.9256199Z [6207/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2025-03-14T04:06:17.9559678Z [6208/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2025-03-14T04:06:18.0715130Z [6209/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2025-03-14T04:06:18.0763998Z [6210/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-03-14T04:06:18.0778506Z [6211/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-03-14T04:06:18.1022278Z [6212/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2025-03-14T04:06:18.1135334Z [6213/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-03-14T04:06:18.1189017Z [6214/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-03-14T04:06:18.1201907Z [6215/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-03-14T04:06:18.2287356Z [6216/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-03-14T04:06:18.3385004Z [6217/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-03-14T04:06:18.3398200Z [6218/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-03-14T04:06:18.3411101Z [6219/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-03-14T04:06:18.3423356Z [6220/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-03-14T04:06:18.3436439Z [6221/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-03-14T04:06:18.4328623Z [6222/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-03-14T04:06:18.4802444Z [6223/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-03-14T04:06:18.4857698Z [6224/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-03-14T04:06:18.4869369Z [6225/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-03-14T04:06:18.5147116Z [6226/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-03-14T04:06:18.5160538Z [6227/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-03-14T04:06:18.5210173Z [6228/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-03-14T04:06:18.6031960Z [6229/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-03-14T04:06:18.6044122Z [6230/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-03-14T04:06:18.6087315Z [6231/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-03-14T04:06:18.6245212Z [6232/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:06:18.6295756Z [6233/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:06:18.6352177Z [6234/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.obj 2025-03-14T04:06:18.6460289Z [6235/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.obj 2025-03-14T04:06:18.7573157Z [6236/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.obj 2025-03-14T04:06:18.9574249Z [6237/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2025-03-14T04:06:18.9588523Z [6238/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.obj 2025-03-14T04:06:18.9601089Z [6239/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.obj 2025-03-14T04:06:18.9614310Z [6240/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.obj 2025-03-14T04:06:18.9626775Z [6241/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.obj 2025-03-14T04:06:18.9639749Z [6242/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.obj 2025-03-14T04:06:19.0642658Z [6243/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2025-03-14T04:06:19.0657539Z [6244/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2025-03-14T04:06:19.0820672Z [6245/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2025-03-14T04:06:19.0873088Z [6246/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2025-03-14T04:06:19.0938633Z [6247/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2025-03-14T04:06:19.1782591Z [6248/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2025-03-14T04:06:19.1796006Z [6249/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2025-03-14T04:06:19.2527277Z [6250/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.obj 2025-03-14T04:06:19.2581224Z [6251/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.obj 2025-03-14T04:06:19.2595089Z [6252/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.obj 2025-03-14T04:06:19.2650753Z [6253/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.obj 2025-03-14T04:06:19.2663789Z [6254/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.obj 2025-03-14T04:06:19.3422976Z [6255/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.obj 2025-03-14T04:06:19.3543139Z [6256/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.obj 2025-03-14T04:06:19.4557572Z [6257/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-03-14T04:06:19.4636310Z [6258/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8-prfm.c.obj 2025-03-14T04:06:19.4700174Z [6259/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1-prfm.c.obj 2025-03-14T04:06:19.4765957Z [6260/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-03-14T04:06:19.5497872Z [6261/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-03-14T04:06:19.6447890Z [6262/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-03-14T04:06:19.6460194Z [6263/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-03-14T04:06:19.6472889Z [6264/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-03-14T04:06:19.6485367Z [6265/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2025-03-14T04:06:19.7288317Z [6266/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-03-14T04:06:19.7365315Z [6267/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1-prfm.c.obj 2025-03-14T04:06:19.7513199Z [6268/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-03-14T04:06:19.7587503Z [6269/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-03-14T04:06:19.7599609Z [6270/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8-prfm.c.obj 2025-03-14T04:06:19.7649701Z [6271/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T04:06:19.7988659Z [6272/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-03-14T04:06:19.8243952Z [6273/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-03-14T04:06:19.8334370Z [6274/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-03-14T04:06:19.8582210Z [6275/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-03-14T04:06:19.8779891Z [6276/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-03-14T04:06:19.8829547Z [6277/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-03-14T04:06:19.9158585Z [6278/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-03-14T04:06:19.9222737Z [6279/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-03-14T04:06:19.9275147Z [6280/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-03-14T04:06:19.9346195Z [6281/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-03-14T04:06:19.9495851Z [6282/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-03-14T04:06:20.0233429Z [6283/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-03-14T04:06:20.0281969Z [6284/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-03-14T04:06:20.0376508Z [6285/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-03-14T04:06:20.0421385Z [6286/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-03-14T04:06:20.0478442Z [6287/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-03-14T04:06:20.0529913Z [6288/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-03-14T04:06:20.1281749Z [6289/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-03-14T04:06:20.1491858Z [6290/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-03-14T04:06:20.1545249Z [6291/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-03-14T04:06:20.1555904Z [6292/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-03-14T04:06:20.1567530Z [6293/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-03-14T04:06:20.1725057Z [6294/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-03-14T04:06:20.2191560Z [6295/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-03-14T04:06:20.2557612Z [6296/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.2777318Z [6297/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.2946057Z [6298/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.3061903Z [6299/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.3137877Z [6300/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.3266748Z [6301/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.3825853Z [6302/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.3841608Z [6303/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.4311870Z [6304/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.4366421Z [6305/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.4471581Z [6306/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.4523726Z [6307/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.4572134Z [6308/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.5108663Z [6309/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.5202001Z [6310/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.5758834Z [6311/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.5886312Z [6312/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.5993454Z [6313/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.6141843Z [6314/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-03-14T04:06:20.6154096Z [6315/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-03-14T04:06:20.6224669Z [6316/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.6477253Z [6317/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:06:20.6854702Z [6318/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-03-14T04:06:20.7112142Z [6319/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-03-14T04:06:20.7160369Z [6320/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-03-14T04:06:20.7369477Z [6321/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-03-14T04:06:20.8308526Z [6322/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:20.8354180Z [6323/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:20.8395254Z [6324/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:20.8675041Z [6325/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:20.8720364Z [6326/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:20.9899502Z [6327/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:20.9957216Z [6328/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:20.9968158Z [6329/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:20.9978931Z [6330/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.0023849Z [6331/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.0070522Z [6332/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:21.0229237Z [6333/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.1225539Z [6334/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.1281400Z [6335/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.1380502Z [6336/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.1619911Z [6337/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.1636779Z [6338/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:21.1855016Z [6339/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.2256947Z [6340/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.2438813Z [6341/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.2554440Z [6342/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.2606764Z [6343/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.2893621Z [6344/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.3124171Z [6345/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.3267030Z [6346/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:21.3666888Z [6347/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.3789181Z [6348/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.4012804Z [6349/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.4201823Z [6350/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.4257267Z [6351/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.4439183Z [6352/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.4932184Z [6353/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.5074612Z [6354/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.5358566Z [6355/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.5434352Z [6356/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.5658062Z [6357/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.5712474Z [6358/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.5724935Z [6359/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.6849519Z [6360/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:06:21.7368878Z [6361/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.7380702Z [6362/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:21.7895895Z [6363/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.8327722Z [6364/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:06:21.8924005Z [6365/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.9219238Z [6366/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:21.9412840Z [6367/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:22.0228376Z [6368/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:22.0300701Z [6369/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:22.0353178Z [6370/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:22.0546792Z [6371/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.0613834Z [6372/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:22.0711843Z [6373/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:06:22.0864728Z [6374/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:06:22.1324222Z [6375/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.1495297Z [6376/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.2595450Z [6377/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.2609434Z [6378/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.2723711Z [6379/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.2892795Z [6380/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.3049711Z [6381/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.3064702Z [6382/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-03-14T04:06:22.3133621Z [6383/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T04:06:22.3695517Z [6384/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-03-14T04:06:22.3924364Z [6385/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.3980401Z [6386/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.4090334Z [6387/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.4363063Z [6388/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.4418932Z [6389/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.4916247Z [6390/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.4983214Z [6391/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.5202335Z [6392/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.5259234Z [6393/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:22.5580669Z [6394/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.6026446Z [6395/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.6384637Z [6396/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.6396488Z [6397/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.6501392Z [6398/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:22.7701550Z [6399/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-03-14T04:06:22.7746013Z [6400/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.7823225Z [6401/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.7871965Z [6402/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:22.7987941Z [6403/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.8085716Z [6404/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:22.8187847Z [6405/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:22.8667253Z [6406/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-03-14T04:06:22.8901756Z [6407/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-03-14T04:06:22.8969320Z [6408/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-03-14T04:06:22.8984515Z [6409/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:06:22.9083281Z [6410/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:06:22.9537315Z [6411/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:22.9777061Z [6412/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.0339894Z [6413/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.0879536Z [6414/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.0944548Z [6415/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.1208691Z [6416/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T04:06:23.1294221Z [6417/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.1432972Z [6418/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.1488179Z [6419/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:06:23.1502457Z [6420/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-03-14T04:06:23.2239138Z [6421/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-03-14T04:06:23.2459536Z [6422/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:23.2531916Z [6423/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:23.3068816Z [6424/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:23.3260704Z [6425/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:23.3335179Z [6426/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:23.3589398Z [6427/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:23.3696989Z [6428/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:23.6181491Z [6429/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:27.0850852Z [6430/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:27.0913217Z [6431/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:27.1031588Z [6432/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:06:27.1220734Z [6433/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:06:27.1417383Z [6434/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:06:27.1623599Z [6435/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-03-14T04:06:27.1671802Z [6436/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:06:27.1924493Z [6437/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-03-14T04:06:27.2048118Z [6438/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-03-14T04:06:27.2160918Z [6439/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-03-14T04:06:27.3039655Z [6440/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-03-14T04:06:27.3052301Z [6441/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-03-14T04:06:27.3901209Z [6442/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.5257819Z [6443/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.5274787Z [6444/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.5324870Z [6445/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.6194911Z [6446/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.6246782Z [6447/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.6318291Z [6448/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.6369450Z [6449/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.6632858Z [6450/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.6691158Z [6451/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.6839629Z [6452/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.7504656Z [6453/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.7607843Z [6454/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.7660111Z [6455/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.7739464Z [6456/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.8098149Z [6457/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.8562873Z [6458/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.8576121Z [6459/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.8784366Z [6460/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.8856702Z [6461/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.8920594Z [6462/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:27.9138762Z [6463/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.9506384Z [6464/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:27.9959237Z [6465/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.0074275Z [6466/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.0087945Z [6467/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.0367082Z [6468/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.0585125Z [6469/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.0735756Z [6470/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.0747872Z [6471/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.1288168Z [6472/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.1611390Z [6473/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.1786878Z [6474/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.1879794Z [6475/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.2017976Z [6476/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.2112049Z [6477/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.2230456Z [6478/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.2800443Z [6479/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.3145498Z [6480/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.3348476Z [6481/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.3582516Z [6482/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.3802857Z [6483/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.4026184Z [6484/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.4514359Z [6485/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.4561293Z [6486/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.4686325Z [6487/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.5022276Z [6488/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.5066817Z [6489/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.5257055Z [6490/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.5633163Z [6491/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.5823227Z [6492/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.7028536Z [6493/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.7073487Z [6494/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.7117548Z [6495/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.7212363Z [6496/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.7413474Z [6497/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.7462291Z [6498/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.7706657Z [6499/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.8352032Z [6500/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.8477310Z [6501/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.8532543Z [6502/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.8781005Z [6503/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.9055128Z [6504/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.9120740Z [6505/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.9179040Z [6506/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:28.9616326Z [6507/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.9839443Z [6508/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:28.9964473Z [6509/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.0124080Z [6510/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.0335890Z [6511/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.0457979Z [6512/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.0698572Z [6513/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.0902596Z [6514/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.1105344Z [6515/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.1291240Z [6516/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.1389196Z [6517/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.1993128Z [6518/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.2004589Z [6519/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.2049763Z [6520/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.2151406Z [6521/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.2245163Z [6522/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.3689856Z [6523/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.3746996Z [6524/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.3794938Z [6525/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.3806128Z [6526/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.3913529Z [6527/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.3963068Z [6528/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.3979681Z [6529/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.5064601Z [6530/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.5165892Z [6531/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.5208412Z [6532/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.5223654Z [6533/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.5278900Z [6534/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.5293426Z [6535/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.5471902Z [6536/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.6596653Z [6537/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.6674510Z [6538/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.6726146Z [6539/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.6740759Z [6540/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.6789588Z [6541/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.6922158Z [6542/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.6974904Z [6543/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.7986341Z [6544/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.8175956Z [6545/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.8237025Z [6546/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.8305861Z [6547/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.8357643Z [6548/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.8496843Z [6549/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.8593054Z [6550/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.9590952Z [6551/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:29.9853344Z [6552/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:29.9940478Z [6553/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.0043031Z [6554/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.0278948Z [6555/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.0657152Z [6556/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.0719277Z [6557/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.0940468Z [6558/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.1339062Z [6559/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.1827274Z [6560/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.1879954Z [6561/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.1938024Z [6562/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.1950303Z [6563/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.2290382Z [6564/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.2586057Z [6565/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.2730586Z [6566/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.3214147Z [6567/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.3228255Z [6568/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.3508732Z [6569/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.3522578Z [6570/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.3785285Z [6571/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.3893242Z [6572/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.4058208Z [6573/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.4540493Z [6574/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.4557275Z [6575/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.4804594Z [6576/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.5258326Z [6577/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.5322104Z [6578/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.5333998Z [6579/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.5346331Z [6580/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.5771166Z [6581/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.5960846Z [6582/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.6534916Z [6583/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.6600572Z [6584/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.7149559Z [6585/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.7666877Z [6586/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:06:30.7755568Z [6587/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.7797174Z [6588/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.7844406Z [6589/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.7892557Z [6590/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.8001010Z [6591/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.8411533Z [6592/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.9031665Z [6593/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.9106939Z [6594/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.9218501Z [6595/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.9376335Z [6596/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:30.9587929Z [6597/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:30.9641694Z [6598/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.0026485Z [6599/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.0583708Z [6600/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.0633311Z [6601/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.1050822Z [6602/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.1166348Z [6603/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.1409777Z [6604/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.1465137Z [6605/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.1588795Z [6606/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.1825691Z [6607/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.1956026Z [6608/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.2385660Z [6609/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.2856706Z [6610/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.2921126Z [6611/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.3050160Z [6612/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.3149165Z [6613/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.3234514Z [6614/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:06:31.3284862Z [6615/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:06:31.3430422Z [6616/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-03-14T04:06:31.3854631Z [6617/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-03-14T04:06:31.3867572Z [6618/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-03-14T04:06:31.4528906Z [6619/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.4578375Z [6620/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.4620302Z [6621/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.4669338Z [6622/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.5137492Z [6623/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.5194553Z [6624/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.5372771Z [6625/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.5883859Z [6626/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.5896996Z [6627/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.6019503Z [6628/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.6251925Z [6629/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.6688732Z [6630/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.6706219Z [6631/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.6977616Z [6632/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.7215556Z [6633/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.7359959Z [6634/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.7436488Z [6635/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.7526635Z [6636/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.8046606Z [6637/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.8098920Z [6638/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.8257981Z [6639/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.8631271Z [6640/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.8683558Z [6641/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.9190616Z [6642/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.9443060Z [6643/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.9806983Z [6644/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.9870435Z [6645/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:31.9884110Z [6646/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:31.9898553Z [6647/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.0311829Z [6648/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.0481625Z [6649/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.1081298Z [6650/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.1140415Z [6651/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.1191795Z [6652/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.1256833Z [6653/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.1269843Z [6654/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.1665201Z [6655/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.1742555Z [6656/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.2528929Z [6657/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.2579943Z [6658/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.2626124Z [6659/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.2744373Z [6660/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.2937130Z [6661/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.3413263Z [6662/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.3426846Z [6663/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:06:32.5434480Z [6664/7082] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:06:32.8470683Z [6665/7082] Linking CXX static library lib\gtest_main.lib 2025-03-14T04:06:33.3125452Z [6666/7082] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-03-14T04:06:33.4667536Z [6667/7082] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-03-14T04:06:33.9657061Z [6668/7082] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-03-14T04:06:34.8010400Z [6669/7082] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-03-14T04:06:34.8864765Z [6670/7082] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-03-14T04:06:34.9863631Z [6671/7082] Linking CXX static library lib\gmock.lib 2025-03-14T04:06:35.0297845Z [6672/7082] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-03-14T04:06:35.1289595Z [6673/7082] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-03-14T04:06:35.2001278Z [6674/7082] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-03-14T04:06:35.2546393Z [6675/7082] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-03-14T04:06:35.2794403Z [6676/7082] Linking CXX static library lib\benchmark.lib 2025-03-14T04:06:35.3200132Z [6677/7082] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-03-14T04:06:35.3419693Z [6678/7082] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-03-14T04:06:35.3645640Z [6679/7082] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-03-14T04:06:35.4665841Z [6680/7082] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-03-14T04:06:35.6131761Z [6681/7082] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-03-14T04:06:35.6783754Z [6682/7082] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-03-14T04:06:35.6841725Z [6683/7082] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-03-14T04:06:35.6903299Z [6684/7082] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-03-14T04:06:35.7250446Z [6685/7082] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-03-14T04:06:35.7748188Z [6686/7082] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-03-14T04:06:35.8198101Z [6687/7082] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-03-14T04:06:35.9701971Z [6688/7082] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-03-14T04:06:35.9834889Z [6689/7082] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-03-14T04:06:36.0273556Z [6690/7082] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-03-14T04:06:36.0430948Z [6691/7082] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-03-14T04:06:36.0982755Z [6692/7082] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-03-14T04:06:36.1994983Z [6693/7082] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-03-14T04:06:36.2669576Z [6694/7082] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-03-14T04:06:36.3833608Z [6695/7082] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-03-14T04:06:36.3849624Z [6696/7082] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-03-14T04:06:36.3922211Z [6697/7082] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-03-14T04:06:36.4035354Z [6698/7082] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-03-14T04:06:36.5369743Z [6699/7082] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-03-14T04:06:36.5601665Z [6700/7082] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-03-14T04:06:36.6540391Z [6701/7082] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-03-14T04:06:36.7029863Z [6702/7082] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-03-14T04:06:36.8102511Z [6703/7082] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-03-14T04:06:36.8766212Z [6704/7082] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-03-14T04:06:36.9011136Z [6705/7082] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-03-14T04:06:36.9026795Z [6706/7082] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-03-14T04:06:37.0364612Z [6707/7082] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-03-14T04:06:37.0692360Z [6708/7082] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-03-14T04:06:37.0932345Z [6709/7082] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-03-14T04:06:37.1926274Z [6710/7082] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-03-14T04:06:37.2806087Z [6711/7082] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-03-14T04:06:37.3249385Z [6712/7082] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-03-14T04:06:37.3265844Z [6713/7082] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-03-14T04:06:37.3266832Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2025-03-14T04:06:37.3268387Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: while compiling class template member function 'void `anonymous-namespace'::OptionalTest_Empty_Test::TestBody(void)' 2025-03-14T04:06:37.3269388Z with 2025-03-14T04:06:37.3269618Z [ 2025-03-14T04:06:37.3269855Z T=Type 2025-03-14T04:06:37.3270140Z ] 2025-03-14T04:06:37.3271359Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(499): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-03-14T04:06:37.3272796Z with 2025-03-14T04:06:37.3272982Z [ 2025-03-14T04:06:37.3273156Z T=Type 2025-03-14T04:06:37.3273352Z ] 2025-03-14T04:06:37.3274400Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(713): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2025-03-14T04:06:37.3277680Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): note: while compiling class template member function 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' 2025-03-14T04:06:37.3282258Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to function template instantiation 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' being compiled 2025-03-14T04:06:37.3826417Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to class template instantiation 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>' being compiled 2025-03-14T04:06:37.3828735Z [6714/7082] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-03-14T04:06:37.4098667Z [6715/7082] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-03-14T04:06:37.4338723Z [6716/7082] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-03-14T04:06:37.5381203Z [6717/7082] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-03-14T04:06:37.5766367Z [6718/7082] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-03-14T04:06:37.6512049Z [6719/7082] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-03-14T04:06:37.7054328Z [6720/7082] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-03-14T04:06:37.7967797Z [6721/7082] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-03-14T04:06:37.9800847Z [6722/7082] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:06:37.9911783Z [6723/7082] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:06:38.0206047Z [6724/7082] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-03-14T04:06:38.0889407Z [6725/7082] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:06:38.0890514Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:06:38.0891791Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:06:40.4256992Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:06:40.4259472Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:06:40.4261117Z [6726/7082] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-03-14T04:06:40.4868545Z [6727/7082] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-03-14T04:06:40.6663537Z [6728/7082] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-03-14T04:06:40.7513985Z [6729/7082] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-03-14T04:06:40.7973143Z [6730/7082] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-03-14T04:06:40.9131617Z [6731/7082] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-03-14T04:06:40.9802393Z [6732/7082] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-03-14T04:06:43.2003092Z [6733/7082] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-03-14T04:06:43.2504271Z [6734/7082] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-03-14T04:06:43.4619826Z [6735/7082] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-03-14T04:06:43.5257945Z [6736/7082] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-03-14T04:06:43.7464490Z [6737/7082] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-03-14T04:06:43.8042387Z [6738/7082] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-03-14T04:06:44.1078082Z [6739/7082] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-03-14T04:06:45.9824278Z [6740/7082] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-03-14T04:06:46.2451764Z [6741/7082] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-03-14T04:06:46.2903307Z [6742/7082] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-03-14T04:06:46.4010457Z [6743/7082] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-03-14T04:06:46.4740088Z [6744/7082] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-03-14T04:06:46.5482074Z [6745/7082] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-03-14T04:06:46.6086832Z [6746/7082] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-03-14T04:06:47.2103576Z [6747/7082] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-03-14T04:06:48.6412437Z [6748/7082] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-03-14T04:06:49.0818743Z [6749/7082] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-03-14T04:06:49.2154655Z [6750/7082] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-03-14T04:06:49.3424933Z [6751/7082] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-03-14T04:06:49.3748153Z [6752/7082] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-03-14T04:06:49.4428793Z [6753/7082] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-03-14T04:06:49.8783415Z [6754/7082] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-03-14T04:06:51.1618222Z [6755/7082] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-03-14T04:06:51.3913738Z [6756/7082] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-03-14T04:06:51.9421192Z [6757/7082] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-03-14T04:06:51.9638233Z [6758/7082] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-03-14T04:06:52.0965518Z [6759/7082] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-03-14T04:06:52.1905430Z [6760/7082] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-03-14T04:06:52.4249785Z [6761/7082] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-03-14T04:06:52.4975097Z [6762/7082] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-03-14T04:06:54.3279897Z [6763/7082] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-03-14T04:06:54.6152232Z [6764/7082] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-03-14T04:06:54.6884139Z [6765/7082] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-03-14T04:06:54.9601771Z [6766/7082] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-03-14T04:06:55.0508585Z [6767/7082] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-03-14T04:06:55.1438109Z [6768/7082] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-03-14T04:06:55.2662065Z [6769/7082] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-03-14T04:06:55.4612811Z [6770/7082] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-03-14T04:06:55.8797690Z [6771/7082] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-03-14T04:06:55.9358877Z [6772/7082] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-03-14T04:06:56.0892347Z [6773/7082] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-03-14T04:06:56.1081851Z [6774/7082] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-03-14T04:06:56.1842836Z [6775/7082] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-03-14T04:06:56.3223309Z [6776/7082] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-03-14T04:06:56.3367263Z [6777/7082] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-03-14T04:06:56.4055674Z [6778/7082] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-03-14T04:06:56.6695873Z [6779/7082] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-03-14T04:06:56.7068853Z [6780/7082] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-03-14T04:06:56.8270245Z [6781/7082] Building CXX object caffe2\CMakeFiles\make_boxed_from_unboxed_functor_test.dir\__\aten\src\ATen\core\boxing\impl\make_boxed_from_unboxed_functor_test.cpp.obj 2025-03-14T04:06:56.8339529Z [6782/7082] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-03-14T04:06:56.8587402Z [6783/7082] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-03-14T04:06:57.1483667Z [6784/7082] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-03-14T04:06:57.1905357Z [6785/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-03-14T04:06:57.2717181Z [6786/7082] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-03-14T04:06:57.5423332Z [6787/7082] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-03-14T04:06:58.1142117Z [6788/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-03-14T04:06:58.7982289Z [6789/7082] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-03-14T04:06:59.1086741Z [6790/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-03-14T04:06:59.2506336Z [6791/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-03-14T04:06:59.4814313Z [6792/7082] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-03-14T04:06:59.5491553Z [6793/7082] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-03-14T04:06:59.6705382Z [6794/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-03-14T04:06:59.9669989Z [6795/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-03-14T04:07:00.1190079Z [6796/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-03-14T04:07:00.4439310Z [6797/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-03-14T04:07:00.6544198Z [6798/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-03-14T04:07:00.8613700Z [6799/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-03-14T04:07:01.3782442Z [6800/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-03-14T04:07:01.6052759Z [6801/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-03-14T04:07:01.7918254Z [6802/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-03-14T04:07:02.1252202Z [6803/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-03-14T04:07:02.4253192Z [6804/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-03-14T04:07:02.6083417Z [6805/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-03-14T04:07:02.8797869Z [6806/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-03-14T04:07:03.0192754Z [6807/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-03-14T04:07:04.3293520Z [6808/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-03-14T04:07:04.4989386Z [6809/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-03-14T04:07:04.8365994Z [6810/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-03-14T04:07:05.1770650Z [6811/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-03-14T04:07:05.3637876Z [6812/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-03-14T04:07:05.8499441Z [6813/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-03-14T04:07:05.9209296Z [6814/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-03-14T04:07:06.0647853Z [6815/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-03-14T04:07:06.1421006Z [6816/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-03-14T04:07:06.2856731Z [6817/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-03-14T04:07:06.7515332Z [6818/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-03-14T04:07:07.2535487Z [6819/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-03-14T04:07:07.6717424Z [6820/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-03-14T04:07:08.1093518Z [6821/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-03-14T04:07:08.1994867Z [6822/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-03-14T04:07:08.6589100Z [6823/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-03-14T04:07:09.0400967Z [6824/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-03-14T04:07:09.1255488Z [6825/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-03-14T04:07:09.1973219Z [6826/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-03-14T04:07:09.2430430Z [6827/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-03-14T04:07:09.9142678Z [6828/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-03-14T04:07:10.0055959Z [6829/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-03-14T04:07:10.1428330Z [6830/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-03-14T04:07:10.7737931Z [6831/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-03-14T04:07:10.8372697Z [6832/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-03-14T04:07:10.8787387Z [6833/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-03-14T04:07:11.0363147Z [6834/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-03-14T04:07:11.0619795Z [6835/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-03-14T04:07:11.2731367Z [6836/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-03-14T04:07:11.3796485Z [6837/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-03-14T04:07:11.7321906Z [6838/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-03-14T04:07:11.8532063Z [6839/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-03-14T04:07:11.8734312Z [6840/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-03-14T04:07:11.9867396Z [6841/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-03-14T04:07:12.0595102Z [6842/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-03-14T04:07:13.6971348Z [6843/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-03-14T04:07:13.7720828Z [6844/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-03-14T04:07:13.9738132Z [6845/7082] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-03-14T04:07:14.4698590Z [6846/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-03-14T04:07:14.5019151Z [6847/7082] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-03-14T04:07:14.6712516Z [6848/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-03-14T04:07:14.7776474Z [6849/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-03-14T04:07:15.6180727Z [6850/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-03-14T04:07:16.4432951Z [6851/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-03-14T04:07:16.6388743Z [6852/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-03-14T04:07:16.7826473Z [6853/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-03-14T04:07:17.1823855Z [6854/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-03-14T04:07:17.3738020Z [6855/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-03-14T04:07:17.4009420Z [6856/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-03-14T04:07:17.7140722Z [6857/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-03-14T04:07:19.3216400Z [6858/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-03-14T04:07:19.5135803Z [6859/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-03-14T04:07:19.5746007Z [6860/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-03-14T04:07:20.1692203Z [6861/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-03-14T04:07:20.2367030Z [6862/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-03-14T04:07:20.3281550Z [6863/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-03-14T04:07:20.6239508Z [6864/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-03-14T04:07:21.5105391Z [6865/7082] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-03-14T04:07:22.0155646Z [6866/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-03-14T04:07:22.2169642Z [6867/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-03-14T04:07:22.3619034Z [6868/7082] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-03-14T04:07:22.4067653Z [6869/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-03-14T04:07:22.4927684Z [6870/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-03-14T04:07:22.7248532Z [6871/7082] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-03-14T04:07:22.8117677Z [6872/7082] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-03-14T04:07:22.8657350Z [6873/7082] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-03-14T04:07:23.2228062Z [6874/7082] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-03-14T04:07:25.2624389Z [6875/7082] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-03-14T04:07:25.4270681Z [6876/7082] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-03-14T04:07:25.5131688Z [6877/7082] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-03-14T04:07:25.6549470Z [6878/7082] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-03-14T04:07:25.7743876Z [6879/7082] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-03-14T04:07:25.8825575Z [6880/7082] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-03-14T04:07:26.1041488Z [6881/7082] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-03-14T04:07:26.1880558Z [6882/7082] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-03-14T04:07:28.2928128Z [6883/7082] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-03-14T04:07:28.3609577Z [6884/7082] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-03-14T04:07:28.5512498Z [6885/7082] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-03-14T04:07:28.5748736Z [6886/7082] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-03-14T04:07:28.7038122Z [6887/7082] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-03-14T04:07:29.1194482Z [6888/7082] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-03-14T04:07:29.1946905Z [6889/7082] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-03-14T04:07:31.2926985Z [6890/7082] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-03-14T04:07:31.3674670Z [6891/7082] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-03-14T04:07:31.4979046Z [6892/7082] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-03-14T04:07:31.6279287Z [6893/7082] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-03-14T04:07:32.0346700Z [6894/7082] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-03-14T04:07:32.1200364Z [6895/7082] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-03-14T04:07:32.1521857Z [6896/7082] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-03-14T04:07:34.3247523Z [6897/7082] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-03-14T04:07:34.4218267Z [6898/7082] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-03-14T04:07:34.5801203Z [6899/7082] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-03-14T04:07:34.6185583Z [6900/7082] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-03-14T04:07:35.0500315Z [6901/7082] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-03-14T04:07:35.0750845Z [6902/7082] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-03-14T04:07:35.1382679Z [6903/7082] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-03-14T04:07:37.3346799Z [6904/7082] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-03-14T04:07:37.3770462Z [6905/7082] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-03-14T04:07:37.4314233Z [6906/7082] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-03-14T04:07:37.6146232Z [6907/7082] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-03-14T04:07:37.6975632Z [6908/7082] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-03-14T04:07:38.0591102Z [6909/7082] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-03-14T04:07:38.1404544Z [6910/7082] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-03-14T04:07:40.2265739Z [6911/7082] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-03-14T04:07:40.3050801Z [6912/7082] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-03-14T04:07:40.4120331Z [6913/7082] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-03-14T04:07:40.4952309Z [6914/7082] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-03-14T04:07:40.5837206Z [6915/7082] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-03-14T04:07:40.6529715Z [6916/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-03-14T04:07:41.0381979Z [6917/7082] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-03-14T04:07:41.1529491Z [6918/7082] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-03-14T04:07:41.3881244Z [6919/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-03-14T04:07:41.5085394Z [6920/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-03-14T04:07:41.5318395Z [6921/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-03-14T04:07:41.5512830Z [6922/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-03-14T04:07:41.8571078Z [6923/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-03-14T04:07:41.9147876Z [6924/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-03-14T04:07:42.2520950Z [6925/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-03-14T04:07:42.3577602Z [6926/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-03-14T04:07:42.9337326Z [6927/7082] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-03-14T04:07:43.3693645Z [6928/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-03-14T04:07:43.5859485Z [6929/7082] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-03-14T04:07:44.4538424Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:07:44.4539426Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:07:44.4540186Z [6930/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_graph_executor.cpp.obj 2025-03-14T04:07:44.8228928Z [6931/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-03-14T04:07:45.6072880Z [6932/7082] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-03-14T04:07:46.0133333Z [6933/7082] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-03-14T04:07:46.5605623Z [6934/7082] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-03-14T04:07:47.0063147Z [6935/7082] Linking CXX static library lib\gmock_main.lib 2025-03-14T04:07:47.0287700Z [6936/7082] Linking CXX static library lib\benchmark_main.lib 2025-03-14T04:07:47.2878472Z [6937/7082] Linking CXX static library lib\fmt.lib 2025-03-14T04:07:47.7626247Z [6938/7082] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-03-14T04:07:48.4583858Z [6939/7082] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-03-14T04:07:48.8859513Z [6940/7082] Linking C static library lib\cpuinfo_internals.lib 2025-03-14T04:07:52.6617967Z [6941/7082] Linking CXX executable bin\c10_Device_test.exe 2025-03-14T04:07:52.6628407Z [6942/7082] Linking CXX executable bin\c10_Scalar_test.exe 2025-03-14T04:07:52.6637734Z [6943/7082] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-03-14T04:07:52.6646751Z [6944/7082] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-03-14T04:07:52.6655725Z [6945/7082] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-03-14T04:07:52.9021687Z [6946/7082] Linking CXX executable bin\c10_SymInt_test.exe 2025-03-14T04:07:52.9171280Z [6947/7082] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-03-14T04:07:52.9307713Z [6948/7082] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-03-14T04:07:52.9317890Z [6949/7082] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-03-14T04:07:52.9680519Z [6950/7082] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-03-14T04:07:53.0979960Z [6951/7082] Linking CXX executable bin\c10_cow_test.exe 2025-03-14T04:07:53.1316269Z [6952/7082] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-03-14T04:07:53.1337522Z [6953/7082] Linking CXX executable bin\c10_Bitset_test.exe 2025-03-14T04:07:53.1555070Z [6954/7082] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-03-14T04:07:53.3244736Z [6955/7082] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-03-14T04:07:53.3941265Z [6956/7082] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-03-14T04:07:53.4113111Z [6957/7082] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-03-14T04:07:53.4240250Z [6958/7082] Linking CXX executable bin\c10_LeftRight_test.exe 2025-03-14T04:07:53.4457998Z [6959/7082] Linking CXX static library lib\libprotobuf-lite.lib 2025-03-14T04:07:53.4488927Z [6960/7082] Linking CXX executable bin\c10_Half_test.exe 2025-03-14T04:07:53.5537657Z [6961/7082] Linking CXX executable bin\c10_Synchronized_test.exe 2025-03-14T04:07:53.6315610Z [6962/7082] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-03-14T04:07:53.6643487Z [6963/7082] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-03-14T04:07:53.8263623Z [6964/7082] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-03-14T04:07:53.8514892Z [6965/7082] Linking CXX executable bin\c10_TypeList_test.exe 2025-03-14T04:07:53.8861991Z [6966/7082] Linking CXX executable bin\c10_bfloat16_test.exe 2025-03-14T04:07:53.8908361Z [6967/7082] Linking CXX executable bin\c10_accumulate_test.exe 2025-03-14T04:07:53.9144501Z [6968/7082] Linking CXX executable bin\c10_bit_cast_test.exe 2025-03-14T04:07:53.9667861Z [6969/7082] Linking CXX executable bin\c10_complex_math_test.exe 2025-03-14T04:07:53.9918318Z [6970/7082] Linking CXX executable bin\c10_complex_test.exe 2025-03-14T04:07:54.1156535Z [6971/7082] Linking CXX executable bin\c10_error_test.exe 2025-03-14T04:07:54.3011732Z [6972/7082] Linking CXX executable bin\c10_generic_math_test.exe 2025-03-14T04:07:54.3150214Z [6973/7082] Linking CXX executable bin\c10_exception_test.exe 2025-03-14T04:07:54.3429227Z [6974/7082] Linking CXX executable bin\c10_irange_test.exe 2025-03-14T04:07:54.3515280Z [6975/7082] Linking CXX executable bin\c10_lazy_test.exe 2025-03-14T04:07:54.3791783Z [6976/7082] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-03-14T04:07:54.4470607Z [6977/7082] Linking CXX executable bin\c10_flags_test.exe 2025-03-14T04:07:54.5019756Z [6978/7082] Linking CXX executable bin\c10_logging_test.exe 2025-03-14T04:07:54.5410975Z [6979/7082] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-03-14T04:07:54.6274748Z [6980/7082] Linking CXX executable bin\c10_registry_test.exe 2025-03-14T04:07:54.6604087Z [6981/7082] Linking CXX executable bin\c10_optional_test.exe 2025-03-14T04:07:54.6711820Z [6982/7082] Linking CXX executable bin\c10_small_vector_test.exe 2025-03-14T04:07:54.6789279Z [6983/7082] Linking CXX executable bin\c10_ssize_test.exe 2025-03-14T04:07:54.7008586Z [6984/7082] Linking CXX executable bin\c10_string_util_test.exe 2025-03-14T04:07:54.8704371Z [6985/7082] Linking CXX executable bin\c10_string_view_test.exe 2025-03-14T04:07:54.9903853Z [6986/7082] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-03-14T04:07:55.0185226Z [6987/7082] Linking CXX executable bin\c10_tempfile_test.exe 2025-03-14T04:07:55.0692819Z [6988/7082] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-03-14T04:07:55.0742507Z [6989/7082] Linking CXX executable bin\c10_typeid_test.exe 2025-03-14T04:07:55.0893871Z [6990/7082] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-03-14T04:07:55.1021233Z [6991/7082] Linking C shared library bin\torch_global_deps.dll 2025-03-14T04:07:55.2940971Z [6992/7082] Linking C executable sleef\bin\addSuffix.exe 2025-03-14T04:08:00.2685347Z [6993/7082] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-03-14T04:08:00.3865122Z [6994/7082] Linking C static library lib\microkernels-all.lib 2025-03-14T04:19:16.3140386Z [6995/7082] Linking CXX shared library bin\torch_cpu.dll 2025-03-14T04:19:16.7650821Z [6996/7082] Linking CXX shared library bin\torch.dll 2025-03-14T04:19:16.8195382Z [6997/7082] Linking CXX static library lib\unbox_lib.lib 2025-03-14T04:19:17.0406397Z [6998/7082] Linking CXX shared library bin\shm.dll 2025-03-14T04:19:17.8406706Z [6999/7082] Linking CXX shared library bin\jitbackend_test.dll 2025-03-14T04:19:18.0878947Z [7000/7082] Linking CXX executable bin\BackoffTest.exe 2025-03-14T04:19:18.0940333Z [7001/7082] Linking CXX executable bin\FileStoreTest.exe 2025-03-14T04:19:18.0951200Z [7002/7082] Linking CXX executable bin\TCPStoreTest.exe 2025-03-14T04:19:18.0961403Z [7003/7082] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-03-14T04:19:18.1042340Z [7004/7082] Linking CXX shared library bin\backend_with_compiler.dll 2025-03-14T04:19:18.3445465Z [7005/7082] Linking CXX executable bin\Dimname_test.exe 2025-03-14T04:19:18.5100953Z [7006/7082] Linking CXX executable bin\NamedTensor_test.exe 2025-03-14T04:19:18.6798142Z [7007/7082] Linking CXX executable bin\Dict_test.exe 2025-03-14T04:19:18.8989577Z [7008/7082] Linking CXX executable bin\apply_utils_test.exe 2025-03-14T04:19:18.9437695Z [7009/7082] Linking CXX executable bin\MaybeOwned_test.exe 2025-03-14T04:19:18.9604643Z [7010/7082] Linking CXX executable bin\atest.exe 2025-03-14T04:19:19.1773568Z [7011/7082] Linking CXX executable bin\basic.exe 2025-03-14T04:19:19.2603134Z [7012/7082] Linking CXX executable bin\cpu_allocator_test.exe 2025-03-14T04:19:19.4304602Z [7013/7082] Linking CXX executable bin\broadcast_test.exe 2025-03-14T04:19:19.6310690Z [7014/7082] Linking CXX executable bin\cpu_generator_test.exe 2025-03-14T04:19:19.6454946Z [7015/7082] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-03-14T04:19:19.9001455Z [7016/7082] Linking CXX executable bin\dispatch_key_set_test.exe 2025-03-14T04:19:19.9924452Z [7017/7082] Linking CXX executable bin\dlconvertor_test.exe 2025-03-14T04:19:20.3303741Z [7018/7082] Linking CXX executable bin\half_test.exe 2025-03-14T04:19:20.3340262Z [7019/7082] Linking CXX executable bin\extension_backend_test.exe 2025-03-14T04:19:20.3399454Z [7020/7082] Linking CXX executable bin\cpu_rng_test.exe 2025-03-14T04:19:20.6804500Z [7021/7082] Linking CXX executable bin\ivalue_test.exe 2025-03-14T04:19:20.7646866Z [7022/7082] Linking CXX executable bin\memory_format_test.exe 2025-03-14T04:19:20.7762576Z [7023/7082] Linking CXX executable bin\math_kernel_test.exe 2025-03-14T04:19:20.9029079Z [7024/7082] Linking CXX executable bin\lazy_tensor_test.exe 2025-03-14T04:19:21.1943004Z [7025/7082] Linking CXX executable bin\operator_name_test.exe 2025-03-14T04:19:21.2254708Z [7026/7082] Linking CXX executable bin\memory_overlapping_test.exe 2025-03-14T04:19:21.2404243Z [7027/7082] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-03-14T04:19:21.2543853Z [7028/7082] Linking CXX executable bin\native_test.exe 2025-03-14T04:19:21.6659243Z [7029/7082] Linking CXX executable bin\operators_test.exe 2025-03-14T04:19:21.6955179Z [7030/7082] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-03-14T04:19:21.7043351Z [7031/7082] Linking CXX executable bin\quantized_test.exe 2025-03-14T04:19:21.7190656Z [7032/7082] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-03-14T04:19:21.9436402Z [7033/7082] Linking CXX executable bin\pow_test.exe 2025-03-14T04:19:22.0946355Z [7034/7082] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-03-14T04:19:22.1629058Z [7035/7082] Linking CXX executable bin\scalar_tensor_test.exe 2025-03-14T04:19:22.3402698Z [7036/7082] Linking CXX executable bin\reduce_ops_test.exe 2025-03-14T04:19:22.4302993Z [7037/7082] Linking CXX executable bin\StorageUtils_test.exe 2025-03-14T04:19:22.4637454Z [7038/7082] Linking CXX executable bin\scalar_test.exe 2025-03-14T04:19:22.5097092Z [7039/7082] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-03-14T04:19:22.6075815Z [7040/7082] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-03-14T04:19:22.7373476Z [7041/7082] Linking CXX executable bin\stride_properties_test.exe 2025-03-14T04:19:22.8803127Z [7042/7082] Linking CXX executable bin\thread_init_test.exe 2025-03-14T04:19:22.8842957Z [7043/7082] Linking CXX executable bin\test_parallel.exe 2025-03-14T04:19:22.8891332Z [7044/7082] Linking CXX executable bin\type_ptr_test.exe 2025-03-14T04:19:23.1875982Z [7045/7082] Linking CXX executable bin\verify_api_visibility.exe 2025-03-14T04:19:23.2128177Z [7046/7082] Linking CXX executable bin\type_test.exe 2025-03-14T04:19:23.2279809Z [7047/7082] Linking CXX executable bin\undefined_tensor_test.exe 2025-03-14T04:19:23.2322313Z [7048/7082] Linking CXX executable bin\tensor_iterator_test.exe 2025-03-14T04:19:23.3197192Z [7049/7082] Linking CXX executable bin\weakref_test.exe 2025-03-14T04:19:23.3445230Z [7050/7082] Linking CXX executable bin\wrapdim_test.exe 2025-03-14T04:19:23.6233831Z [7051/7082] Linking CXX executable bin\xla_tensor_test.exe 2025-03-14T04:19:23.7026671Z [7052/7082] Linking CXX executable bin\legacy_vmap_test.exe 2025-03-14T04:19:23.7679509Z [7053/7082] Linking CXX executable bin\IListRef_test.exe 2025-03-14T04:19:23.9445393Z [7054/7082] Linking CXX executable bin\KernelFunction_test.exe 2025-03-14T04:19:24.2618073Z [7055/7082] Linking CXX executable bin\List_test.exe 2025-03-14T04:19:24.2884265Z [7056/7082] Linking CXX executable bin\kernel_stackbased_test.exe 2025-03-14T04:19:24.5288617Z [7057/7082] Linking CXX executable bin\CppSignature_test.exe 2025-03-14T04:19:24.6115797Z [7058/7082] Linking CXX executable bin\kernel_function_test.exe 2025-03-14T04:19:24.6233205Z [7059/7082] Linking CXX executable bin\backend_fallback_test.exe 2025-03-14T04:19:24.7981441Z [7060/7082] Linking CXX executable bin\op_allowlist_test.exe 2025-03-14T04:19:24.9506564Z [7061/7082] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-03-14T04:19:25.1161797Z [7062/7082] Linking CXX executable bin\kernel_lambda_test.exe 2025-03-14T04:19:25.2469113Z [7063/7082] Linking CXX executable bin\test_edge_op_registration.exe 2025-03-14T04:19:25.2525903Z [7064/7082] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-03-14T04:19:25.2633499Z [7065/7082] Linking CXX executable bin\inline_container_test.exe 2025-03-14T04:19:25.6529741Z [7066/7082] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-03-14T04:19:25.8409823Z [7067/7082] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-03-14T04:19:25.9509320Z [7068/7082] Linking CXX shared library bin\aoti_custom_ops.dll 2025-03-14T04:19:26.2529707Z [7069/7082] Linking CXX executable bin\parallel_benchmark.exe 2025-03-14T04:19:26.7058402Z [7070/7082] Linking CXX shared library bin\torchbind_test.dll 2025-03-14T04:19:29.0848931Z [7071/7082] Linking CXX executable bin\test_lazy.exe 2025-03-14T04:19:29.2358534Z [7072/7082] Linking CXX executable bin\op_registration_test.exe 2025-03-14T04:19:31.3588053Z [7073/7082] Linking CXX executable bin\test_tensorexpr.exe 2025-03-14T04:19:34.5672523Z [7074/7082] Linking CXX executable bin\test_jit.exe 2025-03-14T04:19:35.9236178Z [7075/7082] Linking CXX executable bin\test_api.exe 2025-03-14T04:19:43.1897092Z [7076/7082] Linking CXX shared library bin\torch_python.dll 2025-03-14T04:19:43.4862206Z [7077/7082] Linking CXX shared module functorch\functorch.pyd 2025-03-14T04:19:43.4969107Z [7078/7082] Linking CXX shared library bin\nnapi_backend.dll 2025-03-14T04:19:43.4980438Z [7078/7082] Install the project... 2025-03-14T04:19:43.6945816Z -- Install configuration: "Release" 2025-03-14T04:21:35.8508398Z -- Building version 2.8.0a0+gitaed0b7a 2025-03-14T04:21:35.8508784Z -- Checkout nccl release tag: v2.25.1-1 2025-03-14T04:21:35.8511195Z 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.8.0a0+gitaed0b7a -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:21:35.8513778Z cmake --build . --target install --config Release -j 8 2025-03-14T04:21:35.8514150Z running bdist_wheel 2025-03-14T04:21:43.0741671Z running build 2025-03-14T04:21:43.0741947Z running build_py 2025-03-14T04:21:43.0845462Z creating build\lib.win-amd64-cpython-39\functorch 2025-03-14T04:21:43.0850213Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-03-14T04:21:43.0879250Z creating build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.0882936Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.2042486Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3057131Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3082799Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3123046Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3145151Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3155034Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3164654Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3202369Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3229114Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3240007Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3249085Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3254843Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3270863Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3280240Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3290896Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3301201Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3312429Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3318056Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3340001Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3365629Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3375898Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3922618Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.3934521Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4023763Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4053216Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4089439Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4100541Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4110556Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4119849Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4130448Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4136186Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4167317Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4219486Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4235190Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4239968Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4387965Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4408950Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4415022Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4421253Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4432536Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4448383Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4453704Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4465659Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:43.4509020Z creating build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4512765Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4522402Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4531524Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4581456Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4598190Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4631398Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4651379Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4671485Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4685818Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4694895Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4706038Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4715316Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4766129Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4782827Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4797899Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4807741Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:21:43.4815208Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-03-14T04:21:43.4817934Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-03-14T04:21:43.4829980Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.4833125Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.4843513Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.4851550Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.4861794Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5572802Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5582855Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5597967Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5603313Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5612289Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:21:43.5623510Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:21:43.5627085Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:21:43.5638374Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:21:43.5649204Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:21:43.5655989Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:21:43.5671275Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:21:43.5676824Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:21:43.5682470Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:21:43.5688632Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-03-14T04:21:43.5691699Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-03-14T04:21:43.5698400Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-14T04:21:43.5700459Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-14T04:21:43.5707075Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-14T04:21:43.5710230Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-14T04:21:43.5717437Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-14T04:21:43.5732356Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-14T04:21:43.5738457Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-14T04:21:43.5741486Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-14T04:21:43.5748895Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:21:43.5751942Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:21:43.5761916Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:21:43.5775004Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:21:43.5778737Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:21:43.5794653Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:21:43.7151387Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:21:43.7158477Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-03-14T04:21:43.7161772Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-03-14T04:21:43.7170227Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7173339Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7185191Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7195187Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7213995Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7250012Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7285781Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7297858Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7313866Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7336648Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7347492Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7369806Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7375378Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:21:43.7391563Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-03-14T04:21:43.7394339Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-03-14T04:21:43.7405509Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:21:43.7408752Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:21:43.7431838Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:21:43.7432522Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:21:43.7446404Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:21:43.7449814Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:21:43.7460664Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:21:43.7466805Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-03-14T04:21:43.7469740Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-03-14T04:21:43.7482612Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7491578Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7497004Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7501506Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7611943Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7626914Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7637319Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7668522Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7679046Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7688224Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7697224Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7707649Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7713419Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7723214Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7738665Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7748694Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7765113Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7782550Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7791928Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:21:43.7822296Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.7825968Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.8860618Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.8883178Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.9813402Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.9823528Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.9846954Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:43.9920887Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0823504Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0830115Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0840928Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0851831Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0868999Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0880355Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0893442Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0903732Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0924018Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0934034Z copying torch\distributed\_serialization.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0943372Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0958846Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:21:44.0981329Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.0982800Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.0994732Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1004776Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1015327Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1038116Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1047559Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1057717Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1072778Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1082753Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1092989Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1104880Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1120457Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1130329Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1139715Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1149816Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1160377Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1171229Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1184942Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1195833Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1205301Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1217616Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1227617Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1243867Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1265174Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1274283Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1284696Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1294545Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1304163Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1315111Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1487927Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1498926Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1509802Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1532971Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1543438Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1553874Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1563138Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1572527Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1583585Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1593633Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1604508Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1614892Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1635936Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1645869Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1655913Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1668724Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1689915Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1701378Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:21:44.1715471Z creating build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1718448Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1724062Z copying torch\export\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1734065Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1744154Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1775375Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1800081Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1814711Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1844728Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1860652Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1869916Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1880465Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1889110Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1904228Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1936944Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1947197Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1958066Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:21:44.1975503Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-03-14T04:21:44.1978657Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-03-14T04:21:44.2006165Z creating build\lib.win-amd64-cpython-39\torch\func 2025-03-14T04:21:44.2009266Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-03-14T04:21:44.2016447Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-03-14T04:21:44.2019616Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-03-14T04:21:44.2033836Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2036787Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2046832Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2052318Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2081320Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2101190Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2122618Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2137362Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2158412Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2173476Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2189105Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2199699Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2208743Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2217899Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2227516Z copying torch\fx\_graph_pickler.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2277594Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2287053Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2297396Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2326520Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2336072Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:21:44.2350277Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.2353245Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3153923Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3173792Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3182817Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3198483Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3209127Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3218907Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3229133Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3238336Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3247701Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3257974Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3268178Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3279366Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3285245Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3295864Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3305801Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3315738Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3321362Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3331564Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3340771Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3361125Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3388611Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3399280Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3429219Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3438147Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3478131Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:44.3478612Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-03-14T04:21:44.3479880Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-03-14T04:21:44.3524181Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:21:44.3537128Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:21:44.3562734Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:21:44.3591099Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:21:44.3603725Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-03-14T04:21:44.3606623Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-03-14T04:21:44.4449756Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:21:44.4462849Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:21:44.4463651Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:21:44.4464238Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:21:44.4464883Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:21:44.4466210Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:21:44.4476863Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:21:44.4493340Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:21:44.4508218Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4511448Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4522323Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4533372Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4551189Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4563297Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4582367Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:21:44.4592293Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-03-14T04:21:44.4595081Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-03-14T04:21:44.4610670Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.4613650Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.4624017Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.4633338Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.7535158Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.7546486Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.7571710Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.8916947Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.8946863Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:44.8969730Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:44.8974188Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.0712234Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.0741974Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.0753456Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.1949586Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.1970228Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.1997214Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.2008495Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.2044507Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.3383191Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.3413069Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.3424502Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.3435185Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4414661Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4420698Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4431310Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4441343Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4455263Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4537940Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4570745Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.4614539Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.5971083Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6031366Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6031950Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6032759Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6036865Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6048432Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:21:45.6066194Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6069395Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6834808Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6849079Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6868838Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6883576Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6892897Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6908212Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6934058Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6966785Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.6982953Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8059136Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8077690Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8096462Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8111655Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8127516Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8137612Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8153372Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8169845Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8180350Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:21:45.8195235Z creating build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8198393Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8209362Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8219064Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8242780Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8254743Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8280311Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8298265Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8308589Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8318415Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8328008Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8338195Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8347955Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8363804Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8373712Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8383592Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:21:45.8391378Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8394291Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8404642Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8426184Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8432227Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8458540Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8487386Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8497512Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:21:45.8513336Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8516393Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8526510Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8532029Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8554620Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8564066Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8575054Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8586366Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8596463Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8656182Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8667310Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8673005Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8678456Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8691484Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8701161Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8711994Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8722648Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:21:45.8733761Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-03-14T04:21:45.8736970Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-03-14T04:21:45.8744604Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:45.8747794Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:45.8764582Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:45.8779084Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:45.8802039Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:45.8839541Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:46.0695240Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:21:46.0716455Z creating build\lib.win-amd64-cpython-39\torch\special 2025-03-14T04:21:46.0718548Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-03-14T04:21:46.0743714Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:21:46.0746536Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:21:46.1689528Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:21:46.1701945Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:21:46.1713976Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:21:46.1727359Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1730725Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1752821Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1769506Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1802532Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1826195Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1831961Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.1879116Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.3201253Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.3230774Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.3241270Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.3257979Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4571050Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4602465Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4614587Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4621109Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4634048Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4644868Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4656232Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4667482Z copying torch\utils\_appending_byte_serializer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4677252Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4687596Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4711921Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4723212Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4733377Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4743035Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4752472Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4777052Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4787453Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4796828Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4806871Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4815939Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4834334Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4843556Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4853131Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4864714Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4870582Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4880746Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4897463Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4923238Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4933247Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4938998Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4951303Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4970346Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4976007Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.4991326Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:21:46.5003373Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5006442Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5018648Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5029237Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5040221Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5050655Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5060258Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:21:46.5084520Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-14T04:21:46.5087622Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-14T04:21:46.5098808Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:21:46.5101861Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:21:46.5113891Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:21:46.5129944Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:21:46.5136277Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:21:46.5139455Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:21:46.5223620Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:21:46.5235193Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:21:46.5256171Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:21:46.5273128Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:21:46.5276229Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:21:46.5286228Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:21:46.5298375Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5301657Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5313528Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5343762Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5364262Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5374815Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5392939Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.5404802Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6580602Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6592022Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6609640Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6691280Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6825292Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6835545Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6852417Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6876338Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6888391Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6902149Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6964825Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6980888Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.6991670Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.7002235Z copying torch\_dynamo\graph_break_hints.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.7016623Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.7027997Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.7038397Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.8122672Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.8149176Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.8149877Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.8154965Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.8166691Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.9311459Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.9330613Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.9342301Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:46.9354632Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.0627014Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.0660458Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.1931684Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2001271Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2014485Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2029232Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2040324Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2050726Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2104585Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2116956Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2185415Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2204178Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:21:47.2217150Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.2220361Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.2252234Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.2262635Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.2278298Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.2301512Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.3280857Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.3307327Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.3322068Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.3333616Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:21:47.3349960Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3353075Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3383720Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3398393Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3415413Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3434077Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3443565Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3454308Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3465327Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3476710Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3486642Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3517197Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3527648Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3543542Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3557916Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3588664Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3600211Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3605813Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3615708Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3753765Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3764894Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3780360Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:21:47.3799866Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3803082Z copying torch\_higher_order_ops\aoti_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3815089Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3830417Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3854406Z copying torch\_higher_order_ops\base_hop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3864681Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3880419Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3890559Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3901630Z copying torch\_higher_order_ops\flat_apply.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3910961Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3930772Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3940743Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3950942Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3962169Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3973163Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3983297Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.3992708Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.4007214Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.4016716Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.4027818Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.4884121Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.5450115Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.5466868Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.5486200Z copying torch\_higher_order_ops\_invoke_quant.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.5497133Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:21:47.5516943Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5520247Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5532041Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5542492Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5566010Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5585438Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5596563Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5606938Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.5656399Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6576658Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6588866Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6600231Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6615457Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6651578Z copying torch\_inductor\compile_fx_ext.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6666117Z copying torch\_inductor\compile_fx_subproc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6675306Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6701276Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6712452Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6766208Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6777276Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6818315Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6829357Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.6847618Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8025360Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8046456Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8063246Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8074180Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8086102Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8096780Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8106740Z copying torch\_inductor\freezing_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.8117496Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:47.9077308Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0022994Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0059131Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0070306Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0082073Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0092870Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0189558Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0200873Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.0220818Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1244100Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1260279Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1271495Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1292030Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1315352Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1325648Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1348803Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1360175Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1375884Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1405606Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.1415461Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.2515048Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3483990Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3525097Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3545068Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3559680Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3577707Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3587432Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3598500Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3638736Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3645908Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3657455Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:21:48.3674108Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3677359Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3688339Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3697452Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3702901Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3714240Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3727921Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3738644Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3743943Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3750299Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3760974Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3766511Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:21:48.3778514Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3781933Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3792618Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3811744Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3821926Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3835712Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3846764Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3856184Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3867881Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3882660Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:21:48.3889770Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3892792Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3902782Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3913798Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3933349Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3947712Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:21:48.3960512Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.3963327Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.4896300Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.4907848Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.4919609Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.4929811Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5078809Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5089591Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5099607Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5109744Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5135194Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5140796Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5157342Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5167602Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5179892Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5190477Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5200436Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5210289Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:21:48.5218050Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.5221007Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.5231394Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.5988529Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.5999318Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.6010931Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:21:48.6057984Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:21:48.6061355Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:21:48.6077454Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:21:48.6108108Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:21:48.6111504Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:21:48.6128091Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:21:48.6137776Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:21:48.6220451Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:21:48.6230431Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:21:48.6244613Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:21:48.6255087Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:21:48.6266312Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6269328Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6288705Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6334272Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6349604Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6370110Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6405254Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6417000Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6427011Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:21:48.6433218Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-14T04:21:48.6435974Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-14T04:21:48.6441556Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-14T04:21:48.6444226Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-14T04:21:48.6455214Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:21:48.6458211Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:21:48.6473152Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:21:48.6493364Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:21:48.6499135Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:21:48.6502083Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:21:48.6512688Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:21:48.6521631Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6524710Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6540588Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6551655Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6567716Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6597677Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6616748Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6628562Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6639618Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6655863Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6675795Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6686561Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6697284Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6707102Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6717409Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6732673Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6743172Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6755060Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6796343Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:21:48.6796954Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-14T04:21:48.6797517Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-14T04:21:48.6798156Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-14T04:21:48.6800617Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-14T04:21:48.6807986Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-14T04:21:48.6810391Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-14T04:21:48.6817013Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:21:48.6849244Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:21:48.7766741Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:21:48.7774520Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-14T04:21:48.7777599Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-14T04:21:48.7784792Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:21:48.7788591Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:21:48.7798895Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:21:48.7805163Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-14T04:21:48.7808023Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-14T04:21:48.7814549Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-14T04:21:48.7817479Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-14T04:21:48.7824527Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:21:48.7827703Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:21:48.7847341Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:21:48.7857009Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:21:48.7866487Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:21:48.7877127Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:21:48.7880127Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:21:48.7887276Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7891134Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7900488Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7910891Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7920829Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7931388Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:21:48.7942865Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:48.7946192Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:48.7958775Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:48.7965240Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-14T04:21:48.7968174Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-14T04:21:48.7975255Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:21:48.7978278Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:21:48.7989183Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:21:48.7998803Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:21:48.8008702Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:21:48.8015402Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:21:48.8018468Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:21:48.8028354Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:21:48.8035278Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:21:48.8101430Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:21:48.8117796Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:21:48.8133129Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:21:48.8139794Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-14T04:21:48.8142754Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-14T04:21:48.8151329Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8154408Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8165447Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8175529Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8196625Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8206374Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8222786Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8233478Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8244299Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8255510Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8265272Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8274649Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:21:48.8285893Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-14T04:21:48.8293735Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-14T04:21:48.8301218Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:21:48.8304674Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:21:48.8319881Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:21:48.8331837Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:21:48.8356321Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:21:48.8363743Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8366786Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8378865Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8389297Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8404483Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8415190Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8426191Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:21:48.8433047Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:21:48.8436205Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:21:48.8447221Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:21:48.8456696Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:21:48.8463530Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:21:48.8466886Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:21:48.8478159Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:21:48.8485963Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.8488929Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.8503152Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.8528812Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.8543123Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.8553265Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9363726Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9376458Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9387681Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9402916Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9412982Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:21:48.9419689Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:21:48.9422939Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:21:48.9438290Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:21:48.9447821Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:21:48.9462500Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:21:48.9469353Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9477402Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9487256Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9497182Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9512183Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9524119Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:21:48.9529787Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-14T04:21:48.9532722Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-14T04:21:48.9538869Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:21:48.9542136Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:21:48.9558354Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:21:48.9564182Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:21:48.9567566Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:21:48.9580083Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:21:48.9587180Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:21:48.9595180Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:21:48.9605958Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:21:49.0429667Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:21:49.0445384Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:21:49.0453923Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0456944Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0467967Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0477380Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0491374Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0502656Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0512701Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0527754Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0537235Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:21:49.0544316Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:21:49.0547490Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:21:49.0553782Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:21:49.0557077Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:21:49.0567794Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:21:49.0577344Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:21:49.0589866Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0592743Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0608072Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0622291Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0632309Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0647220Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0651972Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0668162Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0676939Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0686846Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0697253Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0708182Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0723444Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.0734832Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:21:49.1720201Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.1723156Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.1748750Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.1764356Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.1774112Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2750063Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2764441Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2775357Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2781825Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2791420Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2801901Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2812193Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2847387Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2859601Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2873887Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2883282Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2903355Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2927691Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2947507Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2972678Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:21:49.2985350Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.2988613Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.2998391Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3008104Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3018368Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3033763Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3050188Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3069112Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3085996Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3103225Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3114483Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:21:49.3122323Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3125515Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3135934Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3146159Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3161776Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3171762Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3202415Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3216285Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3236236Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3246090Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:21:49.3254492Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3257266Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3288638Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3304276Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3319352Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3339582Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:21:49.3346370Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:21:49.3349514Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:21:49.3364514Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:21:49.3371414Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:21:49.3374597Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:21:49.3384349Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:21:49.3393449Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:21:49.3419572Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-14T04:21:49.3422346Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-14T04:21:49.3428803Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-14T04:21:49.3431554Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-14T04:21:49.3629980Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:21:49.3631900Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:21:49.3642257Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:21:49.3653181Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-14T04:21:49.3655689Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-14T04:21:49.3667228Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-14T04:21:49.3674060Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-14T04:21:49.3680856Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-14T04:21:49.3683669Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-14T04:21:49.3694419Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-14T04:21:49.3697707Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-14T04:21:49.3709301Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-14T04:21:49.3711298Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-14T04:21:49.3723407Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-14T04:21:49.3726303Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-14T04:21:49.3737458Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-14T04:21:49.3739499Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-14T04:21:49.3750687Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-14T04:21:49.3753476Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-14T04:21:49.3760248Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-14T04:21:49.3763785Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-14T04:21:49.3774981Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-14T04:21:49.3777724Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-14T04:21:49.3789156Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:21:49.3792043Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:21:49.3812276Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:21:49.3818097Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-14T04:21:49.3821356Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-14T04:21:49.3831956Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:21:49.3834824Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:21:49.3844977Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:21:49.3850847Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:21:49.3853737Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:21:49.3863849Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:21:49.3897627Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:21:49.3931915Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:21:49.3932629Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:21:49.3933263Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:21:49.3933853Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:21:49.3939450Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:21:49.3941154Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:21:49.3951469Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:21:49.3957134Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:21:49.3966025Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:21:49.3973125Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:21:49.3976229Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:21:49.3987862Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:21:49.3995188Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-14T04:21:49.4002723Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-14T04:21:49.4018236Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4021435Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4031571Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4046689Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4067529Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4081408Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4091150Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4096757Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4106664Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4133603Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4144247Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4161287Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4170474Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4180628Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4191872Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4217764Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4228736Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4239368Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4303999Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4315494Z copying torch\distributed\checkpoint\_async_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4325572Z copying torch\distributed\checkpoint\_async_process_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4336487Z copying torch\distributed\checkpoint\_async_thread_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4346881Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4356754Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4370357Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4379327Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4391964Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4402072Z copying torch\distributed\checkpoint\_hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4412994Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4423603Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4434306Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4445982Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4456995Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.4467392Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:21:49.5183299Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:21:49.5184343Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:21:49.5185159Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:21:49.5185794Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.5186385Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.5187232Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.5228726Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.5244258Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.5259857Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6526448Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6538938Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6549881Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6563609Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6612496Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6622678Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6646432Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6656437Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6692534Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6722295Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6732308Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6752230Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6763229Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6772923Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6784301Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6797473Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:21:49.6809616Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:21:49.6812547Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:21:49.6823010Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:21:49.6830163Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:21:49.6843349Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:21:49.6847510Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:21:49.6857816Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6863740Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6871774Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6881504Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6895719Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6906320Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6916710Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6927524Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6938079Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6947773Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6958795Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6969418Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6982317Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.6993429Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.7002224Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.7267444Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.7273592Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:21:49.7287686Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7290928Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7321616Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7348246Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7373212Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7388034Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7393620Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7417438Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7430045Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7439033Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:21:49.7447460Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7450437Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7470394Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7484556Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7493627Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7508965Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7518799Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7529124Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7539120Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7548861Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7558724Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:21:49.7572103Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7575229Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7580919Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7596312Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7622292Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7637687Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7653057Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7664239Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7681966Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7697012Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7730959Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7749390Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7760219Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7770945Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7785324Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:21:49.7798234Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:21:49.7801290Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:21:49.7812305Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:21:49.7827152Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:21:49.7851502Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:21:49.7852202Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7854030Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7864887Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7874441Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7883679Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7892946Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7906267Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7917448Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:21:49.7923999Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-14T04:21:49.7927010Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-14T04:21:49.7933756Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-14T04:21:49.7936692Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-14T04:21:49.7943124Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-14T04:21:49.7946274Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-14T04:21:49.7975326Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:21:49.7978158Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:21:49.7989266Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:21:49.7994738Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:21:49.8007352Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.8010454Z copying torch\distributed\_tools\common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.8025154Z copying torch\distributed\_tools\fake_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.8035568Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.8051399Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9438280Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9469129Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9493858Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9507834Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9524335Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9545195Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9556187Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:21:49.9564822Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9568182Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9593645Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9604646Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9623788Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9634352Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9644428Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9659664Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9680941Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9691593Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:21:49.9703191Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:21:49.9710907Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:21:49.9721300Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:21:49.9735571Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:21:49.9748800Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:21:49.9755172Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:21:49.9759193Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:21:49.9772999Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:21:49.9779042Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:21:49.9782414Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:21:49.9792435Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:21:49.9799279Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:21:49.9802757Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:21:49.9815235Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:21:49.9822053Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:21:49.9825219Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:21:49.9834663Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:21:49.9840470Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-14T04:21:49.9843364Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-14T04:21:49.9849860Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:21:49.9852847Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:21:49.9871386Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:21:49.9876974Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:21:49.9889026Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:21:49.9892011Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:21:49.9907293Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:21:49.9916878Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:21:49.9924533Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:21:50.0059282Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:21:50.0072859Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:21:50.0084049Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:21:50.0104038Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0107091Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0118910Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0129173Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0157793Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0177370Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0192914Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0202755Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0213113Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0230654Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0240329Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0251167Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0260975Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:21:50.0272731Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0308513Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0319501Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0333542Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0349027Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0362965Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:21:50.0374757Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0377666Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0387690Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0401920Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0411710Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0417371Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0430772Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:21:50.0438528Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:21:50.0441927Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:21:50.0462054Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:21:50.0472178Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:21:50.0487935Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:21:50.0502617Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:21:50.0511009Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:21:50.0521065Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:21:50.0531134Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:21:50.0543452Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:21:50.0546935Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:21:50.0556822Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:21:50.0565761Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:21:50.0572814Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:21:50.0575881Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:21:50.0586959Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:21:50.0600810Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:21:50.0608579Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0611714Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0622989Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0638185Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0652075Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0666647Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0689707Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0709688Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0724625Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0741352Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:21:50.0748766Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:21:50.0752247Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:21:50.0767700Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:21:50.0774345Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:21:50.0777502Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:21:50.0787626Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:21:50.0793818Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:21:50.0797224Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:21:50.0807002Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:21:50.0813047Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:21:50.0817093Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:21:50.0827225Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:21:50.0834537Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:21:50.0841790Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:21:50.0862296Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:21:50.0873115Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:21:50.0883055Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:21:50.0897545Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.0919296Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.2335148Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.2347859Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.2366225Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.2381750Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:21:50.2398542Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2401900Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2412669Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2424282Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2435289Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2444464Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2459200Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2478139Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2487257Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2496075Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:21:50.2504375Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2507281Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2518460Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2528739Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2539304Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2557196Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2567286Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2575990Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2595643Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2610956Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2625142Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2634765Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2653228Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2668437Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:21:50.2679398Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:21:50.2682340Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:21:50.2687834Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:21:50.2694148Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-14T04:21:50.2697034Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-14T04:21:50.2707524Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:21:50.2710452Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:21:50.2720833Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:21:50.2732644Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2735537Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2765353Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2775935Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2781268Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2791319Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2804771Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2818476Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2827882Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:21:50.2846678Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:21:50.2849720Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:21:50.2859770Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:21:50.2871436Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:21:50.2874333Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:21:50.2885754Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:21:50.2898161Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:21:50.2908755Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:21:50.2925002Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2927973Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2938342Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2949536Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2959536Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2969204Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2983066Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:21:50.2990364Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:21:50.2993483Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:21:50.3004128Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:21:50.3019246Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:21:50.3034698Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:21:50.3039829Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-14T04:21:50.3042695Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-14T04:21:50.3057373Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-14T04:21:50.3060072Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-14T04:21:50.3073490Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3076509Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3099897Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3110126Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3122949Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3145898Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3155823Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.3166108Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4371893Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4387807Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4420827Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4463573Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4478947Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4484438Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4497995Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4508171Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4611372Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4640704Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4651900Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4671561Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4687151Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4697273Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4710903Z copying torch\fx\experimental\_dynamism.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4726252Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:21:50.4734681Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4738368Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4748951Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4758814Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4773790Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4787395Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.4797324Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6257821Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6269520Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6279531Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6289667Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6309072Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6328775Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6340076Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6357133Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6376858Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6387566Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6398676Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6413924Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:21:50.6422797Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6425950Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6441171Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6468762Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6493540Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6499425Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6514398Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6523803Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6536229Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:21:50.6543534Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6546954Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6683858Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6689660Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6705006Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6714673Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6730978Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6740616Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6750433Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:21:50.6763305Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6766829Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6777923Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6789056Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6800765Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6810460Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6830009Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:21:50.6837034Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:21:50.6840207Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:21:50.6850101Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:21:50.6855927Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-14T04:21:50.6862450Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-14T04:21:50.6868679Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:21:50.6872043Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:21:50.6889665Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:21:50.6898721Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:21:50.6909726Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:21:50.6950902Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:21:50.6951586Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:21:50.6952447Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:21:50.6953025Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.6953607Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.6957243Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.6969304Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.6984022Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.6997882Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.7008949Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:21:50.7020460Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:21:50.7023799Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:21:50.7033830Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:21:50.7039773Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-14T04:21:50.7049961Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-14T04:21:50.7056666Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:21:50.7059665Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:21:50.7074045Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:21:50.7080624Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7083539Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7093556Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7104364Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7109916Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7118970Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7137405Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7146943Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7161539Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:21:50.7168627Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7171807Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7181712Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7196001Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7236644Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7260298Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:21:50.7267103Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:21:50.7270202Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:21:50.7281382Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:21:50.7306587Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:21:50.7316377Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:21:50.7332054Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:21:50.7335002Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:21:50.7340530Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:21:50.7346478Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-14T04:21:50.7349368Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-14T04:21:50.7364140Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.7367787Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.7394922Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.7405923Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.7425596Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.7438924Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8340726Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8377452Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8388279Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8399656Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8409743Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8422085Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8436857Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8447391Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8458551Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8493801Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.8540669Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9498217Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9520892Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9533044Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9563031Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9596141Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9615297Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9642540Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9652908Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9667137Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9678106Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:21:50.9690956Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9693946Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9704868Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9716380Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9759060Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9777643Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9788098Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9797634Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9808095Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:21:50.9818353Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-14T04:21:50.9821301Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-14T04:21:50.9836795Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-14T04:21:50.9839485Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-14T04:21:50.9846617Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:21:50.9849657Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:21:50.9855085Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:21:50.9868736Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:50.9871683Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0805219Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0814428Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0824772Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0834974Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0851636Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0868289Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0966336Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.0991083Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1005465Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1017788Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1028345Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1038750Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1050109Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1060655Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1071509Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:21:51.1083335Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:21:51.1090877Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:21:51.1102161Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:21:51.1109121Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:21:51.1112131Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:21:51.1133783Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:21:51.1140159Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-14T04:21:51.1142917Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-14T04:21:51.1150025Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-14T04:21:51.1153010Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-14T04:21:51.1160325Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:21:51.1163677Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:21:51.1174207Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:21:51.1179978Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:21:51.1190267Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:21:51.1202297Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:21:51.1205250Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:21:51.1215949Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:21:51.1219212Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:21:51.1225460Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:21:51.1231612Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:21:51.1237200Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:21:51.1244320Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:51.1247710Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:51.1253474Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:21:51.1264703Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-14T04:21:51.1267520Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-14T04:21:51.1274649Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:21:51.1277943Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:21:51.1283519Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:21:51.1293656Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:21:51.1298846Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:21:51.1305867Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:21:51.1309538Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:21:51.1319500Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:21:51.1326049Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:21:51.1329039Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:21:51.1334522Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:21:51.1344239Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:21:51.1350728Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-14T04:21:51.1353734Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-14T04:21:51.1361710Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1364663Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1374372Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1379850Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1385696Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1395637Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1405922Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1411820Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1417598Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1427179Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1436353Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1441743Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:21:51.1451827Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-14T04:21:51.1458700Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-14T04:21:51.1466105Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:21:51.1469125Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:21:51.1475319Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:21:51.1481146Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:21:51.1491910Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:21:51.1503620Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1507100Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1513424Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1519046Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1524728Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1535203Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1540848Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:21:51.1552954Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1556229Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1569537Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1580812Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1594014Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1604503Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1614669Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1628172Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1638532Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1647614Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1656361Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:21:51.1663536Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1666734Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1682238Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1696924Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1725285Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1739775Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1751188Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1770828Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1780217Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:21:51.1786411Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:21:51.1789567Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:21:51.1800493Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:21:51.2654076Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:21:51.2663841Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.2667120Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.3994503Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4147704Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4158893Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4173468Z copying torch\onnx\_internal\exporter\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4179030Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4204521Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4214417Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4230328Z copying torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4240805Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4246277Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4260309Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4270636Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4280615Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4291831Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4302323Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4313159Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4332302Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4341875Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4351598Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4368247Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:21:51.4376018Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4379426Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4389777Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4400348Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4416337Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4430789Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4456731Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4468304Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4488757Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4498921Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4508805Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4518860Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4529382Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4539386Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:21:51.4547188Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4550237Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4570205Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4580735Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4590485Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4601299Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4623266Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:21:51.4643027Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4646984Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4652647Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4663435Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4676918Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4688103Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4721853Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4731949Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4742039Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4752054Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4768421Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4774134Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4784364Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4795429Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4805821Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4820199Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4831041Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4841402Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4854036Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4863995Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4875537Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4889578Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4903357Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4913946Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4923265Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4932762Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4942204Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4951941Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4961752Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4971494Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4980896Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.4993349Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5008380Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5021461Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5030905Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5040998Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5054810Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5064370Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5076617Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5090919Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5100808Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5110913Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5126208Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5135976Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5146947Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5156468Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5167720Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5177583Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5194543Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5203426Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5213646Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5228477Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5242165Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5251603Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5265512Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5275785Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:21:51.5288247Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:21:51.5291538Z copying torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:21:51.5305387Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:21:51.5314461Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:21:51.5320881Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:21:51.5328503Z copying torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:21:51.5341837Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:21:51.5351169Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:21:51.5357796Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:21:51.5360927Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:21:51.5375322Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:21:51.5382845Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5385957Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5396118Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5410203Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5432160Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5451716Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5483122Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5492960Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5508254Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:21:51.5514236Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:21:51.5517203Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:21:51.5530112Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:21:51.5533304Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:21:51.5543528Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:21:51.5549177Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:21:51.5567796Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:21:51.5575816Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5578758Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5584191Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5594293Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5600263Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5605751Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5619344Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5629237Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5639024Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5648980Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5654485Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5667687Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5677743Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:21:51.5684354Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:21:51.5687378Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:21:51.5702638Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:21:51.5746487Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5755449Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5775684Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5790321Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5808888Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5820060Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5850872Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5874673Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5884667Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5896111Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5924444Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.5935975Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.9470241Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:51.9482721Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.0512835Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.0593891Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.0631574Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.0643316Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1768012Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1786026Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1797056Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1885972Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1907670Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1922189Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1936832Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.1947005Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2742149Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2757370Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2781061Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2786806Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2809313Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2821263Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2831560Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2851551Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2871786Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2881614Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2896187Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2905996Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2915591Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2928367Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2939054Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2953550Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2963331Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:21:52.2969873Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-14T04:21:52.2973166Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-14T04:21:52.2980272Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:21:52.2983257Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:21:52.2988923Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:21:52.3005093Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:21:52.3005814Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3007294Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3019097Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3033825Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3053647Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3205905Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3215963Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3224870Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3243858Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3254671Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:21:52.3261126Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:21:52.3264013Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:21:52.3933694Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:21:52.3940008Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:21:52.3943237Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:21:52.3992576Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:21:52.4006544Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:21:52.4017281Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:21:52.4028984Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4032390Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4043307Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4053588Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4065129Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4084396Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4099966Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:21:52.4107929Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:21:52.4111114Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:21:52.4116875Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:21:52.4126376Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:21:52.4132496Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-14T04:21:52.4135491Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-14T04:21:52.4142357Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4145607Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4187103Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4197811Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4217201Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4226567Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4236402Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4318140Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4327487Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:21:52.4354276Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:21:52.4356943Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:21:52.4366639Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:21:52.4373520Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:21:52.4377054Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:21:52.4393550Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:21:52.4399961Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:21:52.4403586Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:21:52.4419653Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:21:52.4426277Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:21:52.4429641Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:21:52.4440944Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:21:52.4451482Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:21:52.4457852Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:21:52.4461287Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:21:52.4471853Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:21:52.4491848Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:21:52.4513505Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:21:52.4514397Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:21:52.4515535Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:21:52.4525483Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:21:52.4535038Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:21:52.4547895Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.4550349Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5744868Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5779167Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5805093Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5819162Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5842511Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5864220Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5884372Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:21:52.5892028Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-14T04:21:52.5894602Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-14T04:21:52.5906694Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-14T04:21:52.5909675Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-14T04:21:52.5917157Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:21:52.5920262Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:21:52.5924955Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:21:52.5937532Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.5940604Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.5946441Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.5978121Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.5994600Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.6010751Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.6020807Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.6030501Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.6041287Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:21:52.7129219Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7131930Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7165259Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7285581Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7307549Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7317171Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:21:52.7324356Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:21:52.7327570Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:21:52.7337348Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:21:52.7343370Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:21:52.7346464Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:21:52.7361463Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:21:52.7368374Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:21:52.7371275Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:21:52.7377123Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:21:52.7385070Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7387955Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7407809Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7432744Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7442509Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7460940Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7471467Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7483986Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7498537Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7509705Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:21:52.7516080Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:21:52.7519284Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:21:52.7540671Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:21:52.7547557Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:21:52.7550565Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:21:52.7561603Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:21:52.7568726Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7571968Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7597007Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7610955Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7630331Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7646122Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7662673Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7672176Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7682559Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7692408Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7712280Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:21:52.7718948Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7722042Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7732810Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7742735Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7751687Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7767208Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7777352Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7788389Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:21:52.7794721Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7797651Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7808001Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7821434Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7831641Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7846352Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7859672Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:21:52.7866618Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7869566Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7881927Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7892823Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7902218Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7912201Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7929031Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7949799Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7967129Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7976640Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:21:52.7982662Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:21:52.7986213Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:21:52.8007211Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:21:52.8013652Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8016801Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8037405Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8078777Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8090109Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8108255Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8122404Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:52.8130693Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8134065Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8149251Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8159900Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8169970Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8184241Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8198349Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:21:52.8213723Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8217468Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8229602Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8238881Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8257242Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8268064Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:21:52.8280293Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8283356Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8293967Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8303711Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8319658Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8332997Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8347197Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8357751Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8367098Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8381382Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8391217Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8400727Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8414016Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:21:52.8425270Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8428268Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8438432Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8452990Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8462384Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8473702Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8491738Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:21:52.8498967Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:21:52.8502369Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:21:52.8518595Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:21:52.8528658Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:21:52.8538490Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:21:52.8546504Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8549625Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8565548Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8575825Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8586935Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8611350Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8621084Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8634707Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8646084Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8651592Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8662963Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8672705Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:21:52.8680008Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8683898Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8693203Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8702284Z copying torch\_dynamo\polyfills\fx.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8711472Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8822752Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8832906Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8841354Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8854268Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8865781Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8871260Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:21:52.8883396Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:21:52.8886290Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:21:52.8909492Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:21:52.8924065Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:21:52.8937926Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:21:52.8947157Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.8950218Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.8966274Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.9019519Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.9939390Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.9966045Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:52.9996235Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.0014880Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.0030602Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1033176Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1078885Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1095465Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1105647Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1124548Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1149244Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1172502Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1187605Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1198600Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1208000Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1233544Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1257882Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1272636Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1301152Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:21:53.1314377Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:21:53.1316911Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:21:53.1330762Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:21:53.1336430Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:21:53.1346399Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:21:53.1360107Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1362950Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1374190Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1383364Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1398875Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1407625Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1416791Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1429135Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1439219Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1454034Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1469138Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1479158Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1491902Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1502333Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1512891Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:21:53.1519867Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:21:53.1522967Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:21:53.1533247Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:21:53.1542185Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:21:53.1548903Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1555241Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1563790Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1572841Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1583325Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1604657Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1655474Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1664363Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:21:53.1676295Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1679815Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1685495Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1695401Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1706690Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1720470Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1729481Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1738591Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1744264Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1757301Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1767609Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1777467Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1790172Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1796094Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1802251Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1812508Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1818777Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1824522Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1834796Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1844514Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1850625Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1856490Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1866772Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1872527Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1882275Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1891898Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1898283Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1910907Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1916913Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1922523Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1928384Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1934099Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1939826Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1945733Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1951352Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1957120Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1967390Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1973022Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:21:53.1985277Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.1988773Z copying torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.2000937Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.2010855Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.2153619Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.2165851Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:21:53.2174684Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.2177549Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.2198277Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.2219054Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3350161Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3368649Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3383696Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3408345Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3418024Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3461141Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3482719Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3494037Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3508881Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3528640Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3544800Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:21:53.3552574Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3555926Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3572232Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3580646Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3594375Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3603369Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:21:53.3613811Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.3618107Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.3627849Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.3638314Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.4923243Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.4994109Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.5009639Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.5029742Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.5058213Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.5073270Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.6360380Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.6376577Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.6393750Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.6411251Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.7372187Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.7393011Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.7413506Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.7429243Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.7439809Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.8433387Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.8953586Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.8977777Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.8994601Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.9003875Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.9014670Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.9049585Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:53.9065661Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.0171029Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.2158370Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.2169774Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.2180118Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.3050394Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:21:54.3058059Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:21:54.3061567Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:21:54.3074870Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:21:54.3084656Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:21:54.3089305Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:21:54.3103618Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3106780Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3122847Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3137880Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3153557Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3952822Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3962577Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3973337Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3983046Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.3998972Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.4023197Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5008823Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5029426Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5039555Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5067176Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5076934Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5095568Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5121062Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5139367Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5190462Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5206284Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5225815Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5268493Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:21:54.5275449Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5278493Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5291442Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5306256Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5347620Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5364167Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5389828Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5440720Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5450990Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5465177Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:21:54.5473553Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:21:54.5476760Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:21:54.5482916Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:21:54.5494050Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:21:54.5499761Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:21:54.5508559Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5511247Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5526324Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5536940Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5546475Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5566322Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5576290Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5585433Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5594969Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5604871Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5614632Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5631534Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5671069Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:21:54.5678518Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5681143Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5691877Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5703672Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5729975Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5747512Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5757829Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:21:54.5764509Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5778993Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5791100Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5800608Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5816988Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5837243Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5848079Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5857827Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5890126Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:21:54.5897166Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5900260Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5916383Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5927171Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5958610Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5969699Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5980137Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5989138Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.5999418Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.6009182Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.6019870Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:21:54.6026328Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:21:54.6029475Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:21:54.6041373Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:21:54.6047468Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:21:54.6050871Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:21:54.6061324Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:21:54.6070850Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6074147Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6085023Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6094368Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6114163Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6124918Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6135657Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6148513Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6178837Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6179964Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6183489Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6195837Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6216582Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6231792Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6251102Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6261889Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6272650Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6283534Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6296021Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6307505Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6355716Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6366651Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6377591Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6389312Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:21:54.6395561Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:21:54.6398425Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:21:54.6428176Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:21:54.6434631Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-14T04:21:54.6437512Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-14T04:21:54.6449250Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-14T04:21:54.6452114Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-14T04:21:54.6458549Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-14T04:21:54.6471671Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-14T04:21:54.6485206Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-14T04:21:54.6488113Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-14T04:21:54.6509380Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:21:54.6512682Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:21:54.6534121Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:21:54.6547207Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:21:54.6553971Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:21:54.6557235Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:21:54.6567141Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:21:54.6574472Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6577255Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6597968Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6612691Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6621657Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6631522Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6655801Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6661290Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6672821Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6697540Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6711461Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6725068Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6735167Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6745872Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:21:54.6752581Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6755596Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6772896Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6782938Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6792500Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6821173Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6835470Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:21:54.6846270Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:21:54.6849408Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:21:54.6859306Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:21:54.6868713Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:21:54.6875238Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:21:54.6878091Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:21:54.6889023Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:21:54.6894458Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:21:54.6910425Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:21:54.6913409Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:21:54.6923456Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:21:54.6934731Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:21:54.6940889Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:21:54.6953321Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:21:54.6965689Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:21:54.6982341Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:21:54.7001345Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:21:54.7007218Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:21:54.7010160Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:21:54.7021443Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:21:54.7031587Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:21:54.7041392Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:21:54.7048887Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:21:54.7051817Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:21:54.7061882Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:21:54.7072557Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:21:54.7084095Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:21:54.7089995Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:21:54.7092987Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:21:54.7102973Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:21:54.7112459Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:21:55.2583048Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:55.2612725Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:55.5006132Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:21:55.5010834Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5013830Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5024537Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5074621Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5084993Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5117347Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5137479Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5231442Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5242660Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5294663Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5322228Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5379300Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:21:55.5388772Z creating build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5391330Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5402120Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5413111Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5423712Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5444447Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5454994Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5465469Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5475173Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5486014Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5496492Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5506363Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5516058Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5526823Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5537526Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5547509Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5557817Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5567393Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5577278Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5597092Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5607709Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5617671Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5627765Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5637888Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5646940Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5657113Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5667467Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5687557Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5697153Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5714033Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5739552Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5740184Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5746148Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5757402Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5766679Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5776701Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5798206Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5808338Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5817870Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5827744Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5837122Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5852318Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5868558Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5878507Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5888269Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5916372Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5930966Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5940356Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5949735Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5959491Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5973677Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5983985Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.5993502Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6012234Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6026391Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6036332Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6047186Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6057228Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6069754Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6081309Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6090674Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6100628Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6119683Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6131141Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6141171Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6151475Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6166138Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6177961Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6208159Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6221222Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6243072Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6256454Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6268826Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6279694Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6323337Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6323962Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6324623Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6331057Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6346624Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6357223Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6367230Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6377426Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6388043Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6398614Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6408937Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6419140Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6433743Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6452711Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6477965Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6488378Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6499749Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6510358Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6520272Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6530367Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6540534Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6551062Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6561796Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6572105Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6589100Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6598546Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6606268Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6616136Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6631002Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6641285Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6649145Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6670213Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6681436Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:21:55.6691136Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6693901Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6705922Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6717703Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6723997Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6731118Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6747441Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6763480Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6778716Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6790570Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.6996076Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7003174Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7014885Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7025872Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7032216Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7038822Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7049255Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7055704Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7066617Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7083541Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7089959Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7100747Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.7112098Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.9385636Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:55.9392164Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:21:56.0675089Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:21:56.0695085Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:56.0712128Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:21:56.0724885Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:21:56.0748155Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:21:56.0750868Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:21:56.0758014Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:21:56.0764247Z creating build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0767380Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0775059Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0782754Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0788332Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0794234Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0809766Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0815965Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0822377Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0828647Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0835012Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0841090Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0847248Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0853223Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0859274Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0870802Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0877878Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0885429Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0894341Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:21:56.0901899Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0904967Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0911734Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0917617Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0923831Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0937029Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0953756Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0959591Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.0965864Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1006169Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1012377Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1018719Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1030511Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1037408Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1044797Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1051596Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1058922Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1065799Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1073660Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1080322Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1091782Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1098444Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1105560Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1112256Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1125676Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1132372Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1138943Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1146002Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1152516Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1159006Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1176480Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1182506Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1189044Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1195504Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1201781Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1207781Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1214750Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1222036Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1232982Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1239240Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1251171Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1258202Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1274994Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1281579Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1294569Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1300680Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1307203Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1314022Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1321625Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1327876Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1333820Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1340056Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1357197Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1363400Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1369469Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1380514Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1393137Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1399604Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1429065Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1435726Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1442410Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1448821Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1474602Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1480914Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1487393Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1493924Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1501326Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1507557Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1519205Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1526694Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1534107Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1550580Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1557190Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1563633Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1571152Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1577472Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1590880Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1597465Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1604057Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1610767Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1617026Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1633894Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1640613Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1646984Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1659623Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1686378Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1700657Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1707139Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1718512Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1724319Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1730630Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1736874Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1746913Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1752992Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1759360Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1765862Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1772792Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1779426Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1785427Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1791640Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1797591Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1813594Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1819887Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1827060Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1842010Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1848293Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1854717Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1861018Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1874485Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1880896Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1887370Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1893836Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1905315Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1911639Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1918087Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1924013Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1936056Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1942135Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1963276Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1969641Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:21:56.1975648Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:21:56.1978381Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:21:56.1984597Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:21:56.1990630Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:21:56.1996255Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2000123Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2006215Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2013030Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2019379Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2035812Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2043075Z copying torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:21:56.2048601Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2051520Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2057884Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2063880Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2070463Z copying torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2087268Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2094471Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2101464Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2108707Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2115252Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2121889Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2128881Z copying torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2135374Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2142840Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2149691Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:21:56.2156288Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2159317Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2166224Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2172685Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2191376Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2198601Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2205492Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2212656Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2219379Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2226073Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2232885Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2239831Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2246944Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2254084Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:21:56.2260213Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:21:56.2263137Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:21:56.2270917Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2274185Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2280973Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2288624Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2296294Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2320578Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2327051Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2333901Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2340851Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2348459Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2354861Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:21:56.2363313Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2369588Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2385652Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2392461Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2398880Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2405072Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2411919Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2418332Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2424589Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2430789Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:21:56.2436305Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2439172Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2445671Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2452073Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2458713Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2475092Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2481969Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:21:56.2487857Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2490671Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2502885Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2509654Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2515793Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2532643Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2539035Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2546704Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2552960Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2558897Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2565102Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2571555Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2578409Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2584978Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2591565Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2597910Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2604357Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2610575Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2617320Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2623808Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2630207Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2636513Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2643131Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2661189Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2667364Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2673866Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2680445Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2686882Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2693381Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2700400Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2706853Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2713751Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2720148Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2726430Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2743197Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2749977Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2756589Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2763306Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2771595Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2780064Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2786934Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2794469Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2801510Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2808053Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2815010Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2821376Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2837589Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2843966Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2850280Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2856879Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2863432Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2870071Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2876422Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2882675Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2940711Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2953257Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2969623Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2976134Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.2982059Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3003087Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3009259Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3015403Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3022146Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3033550Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3040685Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3050175Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3056496Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3082625Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3088807Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3095240Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3101509Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3116308Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3123287Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3129168Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3169281Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:21:56.3180137Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3183010Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3189401Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3195454Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3201986Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3215416Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3227537Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3234290Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3252671Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3258917Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3265354Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3271646Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3282305Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3288624Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3294774Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3301004Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3317454Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3324106Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3369589Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3370418Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3371172Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3372023Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3376915Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3383323Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3389890Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3396938Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3403731Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3410518Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3425800Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3432078Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3438609Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3455136Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3461513Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3467836Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3473953Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3480072Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3494687Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3500702Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:21:56.3506236Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3509173Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3515486Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3528528Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3548380Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3554138Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3565978Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3572464Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3578834Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3585498Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3597484Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:21:56.3602834Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3606759Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3612849Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3619562Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3632525Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3648814Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3655007Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3661352Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:21:56.3667118Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3670000Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3676848Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3682411Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3693190Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3698922Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3714564Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:21:56.3725363Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3728573Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3734979Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3742111Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3763271Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3770471Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3777929Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3785193Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3801939Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3808670Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3815107Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3821266Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3832780Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3839080Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:21:56.3844770Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3847578Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3853727Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3864716Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3871120Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3888536Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3895057Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3905812Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3912023Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3918553Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3930499Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3936801Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3942837Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3950026Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3956533Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3963098Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3970435Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3976531Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3988430Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.3995065Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4002023Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4021550Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4032389Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4039411Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4045736Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4052227Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4058631Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4065573Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4073053Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4079691Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4101256Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4107400Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4114000Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4120993Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4127988Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4135303Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4141503Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4148250Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4164784Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4171607Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4178156Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4185229Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4192074Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4198726Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4205705Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4220229Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4227267Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4234189Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4240981Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4265923Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4272962Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4279425Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4285999Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4292486Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4303324Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4307017Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4314898Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4322103Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4329873Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4337380Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4354260Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4360835Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4368331Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4375355Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4381736Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4388499Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4395358Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4411490Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4417978Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4424697Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4436488Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4443553Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4459647Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4520273Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4531509Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4538519Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4545284Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4551874Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4564396Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4570905Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4577572Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4584510Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4591697Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4598568Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4605360Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4612665Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4624055Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4630168Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4636939Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4643541Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4654421Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4661361Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4668243Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4675156Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4686226Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4692561Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4712606Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4719182Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4726042Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4732868Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4739477Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4746606Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4762842Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4769654Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4789479Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4790267Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4795604Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4802505Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4809067Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4815836Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4822156Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4829064Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4835412Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4842060Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4853370Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4859829Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4866393Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4873296Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4893976Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4904083Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4910492Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4917034Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4929958Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4936960Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4943600Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4950294Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4956850Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4963583Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4970100Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4976753Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4983835Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4990315Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.4996788Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5003188Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5015108Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5021277Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5028907Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5035062Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5049822Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5056931Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5063344Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5069758Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5081706Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5088809Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5101812Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5108610Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5119958Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5126989Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5147200Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5153744Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5165134Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5171333Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5177591Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5184564Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5196290Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5202768Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5209190Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5215753Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5226504Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5232905Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5239179Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5245801Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5257949Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5264823Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5271784Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5278503Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5285633Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5292886Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5299965Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5307243Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5320314Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5326582Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5333010Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5339638Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5350908Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5357413Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5365003Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5408296Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5420075Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5426421Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5432897Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5439322Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5450153Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5456436Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5463007Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5469614Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5476320Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5482723Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5495613Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5501968Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5513206Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5526698Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5533133Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5539585Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5546144Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5552561Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5558934Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5565063Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5576363Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5583469Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5590101Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5597516Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5611203Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5617914Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5624759Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5631568Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5646323Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5654161Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5661027Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5669020Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5676078Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5682767Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5689392Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5695755Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5707303Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5714300Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5720938Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5727277Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5737881Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5744674Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5751388Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5757872Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5769500Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5776376Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5783202Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5790364Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5802009Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.5808624Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6452163Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6458701Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6471061Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6477019Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6484127Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6491157Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6501328Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6508545Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6515340Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6522092Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6534355Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6541199Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6548321Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6554868Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6565916Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6572754Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6587561Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6588589Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6599610Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6605868Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6611970Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6618544Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6629922Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6636318Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6642925Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6649452Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6660881Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6667427Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6673626Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6680149Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6694101Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6700582Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6707091Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6713352Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6724804Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6731102Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6737798Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6744480Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6755881Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6762521Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6769039Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6775874Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6782128Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6788677Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6795524Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6802929Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6814292Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6821462Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6828949Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6835844Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6842419Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6849419Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6856058Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6863565Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6873804Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6880511Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6887216Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6893948Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6906638Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6913135Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6919463Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6925849Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6936714Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6943101Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6949515Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6956366Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6962733Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6969408Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6975905Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6982094Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.6995448Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7001941Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7008859Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7015445Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7027090Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7033690Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7040503Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7046915Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7056976Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7063155Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7070170Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7076829Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7088784Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7095585Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7102444Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7121728Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7128697Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7136254Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7143100Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7149873Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7156448Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7163156Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7170787Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7177593Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7189541Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7196358Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7204628Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7210804Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7225730Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7232429Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7239347Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7245919Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7252548Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7259253Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7265920Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7272524Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7285163Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7291887Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7299498Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7306591Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7318197Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7324645Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7331230Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7338920Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7350073Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7356788Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7363274Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7369559Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7380811Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7387269Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7393548Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7400252Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7406709Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7413156Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7419613Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7426697Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7438073Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7444403Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7451083Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7457983Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7470535Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7476769Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7483517Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7490248Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7502205Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7508734Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7515238Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7522052Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7528832Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7535885Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7542428Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7549415Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7556180Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7563247Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7570209Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7576971Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7589647Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7596477Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7602855Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7609609Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7621384Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7628550Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7635204Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7642065Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7653821Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7661227Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7667990Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7675019Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7686117Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7692996Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7701044Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7720435Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7732853Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7740298Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7746681Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7753423Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7760837Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7767592Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7774371Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7781376Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7806345Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7807342Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.7810665Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8097747Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8098619Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8099420Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8100167Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8100961Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8101935Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8102882Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8103691Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8104723Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8105487Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8106335Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8107331Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8108210Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8109201Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8110261Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8111187Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8112067Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8113012Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8113853Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8114683Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8115676Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8116742Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8117748Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8118726Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8119672Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8120574Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8121386Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8122287Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8123090Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8123977Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8124951Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8125983Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8126880Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8127746Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8128621Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8130443Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8131593Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8137056Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8144053Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8150788Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8157553Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8169850Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8176436Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8183341Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8190377Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8197279Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8204311Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8211603Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8218553Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8226879Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8233221Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8240094Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8246722Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8258691Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8266427Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8272782Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8279561Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8304552Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8307436Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8314116Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8321025Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8332587Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8338883Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8345642Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8351741Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8363211Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8370078Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8376647Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8383383Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8395219Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8401516Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8408158Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8414764Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8427213Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8434263Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8441240Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8448369Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8459207Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8465743Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8472385Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8479090Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8485696Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8492276Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8498767Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8505526Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8512681Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8519103Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8525747Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8532182Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8546766Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8553191Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8560094Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8567057Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8578085Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8585233Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8591724Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8598273Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8604792Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8611284Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8617851Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8626021Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8632690Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8639251Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8645967Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8652830Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8664469Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8671393Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8678293Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8685730Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8697279Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8709017Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8715608Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8722118Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8733423Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8740125Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8746831Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8753526Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8764704Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8771422Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8778168Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8785873Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8797683Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8831829Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8832678Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8833462Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8834778Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8845697Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8852715Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8859507Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8866605Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8873512Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8882077Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8888653Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8900794Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8907465Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8914677Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8921571Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8928178Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8934776Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8941563Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8948329Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8960105Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8966362Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8972810Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8979654Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8990190Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.8997410Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9003985Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9010746Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9022069Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9028414Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9034862Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9041551Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9052371Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9058863Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9065372Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9071547Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9082433Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9088785Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9095532Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9102335Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9112707Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9119475Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9156169Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9157157Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9158090Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9158888Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9161952Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9169022Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9175790Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9182513Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9189210Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9195809Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9202487Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9209029Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9215843Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9222062Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9232693Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9239589Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9246087Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9252362Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9262946Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9269759Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9276669Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9283247Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9297610Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9316696Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9323460Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9329910Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9336375Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9342866Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9349459Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9355818Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9367832Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9374431Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9395763Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9402321Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9413867Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9420555Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9427114Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9434064Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9444923Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9451366Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9458790Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9465225Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9476540Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9483433Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9489935Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9496379Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9507300Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9513855Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9520544Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9527221Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9538725Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9545674Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9552051Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9558566Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9565007Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9571690Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9578463Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9585267Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9599804Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9606254Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9613435Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9619895Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9631124Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9637696Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9644121Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9650765Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9661359Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9668072Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9675882Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9681905Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9688921Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9696098Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9702832Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9709565Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9721554Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9728207Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9734781Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9741500Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9749164Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9756046Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9762720Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9769631Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9781683Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9788754Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9795507Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9802156Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9809004Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9815775Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9822984Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9829313Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9846987Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9853485Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9859799Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9866709Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9878287Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9884779Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9891643Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9897859Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9904539Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9911072Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9918418Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9924977Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9936718Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9943168Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9949829Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9956184Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9967723Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9974418Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9981147Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:56.9988851Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0000399Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0006995Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0013610Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0020089Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0031384Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0038065Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0044639Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0051281Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0061941Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0068879Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0075504Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0081837Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0088688Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0094922Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0101450Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0141562Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0154136Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0160799Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0167277Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0173845Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0185552Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0192169Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0198713Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0205620Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0216166Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0222788Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0230415Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0237048Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0248344Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0254813Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0261426Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0268171Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0275366Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0282163Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0289048Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0295958Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0302702Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0310097Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0330730Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0331477Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0336971Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0343120Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0350012Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0357037Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0363785Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0370187Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0376772Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0383838Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0390469Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0396862Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0403382Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0409953Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0416661Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0423123Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0429972Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0436404Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0450835Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0457602Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0464172Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0470527Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0476738Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0483011Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0489769Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0496564Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0507633Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0514209Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0520966Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0527563Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0538205Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0545095Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0551512Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0558219Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0569365Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0586579Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0592973Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0599619Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0610697Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0617299Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0624936Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0631345Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0637964Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0644727Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0651273Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0658664Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0670388Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0694226Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0700864Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0707516Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0719369Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0726093Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0733272Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0740031Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0750928Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0757903Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0764812Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0772462Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0783688Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0790702Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0797938Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0804600Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0818078Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0825475Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0833548Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0840835Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0852234Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0859989Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0866655Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0873203Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0885073Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0892795Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0898792Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0905307Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0916771Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0923513Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0930367Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0937103Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0947965Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0954488Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0961421Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0968542Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0979823Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0986438Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.0993083Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1000156Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1006757Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1013674Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1020346Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1027437Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1042745Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1049221Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1055768Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1062000Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1068840Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1075700Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1082425Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1089223Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1100564Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1107556Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1114670Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1121498Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1128811Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1135596Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1142564Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1149134Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1160205Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1166679Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1173906Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1181029Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1191997Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1198974Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1206002Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1212265Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1223319Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1230201Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1236815Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1243570Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1254662Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1261085Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1268532Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1275189Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1286481Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1293138Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1299769Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1306296Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1320203Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1327708Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1333623Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1340313Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1347888Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1354591Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1361691Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1385515Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1396365Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1403167Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1409748Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1415845Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1427586Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1434040Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1440318Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1447121Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1459919Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1466533Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1473403Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1480122Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1495127Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1501935Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1508796Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1516062Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1526273Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1533236Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1540037Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1547294Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1558570Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1565549Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1572803Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1579453Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1591731Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1598591Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1605255Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1612953Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1624769Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1631500Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1638299Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1645174Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1651751Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1659065Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1665957Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1672421Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1679294Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1686147Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1714631Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1721812Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1729438Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1735672Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1742536Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1750325Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1762951Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1769370Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1776349Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1783135Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1795450Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1802916Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1810177Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1817000Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1824008Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1831236Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1838136Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1845044Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1856280Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1862705Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1869708Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1876702Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1883580Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1890753Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1897239Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1904000Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1919251Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1926167Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1932963Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1940986Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1960722Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1961644Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1963503Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1970454Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1977780Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1985413Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1992246Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.1999052Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2010382Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2017257Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2024481Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2031609Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2043730Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2050855Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2058303Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2065466Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2072692Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2097669Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2103865Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2111066Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2118184Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2124825Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2131684Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2138363Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2150194Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2156849Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2163716Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2170246Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2181594Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2188416Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2195088Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2233892Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2245435Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2252179Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2258605Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2265480Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2272034Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2278543Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2285485Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2291946Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2298233Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2305290Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2312167Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2318868Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2330486Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2337115Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2343728Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2352852Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2362720Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2370101Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2377813Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2385499Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2399455Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2406277Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2413997Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2420489Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2428412Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2434997Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2442048Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2448923Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2459462Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2466395Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2473013Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2479374Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2485752Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2492220Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2498524Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2505091Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2519745Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2526522Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2532830Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2539475Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2546282Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2552991Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2559552Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2566312Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2572837Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2579533Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2586240Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2593138Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2604701Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2610728Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2617483Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2623715Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2635346Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2642136Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2649070Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2656102Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2668910Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2682320Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2689388Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2696407Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2704388Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2711353Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2718300Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2725445Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2732507Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2739109Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2746134Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2752746Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2765867Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2772349Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2779349Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2807517Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2814421Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2820949Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2828140Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2834964Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2849883Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2856711Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2864570Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2870880Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2877392Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2884521Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2891886Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2898784Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2913467Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2920450Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2927091Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2934036Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2940775Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2947918Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2954496Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2961059Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2967708Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2974118Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2980837Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2987400Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.2999653Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3006601Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3014881Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3021956Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3029039Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3035670Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3042420Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3049104Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3060129Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3066921Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3073672Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3080128Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3090473Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3096665Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3103240Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3109642Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3119909Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3126307Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3133410Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3139743Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3146475Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3152948Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3159500Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3165797Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3177545Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3184168Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3190687Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3197195Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3212456Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3219078Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3225603Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3231983Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3238219Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3244740Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3251313Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3257687Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3268432Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3275133Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3281748Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3288663Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3299554Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3306724Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3313125Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3319290Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3329560Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3336224Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3342562Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3349113Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3355569Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3362226Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3401866Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3402908Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3403752Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3404562Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3406072Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3413016Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3425753Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3431822Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3438604Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3445060Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3458931Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3488908Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3495491Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3501975Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3516728Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3523326Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3530258Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3537030Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3543632Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3550148Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3557627Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3564266Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3570897Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3577785Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3584491Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3591704Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3606293Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3613496Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3620645Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3627389Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3634429Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3640957Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3647981Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3654811Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3666602Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3673559Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3680717Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3687483Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3694214Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3701045Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3708736Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3715471Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3726617Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3733260Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3739999Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3747316Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3754313Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3761615Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3768329Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3775405Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3782220Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3789024Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3795813Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3802613Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3818404Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3825487Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3833911Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3840520Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3852194Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3859137Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3866184Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3873515Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3884800Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3891648Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3898600Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3905765Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.3920572Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5511950Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5512883Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5513687Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5514395Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5515063Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5515801Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5516586Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5517363Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5518146Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5519287Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5520223Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5520979Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5521707Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5522437Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5523181Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5523868Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5524536Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5525217Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5526121Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5527087Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5527862Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5528604Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5529348Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5530103Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5530883Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5531575Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5532508Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5533480Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5534282Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5535122Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5535872Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5536648Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5537519Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5538474Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5539419Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5540189Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5540922Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5541653Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5542516Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5543231Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5544023Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5544696Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5577548Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5589481Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5595838Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5602558Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5609128Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5615839Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5622445Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5629529Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5635843Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5650326Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5657107Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5664319Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5670664Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5677385Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5684809Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5692789Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5698943Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5706098Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5713313Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5719724Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5726766Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5738492Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5744741Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5751538Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5758270Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5769802Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5776399Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5783616Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5790209Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5803667Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5810420Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5817209Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5824092Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5831170Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5837943Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5845727Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5852534Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5859371Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5866196Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5872620Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5879619Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5886081Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5892372Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5899762Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5906089Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5916896Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5923498Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5930392Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5936736Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5947599Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5954319Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5961614Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5969211Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5976329Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5983165Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5990578Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.5998384Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6010057Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6016909Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6023774Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6031266Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6038088Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6044907Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6051744Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6058696Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6070125Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6077461Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6084459Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6091534Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6099026Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6106551Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6113550Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6120424Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6127378Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6148018Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6154891Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6161936Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6174390Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6181497Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6188858Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6196210Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6207611Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6214758Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6221902Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6229207Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6236243Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6243681Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6250811Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6258185Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6270796Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6282458Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6289897Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6296768Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6308194Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6315604Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6322656Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6329685Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6336708Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6345141Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6367566Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6368492Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6371952Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6379599Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6386553Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6393584Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6404999Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6412303Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6419242Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6426351Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6433234Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6440251Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6446952Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6454152Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6460768Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6467278Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6474355Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6480492Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6490690Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6497586Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6505197Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6511673Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6522600Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6529218Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6535911Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6542460Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6549261Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6555926Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6563231Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6570748Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6581131Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6589155Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6594740Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6601226Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6615570Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6621897Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6629120Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6635540Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6642107Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6648726Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6655665Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6662231Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6669147Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6676324Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6682836Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6689378Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6700484Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6707537Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6714569Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6721057Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6727821Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6734684Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6741642Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6748328Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6760475Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6766743Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6773751Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6780325Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6791700Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6798745Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6805565Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6847582Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6859999Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6867927Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6876110Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6884475Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6898236Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6905431Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6912516Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6919336Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6925954Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6932917Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6939809Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6946673Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6958153Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6965312Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6971702Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6978229Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6989499Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.6996289Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7003604Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7010152Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7016789Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7024386Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7030580Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7037161Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7048433Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7054715Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7061826Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7069353Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7075777Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7082461Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7089477Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7096168Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7102859Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7109791Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7116804Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7124020Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7135634Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7142562Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7149330Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7155910Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7163111Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7169679Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7176187Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7182939Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7189643Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7196381Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7202866Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7209228Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7215908Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7222326Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7230052Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7236456Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7247889Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7254545Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7261161Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7267815Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7278785Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7286176Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7293097Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7299881Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7310197Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7317181Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7323991Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7331404Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7341519Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7349366Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7356440Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7370575Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7374512Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7381097Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7388228Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7394717Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7405430Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7411928Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7418517Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7425410Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7436405Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7442677Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7449493Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7456737Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7472922Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7479489Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7486527Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7493003Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7499831Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7538538Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7545430Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7552669Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7559393Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7566122Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7572811Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7579481Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7586553Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7593082Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7599698Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7634458Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7645840Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7652594Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7659186Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7665877Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7677376Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7683895Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7691043Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7697113Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7708504Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7715689Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7722002Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7728703Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7735485Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7760909Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7767311Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7773926Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7785983Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7792746Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7799811Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7806424Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7819241Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7826421Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7833088Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7840301Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7863804Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7864595Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7865360Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7869715Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7882140Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7888772Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7895607Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7902723Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7915079Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7922061Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7928847Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7936014Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7942827Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7949826Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7956572Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7963695Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7970516Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7977274Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7983990Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.7990803Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8002832Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8013310Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8018940Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8025835Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8038251Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.8044971Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9107852Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9109312Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9110214Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9111107Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9111963Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9112951Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9113915Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9121863Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9122894Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9123769Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9124530Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9125249Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9125938Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9126783Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9127776Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9128560Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9129326Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9130047Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9130775Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9131684Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9132627Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9133425Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9134154Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9134930Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9135800Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9136716Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9137498Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9138243Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9138949Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9145089Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9146103Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9146984Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9147885Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9148636Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9149356Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9150072Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9150853Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9151884Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9153034Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9153956Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9154754Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9155488Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9156415Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9157435Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9158250Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9159228Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9160314Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9161219Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9162011Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9162772Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9163531Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9164361Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9165091Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9165776Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9166679Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9167640Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9168409Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9169134Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9170191Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9170955Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9171656Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9172331Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9172992Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9173684Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9174663Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9175712Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9176609Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9177421Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9178235Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9179050Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9179829Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9180782Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9181790Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9182564Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9183313Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9184193Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9184943Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9185647Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9186357Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9187238Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9188239Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9189176Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9190335Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9191134Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9191885Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9192601Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9193339Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9194190Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9194973Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9195686Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9196364Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9197178Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9198028Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9198725Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9199630Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9200620Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9201371Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9202086Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9202802Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9203531Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9204228Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9204943Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9205643Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9206436Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9207271Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9208077Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9208997Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9209969Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9210839Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9211684Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9212537Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9213316Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9214089Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9215028Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9215965Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9216740Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9217508Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9218367Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9219254Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9220042Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9220810Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9221547Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9222256Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9222992Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9223729Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9224567Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9225265Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9226137Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9227036Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9227781Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9228554Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9229411Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9230311Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9231244Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9232193Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9232978Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9233744Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9234481Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9235207Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9235978Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9236757Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9237735Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9238778Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9239710Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9240619Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9241821Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9242792Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9243760Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9244612Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9245448Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9246242Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9247008Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9247795Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9254475Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9261195Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9268086Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9275279Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9282131Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9289253Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9296113Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9302911Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9310231Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9316942Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9323959Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9330496Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9337433Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9344155Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9352452Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9359447Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9366493Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9374008Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9415086Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9416106Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9417009Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9417835Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9418687Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9423496Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9430856Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9437218Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9444479Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9451048Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9457675Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9464535Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9471262Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9477898Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9485347Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9491971Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9499960Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9507151Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9514674Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9521431Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9528422Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9534929Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9541894Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9549172Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9556781Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9564973Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9575786Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9582702Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9589769Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9597313Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9609652Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9616239Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:57.9624132Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0338665Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0400175Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0407177Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0414188Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0421207Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0432910Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0439618Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0446340Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0453563Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0460665Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0472375Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0479341Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0486149Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0492922Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0499734Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0506909Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0513514Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0520555Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0527945Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0534868Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0541742Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0548879Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0555725Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0562663Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0569774Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0576860Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0583661Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0590759Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0597646Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0604532Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0611317Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0618271Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0625570Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0632580Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0639463Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0646391Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0653317Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0660250Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0667693Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0674427Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0681604Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0689494Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0696629Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0703440Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0710362Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0725604Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0732831Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0766082Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0772588Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0779228Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0786312Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0792926Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0799487Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0806688Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0813760Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0820491Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0827217Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0833761Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0840135Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0846878Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0853534Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0860341Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0867085Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0873647Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0880528Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0887231Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0893892Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0900715Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0907559Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0914299Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0920827Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0927397Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0933799Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0940344Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0947236Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0953702Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0960798Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0967673Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0974743Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0981055Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0987545Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.0994164Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1000785Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1007937Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1014432Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1021636Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1028637Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1035389Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1042126Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1048973Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1085734Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1099413Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1106278Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1113208Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1119776Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1126626Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1133442Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1140236Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1147033Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1153915Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1160591Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1167602Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1174208Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1180839Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1187596Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1193932Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1200545Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1206984Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1213278Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1219684Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1226641Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1233153Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1239934Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1246557Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1253342Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1260077Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1267246Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1274717Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1281363Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1288314Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1295108Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1303123Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1309457Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1317393Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1324323Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1332109Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1337958Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1344817Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1351430Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1358208Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1364841Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1372568Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1379488Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1386540Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1393511Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1400885Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1414046Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1420722Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1428526Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1434403Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1441157Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1447979Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1454813Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1461898Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1468582Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1476586Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1483297Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1489965Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1496712Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1503305Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1510623Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1517252Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1524196Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1530972Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1538089Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1544777Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1551725Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1558719Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1565385Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1572226Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1578869Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1585650Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1592556Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1599368Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1605932Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1612564Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1619270Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1626220Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1633118Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1639832Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1646423Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1653136Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1660197Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1667132Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1674149Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1681056Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1688314Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1694914Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1701838Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1724953Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1731898Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1739856Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1746834Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1754053Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1761248Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1768339Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1775362Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1792629Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1793594Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1796444Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1802893Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1810320Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1817101Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1824522Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1831296Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1838215Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1844923Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1851907Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1858915Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1866177Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1873913Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1881517Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1888302Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1895130Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1902186Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1909062Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1916610Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1922597Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1929534Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1936043Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1942644Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1949385Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1955798Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1963490Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1969233Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1975956Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1982346Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1988746Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.1995279Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2001903Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2008208Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2014491Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2021248Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2028048Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2035776Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2041742Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2048508Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2054945Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2062021Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2068562Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2075814Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2082598Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2089154Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2095870Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2102529Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2109781Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2116162Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2122972Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2129329Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2136298Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2143700Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2150854Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2157528Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2164195Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2171619Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2178403Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2185485Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2192241Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2199106Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2206568Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2213722Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2220458Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2228206Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2234541Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2241474Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2248213Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2284250Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2290774Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2297676Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2304645Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2311261Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2317735Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2324521Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2330926Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2337520Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2344690Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2351252Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2358520Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2374689Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2381547Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2388192Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2394628Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2401234Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2408236Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2414811Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2421245Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2428333Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2434883Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2441320Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2447656Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2492303Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2493222Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2494154Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2494953Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2496301Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2497383Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2502145Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2510103Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2515887Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2522786Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2529698Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2536181Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2542912Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2549428Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2556152Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2562464Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2568803Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2575200Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2581785Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2588111Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2594652Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2601520Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2608117Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2614637Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2621310Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2628723Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2635748Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2642207Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2648785Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2655663Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2662172Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2668922Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2675639Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2682398Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2688862Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2695429Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2701848Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2708662Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2715540Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2722116Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2729339Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2735839Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2743090Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2749949Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2756847Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2763758Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2770307Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2777408Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2784201Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2790948Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2798135Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2804999Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2811780Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2818631Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2825986Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2832652Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2839173Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2845949Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2852783Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2859763Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2866700Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2890025Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2891034Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2892097Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2896645Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2903470Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2910318Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2917762Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2924548Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2931292Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2939125Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2945810Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2952474Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2959308Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2965825Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2972597Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2979125Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.2996588Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3003313Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3009851Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3016361Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3022667Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3029292Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3035907Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3042186Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3048638Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3055325Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3061873Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3068739Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3075095Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3081695Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3088933Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3095511Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3102429Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3109213Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3116007Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3122738Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3129399Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3136659Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3144009Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3150799Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3157907Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3164751Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3171804Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3178602Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3185525Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3192657Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3200064Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3206610Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3213315Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3220053Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3226943Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3234505Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3240831Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3247537Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3254322Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3261275Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3268476Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3275153Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3281945Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3288959Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3296036Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3302948Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3316909Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3318635Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3325426Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3331974Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3339414Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3345332Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3352518Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3359338Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3367617Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3373836Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3391522Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3392311Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3395850Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3403178Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3409528Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3416472Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3423637Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3430441Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3437667Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3444686Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3451244Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3458118Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3464922Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3471357Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3478216Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3484532Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3491110Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3498117Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3504898Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3511991Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3518596Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3525376Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3532169Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3539184Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3546260Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3553535Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3560376Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3567089Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3573804Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3580941Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3587635Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3594506Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3601174Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3616688Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3623297Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3630564Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3637128Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3644427Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3651527Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3658767Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3665655Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3672561Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3679232Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3686775Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3693743Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3700912Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3707869Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3715033Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3721854Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3728653Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3735762Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3742494Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3749864Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3756578Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3763392Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3771228Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3778178Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3785351Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3792470Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3799751Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3806741Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3813582Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3820269Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3827273Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3834860Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3842020Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3848923Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3855932Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3863335Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3870646Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3877513Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3884995Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3892591Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3900122Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3906864Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3914088Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3920956Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3927872Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3934896Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3942275Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3949195Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3956007Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3962730Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3969220Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3976168Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3983279Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3990212Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.3997408Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4004215Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4011013Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4017735Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4024689Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4032243Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4038553Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4045485Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4052248Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4058921Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4066193Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4073310Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4110262Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4116689Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4123654Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4130900Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4137425Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4144401Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4151715Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4158545Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4166094Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4172780Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4179717Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4186716Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4194198Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4201139Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4208055Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4215021Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4222466Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4229862Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4237152Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4244210Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4251423Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4258903Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4265440Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4305097Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4311783Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4318925Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4325917Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4332924Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4339752Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4346843Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4353848Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4360778Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4368097Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4375211Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4382215Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4392037Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4397053Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4403836Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4410674Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4417940Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4425419Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4432279Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4439047Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4445954Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4453056Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4459984Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4467161Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4474163Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4480883Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4487716Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4494705Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4501363Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4508806Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4515646Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4522819Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4532114Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4537643Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4544127Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4551495Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4558728Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4565911Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4572888Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4580110Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4586988Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4594215Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4601010Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4608286Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4615173Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4622460Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4629173Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4636474Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4643520Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4650949Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4657853Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4664872Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4671937Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4679345Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4686835Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4693532Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4700341Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4707395Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4714499Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4721410Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4728645Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4736577Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4742930Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4749864Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4756871Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4764826Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4771879Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4778929Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4785866Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4792992Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4799899Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4806706Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4813722Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4821372Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4828295Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4835241Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4842474Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4849297Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4856014Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4863423Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4870476Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4877159Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4884049Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4890893Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4897759Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4904587Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4911703Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4918591Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.4925213Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5016640Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5017633Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5018611Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5019440Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5020229Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5023547Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5030762Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5037739Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5044925Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5051933Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5086272Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5093050Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5099825Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5107658Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5114562Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5121407Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5128200Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5135114Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5141967Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5148906Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5156432Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5162483Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5169329Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5175906Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5182816Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5189604Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5196559Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5203428Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5210207Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5217108Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5224817Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5231600Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5238526Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5245349Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5253129Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5259371Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5266244Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5273277Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5280366Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5287104Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5293834Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5300660Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5307653Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5315243Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5321726Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5328869Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5335356Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5341914Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5349362Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5355816Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5362695Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5369715Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5377382Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5383950Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5391077Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5398384Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5405244Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5411956Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5418778Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5426185Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5432594Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5438972Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5445654Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5453199Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5459620Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5466466Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5473177Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5479897Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5486565Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5493399Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5500540Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5507258Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5514477Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5521122Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5527885Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5534598Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5541408Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5548109Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5555182Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5561816Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5568591Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5575218Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5581849Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5588347Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5595230Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5601219Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5607872Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5614667Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5621416Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5645393Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5652496Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5659210Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5666398Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5673837Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5680586Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5687554Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5694425Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5702036Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5708547Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5715614Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5722352Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5729941Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5736311Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5743208Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5750037Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5758692Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5764921Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5771789Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5778608Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5785805Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5792769Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5799163Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5807154Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5814561Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5821650Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5828720Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5835950Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5843684Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5850109Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5857060Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5864020Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5871065Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5878290Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5885487Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5892372Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5899346Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5907505Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5914343Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5921221Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5928131Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5935090Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5942241Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5949405Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5956608Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5963651Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5970543Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5977403Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5984811Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.5995545Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6000329Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6006713Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6013093Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6019580Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6026346Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6067524Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6074811Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6081626Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6088294Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6094972Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6101685Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6108412Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6114751Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6121379Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6128352Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6135364Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6142228Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6149068Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6156146Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6163418Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6170058Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6177013Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6184298Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6191583Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6198763Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6205362Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6212475Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6219611Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6227377Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6234825Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6241589Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6248197Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6254748Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6261386Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6269081Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6275746Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6282555Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6289336Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6296163Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6331539Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6338561Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6345269Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6352220Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6359945Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6366609Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6373623Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6380421Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6388110Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6394913Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6401774Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6408433Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6415668Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6422400Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6429331Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6436191Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6442648Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6449287Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6455989Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6462361Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6469703Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6476035Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6482741Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6489251Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6496417Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6503194Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6509860Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6516562Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6523339Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6530070Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6536672Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6543364Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6550408Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6557308Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6564278Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6570666Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6577559Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6584734Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6591339Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6598153Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6604839Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6611504Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6618395Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6625276Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6632314Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6638953Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6645988Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6652947Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6659729Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6666585Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6673220Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6679949Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6686818Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6693619Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6700241Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6707411Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6714481Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6720807Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6727795Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6735639Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6742763Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6749805Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6756635Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6763203Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6770448Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6777256Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6784262Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6791510Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6798092Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6805223Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6812317Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6818771Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6826097Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6833570Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6840372Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6847358Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6854241Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6861716Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6868405Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6874995Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6882041Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6888514Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6895835Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6902860Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6910306Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6917566Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6924539Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6930883Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6937990Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6959982Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6966631Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6973472Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6980194Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6987052Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.6993708Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7000774Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7007750Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7014913Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7021495Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7028407Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7034747Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7041272Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7047736Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7054297Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7061159Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7067996Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7074956Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7081579Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7088595Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7095200Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7102055Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7108759Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7115503Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7122602Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7129167Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7135978Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7143130Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7149919Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7156647Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7164199Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7171190Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7178756Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7186123Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7193539Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7202228Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7210037Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7217401Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7224688Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7233075Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7239845Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7246945Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7254212Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7261828Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7268939Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7275836Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7283438Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7290380Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7345166Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7346127Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7346928Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7347906Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7348849Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7349839Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7350842Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7351867Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7354223Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7361327Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7368271Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7375566Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7382248Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7389136Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7395800Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7402775Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7409972Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7417022Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7424199Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7436835Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7443728Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7450682Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7457373Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7464442Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7471286Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7482328Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7488899Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7495609Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7502406Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7509100Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7515920Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7522527Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7529286Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7535911Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7542676Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7549345Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7556349Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7563276Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7570077Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7576936Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7583665Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7598579Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7605251Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7611958Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7618595Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7625984Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7631946Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7638278Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7644647Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7651556Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7658362Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7665252Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7671914Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7678809Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7685598Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7692306Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7699527Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7706706Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7713456Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7720027Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7726869Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7733431Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7740046Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7746857Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7753356Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7760132Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7767318Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7774263Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7781505Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7788507Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7796246Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7803231Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7810110Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7817114Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7824038Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7831022Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7838493Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7845089Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7852021Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7859334Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7866967Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7873598Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7880551Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7887823Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7895489Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7932940Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7940139Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7947135Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7954510Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7961508Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7968698Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7975467Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7982548Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7989901Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.7997018Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8003969Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8010888Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8017724Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8024593Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8031813Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8038583Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8045299Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8052332Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8059387Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8066643Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8073655Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8081282Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8088058Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8094539Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8101488Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8108668Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8115543Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8122168Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8128837Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8135920Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8142443Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8149162Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8155940Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8162791Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8169607Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8176243Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8182865Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8189740Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8196883Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8203824Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8210876Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8217935Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8224971Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8231866Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8239852Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8260331Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8267595Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8274346Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8281241Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8288481Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8295364Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8302837Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8310025Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8317609Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8324644Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8331607Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8338622Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8346441Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8353554Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8360766Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8368867Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8376098Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8383225Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8390850Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8397493Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8405038Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8411868Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8418723Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8426387Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8433347Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8440011Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8447147Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8453958Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8461534Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8468330Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8475365Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8482419Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8489326Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8496102Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8502899Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8510754Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8517342Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8524473Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8531282Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8538557Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8545576Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8552758Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8559431Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8566341Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8573722Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8580662Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8587675Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8594713Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8602296Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8609023Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8616539Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8623015Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8630287Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8637341Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8643906Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8650640Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8657560Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8664015Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8670977Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8677599Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8683986Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8691122Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8697861Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8704962Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8711593Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8718369Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8733094Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8740815Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8747782Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8754523Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8761434Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8768237Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8774970Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8781869Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8788347Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8795553Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8802696Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8810188Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8827341Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8828398Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8833313Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8840244Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8847871Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8854760Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8861225Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8868899Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8875654Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8882339Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8889178Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8939653Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8946592Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8953568Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8960425Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8967537Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8975561Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8983363Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8991337Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.8998363Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9005225Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9012560Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9019513Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9026651Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9033403Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9039925Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9046712Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9053251Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9060471Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9067657Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9074406Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9082273Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:58.9089066Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2102776Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2110222Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2119471Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2126210Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2133288Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2140660Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2147880Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2154880Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2162003Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2169561Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2181250Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2188259Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2195324Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2202385Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2209656Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2216659Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2222924Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2229850Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2236761Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2243839Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2250969Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2258022Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2265031Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2272208Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2279179Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2286200Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2293300Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2300984Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2307767Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2314662Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2321625Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2328094Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2334540Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.2341534Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4639592Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4646409Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4653197Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4660478Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4667337Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4673940Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4680717Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4687543Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4694540Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4700994Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4707776Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4714588Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4721181Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4727308Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4733837Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4741014Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4747939Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4754645Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4761559Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4768367Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4775333Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4782136Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4789277Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4796681Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4804011Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4811812Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4819246Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4826589Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4834230Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4841614Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4849306Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4857078Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4864353Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4890028Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4897591Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4905345Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4913618Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4920682Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4927983Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4934897Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4942532Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4949814Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4957378Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4964754Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4972638Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4979561Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4986602Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.4993588Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5000677Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5008334Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5015185Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5022186Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5029225Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5036132Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5042904Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5049665Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5056644Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5063621Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5070876Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5077677Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5084702Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5091456Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5098318Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5105455Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.5112735Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8457218Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8465407Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8472725Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8479869Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8487261Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8494385Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8501448Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8508419Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8516206Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8522455Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8529393Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8536885Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8544149Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8551574Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8558249Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8565386Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8572776Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8580237Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8587809Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8594753Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8601481Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8608585Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8615523Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8628236Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8632338Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8638972Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8646074Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8652755Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8659736Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8666792Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8673587Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8680323Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8687087Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8693787Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8700840Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8707889Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8714916Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8721589Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8727900Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8734458Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8741565Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8748961Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8755763Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8762664Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8769074Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8775985Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8782498Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8792868Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8800944Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8807756Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8814001Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8821013Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8827659Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8834325Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8840859Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8847712Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8854240Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8873747Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8880786Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8888050Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8894847Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8901587Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8908417Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8915079Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8922039Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8929373Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8935969Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8942524Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8949277Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8955909Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8962578Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8970052Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8977221Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8984069Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8991199Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.8998623Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9006668Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9014475Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9022583Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9030153Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9037436Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9044252Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9051075Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9058250Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9064956Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9072245Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9079004Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9085394Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9092154Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9098746Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9105202Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9111484Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9118408Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9125246Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9132147Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9138899Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9145821Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9152802Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9159792Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9166844Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9173639Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9180760Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9188119Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9194931Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9201483Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9208289Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9215511Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9222522Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9229489Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9236175Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9242951Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9249692Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9256451Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9263355Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9270368Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9277575Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9284207Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9291069Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9298219Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9305210Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9312309Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9319124Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9326217Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9332858Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9339885Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9346787Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9353642Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9360622Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9367198Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9373621Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9380240Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9386936Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9393503Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9400569Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9407532Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9414069Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9420695Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9427526Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9434830Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9441679Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9448424Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9455274Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9462885Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9469335Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9476085Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9482635Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9504065Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9511257Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9518164Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9524722Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9532630Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9538810Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9545630Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9555029Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9559636Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9567163Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9574864Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9582222Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9589524Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9597421Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9604870Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9611710Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9618607Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9625164Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9632349Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9638855Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9645679Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9652310Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9659155Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9665807Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9672489Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9679450Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9686007Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9692466Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9698770Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9705376Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9711950Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9718392Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9725336Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9732391Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9739010Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9745915Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9752464Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9758774Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9765327Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9771901Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9778199Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9784942Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9791197Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9797801Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9804257Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9810791Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9817577Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9823991Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9831030Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9837743Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9845044Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9852697Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9858893Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9865595Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9872315Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9879009Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9885571Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9892673Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9899420Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9906280Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9912995Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9919535Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9926569Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9933050Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9939682Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9946138Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9952981Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9960531Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9966865Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9974642Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9996163Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9997114Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:21:59.9998104Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0003583Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0010295Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0017235Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0024041Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0030633Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0037095Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0043480Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0050149Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0057380Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0064142Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0070825Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0077786Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0084403Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0090903Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0097421Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0104096Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0125279Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0131711Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0138336Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0145044Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0151608Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0158004Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0165298Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0172217Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0179001Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0185575Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0192226Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0198999Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0205665Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0213065Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0219823Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0226644Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0234266Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0240934Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0247324Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0254317Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0260966Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0267720Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0274343Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0308431Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0315571Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0322220Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0329092Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0336354Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0343090Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0349942Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0356735Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0363530Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0370238Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0376998Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0384863Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0391532Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0398470Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0405556Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0413221Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0419894Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0426906Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0433910Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0441408Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0447990Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0454643Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0461132Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0467904Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0475182Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0482624Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0489935Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0497031Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0503724Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0510296Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0517312Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0523711Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0530309Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0536705Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0543525Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0550066Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0556749Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0563366Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0570040Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0576910Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0583622Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0590419Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0597459Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0603807Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0610385Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0617273Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0623664Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0630815Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0637633Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0644020Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0650546Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0657197Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0663946Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0670924Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0677426Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0683968Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0690679Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0696945Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0703392Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0714592Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0721064Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0727372Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0733419Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0739776Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0746578Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0753662Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0774122Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0780752Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0787929Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0794795Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0801403Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0808168Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0815051Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0822158Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0828860Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0835551Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0842316Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0849319Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0856231Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0862987Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0869912Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0877100Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0883762Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0890705Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0897846Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0905135Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0912192Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0919102Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0926022Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0933389Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0940465Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0947983Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0955287Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0962488Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0969362Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0976690Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0984296Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.0992508Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1000218Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1006801Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1014179Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1021403Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1028593Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1035738Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1042376Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1049894Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1056196Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1063176Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1070024Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1076921Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1083916Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1091060Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1097801Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1104780Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1111897Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1118687Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1125414Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1148025Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1148997Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1152736Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1165991Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1173592Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1180649Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1187285Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1194103Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1201006Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1208505Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1215816Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1222692Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1229351Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1235489Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1241988Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1248595Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1255307Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1261877Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1268645Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1275431Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1281954Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1288494Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1295091Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1301985Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1309262Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1315961Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1323032Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1329635Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1336420Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1343364Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1350363Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1356985Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1364077Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1371006Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1377487Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1384481Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1391567Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1398202Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1429412Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1436372Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1443307Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1450067Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1461218Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1468010Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1474749Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1482256Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1490234Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1498049Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1505661Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1513434Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1520348Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1527237Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1534126Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1540915Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1548034Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1555081Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1561526Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1568618Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1575187Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1581911Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1588783Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1595294Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1602098Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1608744Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1615137Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1621846Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1632518Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1639228Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1645940Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1652668Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1659273Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1666129Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1672523Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1679015Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1685450Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1691870Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1698153Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1704520Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1711802Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1718334Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1724988Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1731622Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1742636Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1749508Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1756229Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1763498Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1770617Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1777247Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1783694Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1790385Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1797196Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1803954Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1810373Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1817255Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1828027Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1835318Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1842016Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1848926Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1860404Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1867696Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1874671Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1881607Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1888920Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1895674Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1902808Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1909745Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1916831Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1923892Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1930760Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1937590Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1948941Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1956875Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1964017Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1971096Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1977926Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1985378Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.1992977Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2000690Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2011990Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2018996Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2026171Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2033766Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2041132Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2048386Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2055317Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2062482Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2074564Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2082103Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2089589Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2096409Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2103237Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2110118Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2117120Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2123860Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2130567Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2137259Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2143801Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2150480Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2157005Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2190281Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2223970Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2230495Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2237136Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2243896Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2250614Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2257126Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2263456Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2270580Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2277319Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2284049Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2290632Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2297693Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2304919Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2311753Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2318534Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2325272Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2331771Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2338372Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2345671Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2352647Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2359478Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2366171Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2372864Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2379650Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2386623Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2393367Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2400400Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2407084Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2413796Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2420422Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2427779Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2435031Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2441729Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2448944Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2455808Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2462720Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2469654Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2476452Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2483730Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2491346Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2499564Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2506907Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2514080Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2521109Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2528253Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2535338Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2542327Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2549630Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2556459Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2563357Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2570220Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2577428Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2584346Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2591403Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2598422Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2605812Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2612745Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2619526Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2626810Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2633649Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2640886Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2647591Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2654469Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2662042Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2669125Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2675906Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2682715Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2689580Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2696502Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2703416Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2710619Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2717514Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2724309Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2731532Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2738506Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2745515Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2766225Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2773107Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2779940Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2786955Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2793792Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2800621Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2807719Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2814373Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2821151Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2827662Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2835048Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2841522Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2848280Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2855548Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2862753Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2870409Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2877171Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2884125Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2890984Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2897573Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2904669Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2911947Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2918500Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2925401Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2932611Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2939492Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2946551Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2953976Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2961102Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2967911Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2974746Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2981668Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2988769Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.2996046Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3003529Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3011448Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3018508Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3025243Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3032205Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3039932Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3046711Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3053408Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3060308Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3067185Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3073917Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3080429Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3087033Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3093614Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3100396Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3107123Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3113791Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3120947Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3127455Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3133918Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3141021Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3147427Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3153981Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3160596Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3167173Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3173635Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3180505Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3187263Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3193866Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3200724Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3207366Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3213972Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3220675Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3227029Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3233870Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3240349Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3252235Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3259126Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3265907Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3272517Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3279098Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3285636Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3292167Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3298935Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3310689Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3317535Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3324072Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3330832Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3337531Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3344342Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3351099Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3357982Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3364531Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3371457Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3378370Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3398118Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3405392Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3413038Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3419477Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3426321Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3432958Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3440481Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3447464Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3454116Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3466738Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3473530Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3480609Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3487589Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3495586Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3502824Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3509959Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3516716Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3527855Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3534561Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3541960Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3548786Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3555595Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3562804Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3570017Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3576519Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3583519Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3590718Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3597557Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3604354Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3611142Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3617901Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3624772Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3631530Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3642434Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3649342Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3655906Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3662554Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3673812Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3680945Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3688549Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3695837Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3707596Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3714074Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3720540Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3727621Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3737834Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3744527Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3751389Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3758570Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3768829Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3775959Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3782778Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3789207Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3796095Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3802710Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3810179Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3817327Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3824228Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3831065Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3837960Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3844839Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3856564Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3863787Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3871029Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3877638Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3888500Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3895345Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3902285Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3912094Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3918530Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3925456Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3932725Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3939944Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3946857Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3953762Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3961499Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3968674Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3979853Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3986972Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.3994955Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4001745Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4008588Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4016187Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4022848Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4029697Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4036581Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4043536Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4050166Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4056860Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4078684Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4114103Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4120789Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4127499Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4134259Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4141381Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4147996Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4154659Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4161601Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4167879Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4174977Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4181687Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4188353Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4195061Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4202454Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4208939Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4215395Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4222498Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4229512Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4236477Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4243057Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4249866Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4257062Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4263896Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4275416Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4282539Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4289300Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4296475Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4303285Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4310774Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4317179Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4323550Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4330017Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4336799Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4343642Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4350768Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4357998Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4364242Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4371049Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4378467Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4384854Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4391704Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4398618Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4405185Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4412389Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4419020Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4425674Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4432588Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4439227Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4446389Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4452702Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4459342Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4465935Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4472522Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4480557Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4486519Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4498461Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4501229Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4508353Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4516228Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4527935Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4534480Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4541354Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4548166Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4555290Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4563321Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4570134Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4576756Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4583416Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4589979Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4596717Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4603976Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4610992Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4617602Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4624071Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4630760Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4638002Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4645187Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4651942Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4659579Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4666549Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4673264Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4679913Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4686344Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4692642Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4698864Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4706931Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4714165Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4720756Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4738817Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4745805Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4752729Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4759503Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4766304Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4809530Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4815500Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4822069Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4829093Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4835914Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4842644Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4849353Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4855997Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4862411Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4869418Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4876141Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4882913Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4889611Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4896249Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4902919Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4910107Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4916277Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4923153Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4929931Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4936829Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4943626Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4950251Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4957872Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4964222Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4971025Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4977566Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4988682Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.4995329Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5002430Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5020578Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5021301Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5027736Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5034665Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5041130Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5051965Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5058491Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5064930Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5072102Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5078719Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5085605Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5092949Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5099630Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5107014Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5113809Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5120402Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5127068Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5133947Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5140966Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5148580Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5155606Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5167616Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5174318Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5181072Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5188489Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5195515Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5202194Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5208923Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5215566Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5228257Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5234740Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5241552Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5248155Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5259225Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5266066Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5272984Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5280506Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5291438Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5298141Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5305113Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5312036Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5319855Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5326483Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5333500Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5340872Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5348566Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5355487Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5366856Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5373712Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5385104Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5392160Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5399303Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5406190Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5413677Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5420612Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5456982Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5464081Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5471115Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5478558Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5485133Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5491960Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5499091Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5518122Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5519034Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5521844Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5530015Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5535860Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5542018Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5548439Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5555039Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5561987Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5569307Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5575921Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5587850Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5594412Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5601369Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5608613Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5615410Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5622082Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5628985Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5635801Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5642596Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5649301Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5656313Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5663454Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5670305Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5677428Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5683723Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5690291Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5701943Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5709674Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5716326Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5723064Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5729703Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5736579Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5743348Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5750373Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5757525Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5764212Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5771027Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5777730Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5784614Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5791359Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5798138Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5804756Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5811438Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5819096Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5825749Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5832874Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5840153Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5847128Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5854252Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5861098Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5869107Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5875266Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5882150Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5889104Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5900621Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5908594Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5915855Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5923498Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5931860Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5939770Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5947839Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5955251Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5962956Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5970359Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5977836Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5985247Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.5997313Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6005499Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6013641Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6020648Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6028820Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6073113Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6080304Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6087540Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6094953Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6102063Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6109779Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6116997Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6124227Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6131237Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6138347Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6161226Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6168078Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6174939Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6182077Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6189069Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6195828Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6202788Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6209923Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6216962Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6223638Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6230467Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6237746Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6245025Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6252179Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6258919Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6265786Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6273354Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6284188Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6291197Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6297939Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6304777Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6316262Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6323650Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6361591Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6362486Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6363406Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6364176Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6365703Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6372925Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6384371Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6390968Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6397845Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6404866Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6416464Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6423159Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6430017Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6436743Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6443629Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6450616Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6458040Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6472005Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6478966Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6485669Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6492378Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6499191Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6506246Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6513177Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6519820Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6526883Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6538738Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6545603Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6552298Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6588270Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6595084Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6602203Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6609759Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6617200Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6625400Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6633198Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6640214Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6648152Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6654442Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6661498Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6668562Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6675567Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6682745Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6689601Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6696244Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6703002Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6710126Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6717813Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6724584Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6730961Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6742551Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6749319Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6756113Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6762948Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6770054Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6776786Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6783466Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6790369Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6797718Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6804800Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6811891Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6818813Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6831036Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6838301Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6845222Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6852649Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6884262Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6891609Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6898980Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6906292Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6917357Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6924566Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6931741Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6938824Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6950062Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6953439Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6960882Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6968310Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6975473Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6982670Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6989975Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.6997091Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7008282Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7028358Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7029286Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7032283Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7043807Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7052121Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7058088Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7065231Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7076499Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7083541Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7090372Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7097146Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7104259Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7111261Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7118328Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7125538Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7132723Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7139605Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7146430Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7153186Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7160189Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7167123Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7174095Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7180901Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7191597Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7198376Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7205774Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7212517Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7223927Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7230785Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7237824Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7244630Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7251647Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7258623Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7266451Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7272966Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7279687Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7286711Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7293359Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7299868Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7306911Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7313727Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7320191Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7327053Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7342558Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7349451Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7355945Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7362424Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7369373Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7376188Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7382835Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7390410Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7397514Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7404237Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7410879Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7418482Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7425463Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7432658Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7439526Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7446685Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7458173Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7468773Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7475919Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7482735Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7489910Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7497467Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7504110Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7511185Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7522314Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7530630Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7538481Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7546260Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7553210Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7562327Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7568409Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7575212Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7586382Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7593927Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7601034Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7608094Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7615090Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7621988Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7629168Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7636082Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7643226Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7650101Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7657201Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7664550Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7671287Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7678261Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7685364Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7692214Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7699030Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7705894Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7712866Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7719540Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7730695Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7737411Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7744483Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7751830Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7758555Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7765368Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7772059Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7778887Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7786190Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7794243Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7801227Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7807996Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7815006Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7822313Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7829388Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7836274Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7843518Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7850764Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7858234Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7865505Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7877644Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7885050Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7892107Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7899166Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7910643Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7918156Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7925225Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7933352Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7945083Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7952418Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7959486Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7966737Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7974608Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7981094Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7988283Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.7995513Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8006678Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8014436Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8021214Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8028960Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8036907Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8043966Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8051142Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8059015Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8069359Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8106318Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8113084Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8119899Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8127290Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8134003Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8140984Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8148008Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8159267Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8166171Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8172964Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8179998Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8192668Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8199611Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8206492Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8213325Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8220689Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8227649Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8234764Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8242320Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8253572Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8260494Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8267567Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8274509Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8297842Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8305142Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8312301Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8319830Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8331163Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8337720Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8345131Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8352204Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8359837Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8366873Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8374338Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8381980Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8393955Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8401186Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8408289Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8416039Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8423569Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8430948Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8438643Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8445281Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8452536Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8459575Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8466882Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8474325Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8485731Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8493065Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8500551Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8507080Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8518627Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8533968Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8541755Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8549163Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8556422Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8563575Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8570700Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8577754Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8589333Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8596433Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8603159Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8610149Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8617275Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8624300Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8631472Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8638469Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8645544Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8652347Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8658914Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8665834Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8672876Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8680030Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8688917Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8696366Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8704206Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8711580Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8719678Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8727611Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8742860Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8749719Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8756602Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8763552Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8771122Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8777909Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8785468Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8792512Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8806330Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8813657Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8820861Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8828382Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8835541Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8842727Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8850930Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8857554Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8864743Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8871854Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8879297Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8886468Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8893747Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8902006Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8909049Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8916313Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8923585Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8930748Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8938002Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8945259Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8952695Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8959907Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8967549Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8975478Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8982880Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8990129Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.8997266Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9005396Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9017027Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9024431Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9032396Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9040140Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9051682Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9059204Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9066981Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9074115Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9081204Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9088434Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9095760Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9102590Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9109837Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9116835Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9123453Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9130342Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9141944Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9149063Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9155714Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9162780Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9174369Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9181197Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9188640Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9195764Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9202710Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9209602Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9216529Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9223388Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9235370Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9242439Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9249573Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9256527Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9268426Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9276080Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9282527Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9289407Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9296202Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9303444Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9310289Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9317164Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9328633Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9335927Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9343042Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9350443Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9357368Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9364209Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9371276Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9378368Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9385688Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9392457Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9399160Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9406069Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9417438Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9424575Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9431719Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9438352Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9449314Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9455985Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9462639Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9469521Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9476664Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9484098Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9492205Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9499437Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9511317Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9518170Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9525207Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9532352Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9544652Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9552232Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9559860Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9566483Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9577834Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9584787Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9591550Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9598232Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9604947Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9611197Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9618845Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9624955Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9631596Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9642485Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9649111Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9656094Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9667283Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9674392Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9681050Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9687732Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9698701Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9705469Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9726487Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9733122Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9739772Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9746499Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9753206Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9759923Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9766707Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9773288Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9780094Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9787047Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9793347Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9799883Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9806461Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9813004Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9819748Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9826403Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9833163Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9839785Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9846787Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9853507Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9860144Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9867100Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9873763Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9880420Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9886719Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9893286Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9904583Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9911473Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9917753Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9924304Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9931265Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9937633Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9944514Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9950907Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9957588Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9964180Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9970926Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9978291Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9985462Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9992081Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:00.9998822Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0006316Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0012319Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0019025Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0025780Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0032401Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0039985Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0047429Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0054858Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0061671Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0074546Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0099483Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0106296Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0112963Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0124002Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0130391Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0137264Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0144000Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0150469Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0157065Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0163592Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0170248Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0176699Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0183007Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0189786Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0196254Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0203339Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0210185Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0216765Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0223431Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0230125Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0236779Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0243686Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0250304Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0257711Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0264945Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0271689Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0278421Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0285183Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0291805Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0298716Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0305671Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0316440Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0323160Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0329680Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0336180Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0342759Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0349746Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0356830Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0363822Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0371157Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0406434Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0413650Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0420574Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0427665Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0434286Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0440755Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0447041Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0454259Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0461192Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0468084Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0474928Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0485749Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0493055Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0499968Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0506493Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0512835Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0519346Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0526509Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0533590Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0546059Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0553189Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0560239Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0567115Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0577940Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0585250Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0591664Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0598294Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0605682Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0612067Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0618625Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0625193Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0632150Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0638783Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0645553Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0652005Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0658327Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0664945Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0671445Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0677704Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0683977Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0690948Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0697452Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0704126Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0710944Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0718035Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0724625Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0731252Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0737809Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0744866Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0751801Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0758997Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0765614Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0794109Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0801301Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0808055Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0814962Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0821832Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0829207Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0836228Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0843205Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0850468Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0857180Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0864059Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0871111Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0878285Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0884925Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0891573Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0898307Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0905142Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0911802Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0918252Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0925116Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0931488Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0938364Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0945178Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0951885Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0958547Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0965327Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0971946Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0982707Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0989865Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.0996482Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1002746Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1009943Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1016852Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1023222Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1030350Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1037951Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1045502Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1052339Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1058966Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1072828Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1079797Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1086520Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1093932Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1100583Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1107403Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1114086Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1120710Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1127451Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1133749Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1140705Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1147967Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1159964Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1166694Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1173646Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1179916Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1187534Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1194313Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1201150Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1208049Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1219061Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1225800Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1232954Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1240105Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1251498Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1258493Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1265374Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1272247Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1284323Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1291144Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1297746Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1304945Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1311823Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1318675Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1325643Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1335683Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1347421Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1353037Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1360154Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1367375Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1374452Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1381234Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1388186Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1395091Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1407075Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1414208Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1421785Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1429212Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1437003Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1443815Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1450733Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1457610Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1469441Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1476264Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1483880Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1490719Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1501344Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1508217Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1515278Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1522040Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1528783Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1535472Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1542567Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1549358Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1561074Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1567649Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1575161Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1581749Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1589127Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1595585Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1602341Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1609398Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1615961Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1622626Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1629669Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1636507Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1648707Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1656253Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1663863Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1671056Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1678412Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1685203Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1691793Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1698482Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1709742Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1716425Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1723107Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1730190Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1737082Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1743483Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1750439Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1762679Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1769544Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1776204Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1782831Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1789929Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1796618Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1803405Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1810012Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1816703Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1823074Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1829529Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1836359Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1843281Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1849851Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1856370Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1863144Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1869915Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1876933Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1883511Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1890132Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1896696Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1903618Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1910336Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1917350Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1923589Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1934577Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1941283Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1948251Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1955063Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1961914Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1968581Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1975171Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1981848Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.1988037Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2009452Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2016376Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2023583Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2035149Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2043873Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2081537Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2082471Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2083241Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2083984Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2084721Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2088376Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2095398Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2102093Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2109261Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2116467Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2123012Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2129655Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2136407Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2143073Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2149377Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2156373Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2163842Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2170679Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2177414Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2184200Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2190927Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2197988Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2205132Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2211722Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2223555Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2230370Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2237515Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2244223Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2250903Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2257324Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2264361Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2271095Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2277748Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2284364Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2291063Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2297680Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2304410Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2311367Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2318355Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2325062Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2331827Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2338665Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2345698Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2352293Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2360063Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2366449Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2373823Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2380688Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2388756Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2395121Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2402405Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2409384Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2435040Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2442188Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2449225Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2456352Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2463253Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2470236Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2477402Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2484585Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2491675Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2498408Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2505432Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2512777Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2520058Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2526868Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2533938Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2541022Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2548132Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2569042Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2571923Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2573079Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2578671Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2586734Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2592820Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2599550Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2606528Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2613502Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2621134Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2627957Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2634749Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2641613Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2648808Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2655767Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2662626Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2670025Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2676983Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2694641Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2695741Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2698093Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2705125Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2712002Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2719096Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2725916Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2733389Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2740705Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2747614Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2754510Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2761396Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2768481Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2775351Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2782135Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2789567Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2796477Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2803548Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2810491Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2817542Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2824444Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2831296Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2838735Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2845816Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2852613Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2859609Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2866979Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2873983Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2881407Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2888519Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2895400Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2902317Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2909652Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2916810Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2923651Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2930707Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2937567Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2944988Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2951759Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2958783Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2965558Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2972996Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2979660Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2987177Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.2993872Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3000938Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3007917Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3015000Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3021761Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3028928Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3036172Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3043096Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3050114Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3056964Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3064164Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3072135Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3099241Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3106419Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3113632Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3120777Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3128559Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3135527Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3142304Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3149579Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3156761Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3163659Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3170574Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3177803Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3185047Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3192278Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3199118Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3206293Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3213508Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3220400Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3227278Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3234296Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3241279Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3248187Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3255561Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3262427Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3269572Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3276869Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3283819Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3290723Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3297558Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3304947Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3312067Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3318867Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3325758Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3332564Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3339701Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3346606Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3353587Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3360535Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3367511Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3375002Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3381964Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3388995Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3396098Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3403202Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3410064Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3416779Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3424039Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3431345Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3438292Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3445229Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3452157Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3459173Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3466610Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3474255Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3481048Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3487789Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3494672Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3501720Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3509164Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3516124Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3523148Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3529781Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3536769Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3543946Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3551696Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3582622Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3583591Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3584446Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3585294Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3589109Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3595668Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3602623Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3609301Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3617070Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3622783Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3629517Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3636321Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3643024Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3649629Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3656355Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3663561Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3670303Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3676951Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3683835Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3689766Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3696280Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3702703Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3709531Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3716410Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3723853Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3730193Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3744489Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3750937Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3757736Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3764984Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3771915Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3778955Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3786263Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3793142Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3800043Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3807012Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3813984Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3821009Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3828442Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3835125Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3841708Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3848472Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3855355Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3884403Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3891746Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3898529Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3905548Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3912529Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3919601Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3926640Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3933962Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3942822Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3951052Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3957819Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3965338Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3978965Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3986079Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.3993283Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4000243Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4007058Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4014279Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4021390Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4028012Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4034471Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4041082Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4053297Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4059728Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4066415Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4072960Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4079407Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4090254Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4096948Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4103564Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4110393Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4117271Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4123728Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4130299Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4136916Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4143669Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4150400Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4157150Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4163940Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4171060Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4177573Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4184004Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4195081Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4201768Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4208423Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4215602Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4222061Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4232815Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4238948Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4245736Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4252114Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4258977Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4269805Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4276615Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4283511Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4290109Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4296574Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4304105Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4310999Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4317562Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4324267Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4330930Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4337415Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4344417Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4351217Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4358234Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4364913Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4372340Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4379221Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4386608Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4393683Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4400715Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4408008Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4414891Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4434073Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4441440Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4447998Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4455316Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4462486Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4469699Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4476775Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4483796Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4491033Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4498623Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4505827Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4512791Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4519836Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4526720Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4533934Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4540993Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4547987Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4554801Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4566589Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4574931Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4581927Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4589113Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4596424Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4603388Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4609922Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4616765Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4623616Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4630645Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4642254Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4649061Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4655832Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4662916Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4669961Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4680794Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4687395Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4694014Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4700641Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4707928Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4719421Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4726268Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4733203Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4740300Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4747304Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4753881Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4760759Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4767346Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4774314Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4781168Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4792457Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4799115Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4805895Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4812625Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4819383Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4826421Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4833948Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4840877Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4847850Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4854580Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4861251Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4868285Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4875513Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4882635Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4889650Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4896620Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4903492Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4910354Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4917087Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4923957Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4930978Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4938027Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4944976Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4951918Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4958878Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4965969Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4972615Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4979458Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4986256Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.4993056Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5000294Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5007517Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5014434Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5035841Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5042535Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5049353Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5056441Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5067579Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5071083Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5078736Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5085736Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5093778Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5101767Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5126871Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5133379Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5140333Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5147225Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5154135Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5160835Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5167596Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5174477Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5181500Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5188288Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5194747Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5201739Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5208406Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5215191Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5221957Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5228523Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5235440Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5242286Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5248882Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5255620Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5262791Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5269383Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5275867Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5282539Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5289507Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5296070Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5302741Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5309491Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5316699Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5352315Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5358907Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5365639Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5373226Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5380001Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5386805Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5393909Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5401892Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5408174Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5415372Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5422044Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5429111Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5436072Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5443947Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5450761Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5457759Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5465602Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5472857Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5479777Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5487054Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5493937Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5500958Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5508072Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5515218Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5522064Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5529177Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5536003Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5542750Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5549697Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5556781Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5563654Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5571321Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5578612Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5585847Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5592842Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5603842Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5610584Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5617327Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5625390Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5631635Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5638277Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5645800Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5653084Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5660482Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5667454Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5674507Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5681233Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5687713Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5694150Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5700579Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5707801Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5714935Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5721637Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5728015Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5734853Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5753018Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5759588Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5766615Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5773213Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5780138Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5787117Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5794297Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5815778Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5822743Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5829767Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5836768Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5843509Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5850223Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5857237Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5864583Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5871657Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5878849Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5886152Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5893100Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5900312Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5907406Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5914406Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5921501Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5928964Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5936147Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5943421Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5950071Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5957328Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5963976Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5970806Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5978221Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5985728Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.5992947Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6000442Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6007206Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6014255Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6021220Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6028625Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6035557Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6042587Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6049523Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6056405Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6063441Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6070710Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6078697Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6086500Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6093308Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6100053Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6111625Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6118329Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6125257Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6132613Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6139467Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6153614Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6160290Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6166987Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6173947Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6180658Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6187311Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6194306Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6201520Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6208253Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6215046Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6226193Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6234879Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6242636Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6250111Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6258035Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6265809Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6272834Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6279956Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6287105Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6293998Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6301383Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6308218Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6315004Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6322069Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6329185Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6335825Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6342646Z copying torch\include\ATen\ops\_cudnn_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6349826Z copying torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6356471Z copying torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6363423Z copying torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6374299Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6381416Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6388743Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6395574Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6402226Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6409067Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6416226Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6422941Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6430171Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6437861Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6444563Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6451521Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6459281Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6466513Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6473648Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6485134Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6492183Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6499074Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6505854Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6512951Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6524606Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6531381Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6538463Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6546533Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6553535Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6560539Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6568353Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6603806Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6604665Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6605512Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6609790Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6616026Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6623042Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6634388Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6641560Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6648385Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6655288Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6662338Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6669669Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6676751Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6683741Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6690561Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6697308Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6704347Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6715378Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6721805Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6728662Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6735429Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6742961Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6750117Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6757278Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6764434Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6771356Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6777775Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6784325Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6795355Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6801432Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6807918Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6818270Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6824359Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6830700Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6837500Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6849160Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6853000Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6859480Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6871305Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6878199Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6884799Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6892049Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6899009Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6909778Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6916651Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6923701Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6930222Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6936831Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6948019Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6955233Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6962173Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6969201Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6975907Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6983099Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6991443Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.6997161Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7004192Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7011246Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7018551Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7026162Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7033301Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7041158Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7048160Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7055469Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7062577Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7070221Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7095480Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7096323Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7097103Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7104633Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7113072Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7120519Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7128222Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7140771Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7148506Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7155865Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7163563Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7170817Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7181585Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7188825Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7196223Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7203396Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7210379Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7222466Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7229444Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7237919Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7245235Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7253034Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7283018Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7289886Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7296917Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7304444Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7311715Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7323282Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7330949Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7337977Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7344907Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7353533Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7360616Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7367604Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7374870Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7382267Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7389557Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7396908Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7403825Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7411084Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7418761Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7426007Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7437504Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7445448Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7452014Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7459463Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7466635Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7473945Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7481842Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7488601Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7495872Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7503283Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7514916Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7522384Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7529914Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7537290Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7544761Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7557290Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7564645Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7572020Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7579725Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7587988Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7596379Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7613242Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7614333Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7620509Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7628222Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7640149Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7647721Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7655237Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7663944Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7670601Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7677930Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7685196Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7692581Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7701079Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7708456Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7719408Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7726487Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7733272Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7740507Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7747389Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7754123Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7761288Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7768040Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7774715Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7781450Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7808165Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7815079Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7821928Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7829108Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7835865Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7846714Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7853678Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7860672Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7867488Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7874455Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7881683Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7888576Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7895587Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7902623Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7910032Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7917031Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7924029Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7931257Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7938289Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7944838Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7956528Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7963625Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7970749Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7977820Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7984665Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7991758Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.7998442Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8005418Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8012700Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8019734Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8026820Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8033859Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8040627Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8047923Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8055476Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8066516Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8073723Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8084095Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8121944Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8122888Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8123954Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8124796Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8126471Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8134125Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8141359Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8148594Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8156558Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8162707Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8170184Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8177382Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8184680Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8191703Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8198441Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8206133Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8212798Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8224193Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8231421Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8238233Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8245755Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8252766Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8264505Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8271163Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8278157Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8286057Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8293045Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8299931Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8306831Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8314464Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8321526Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8328655Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8335623Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8342673Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8349577Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8357162Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8363850Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8370911Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8377900Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8385548Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8392141Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8399459Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8418650Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8419602Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8420930Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8428452Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8435485Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8442352Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8449298Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8456455Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8463944Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8471217Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8478160Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8485245Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8492383Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8499906Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8507102Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8514051Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8521629Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8529355Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8536446Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8543381Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8550653Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8557931Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8564909Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8571737Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8662162Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8673422Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8680444Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8687570Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8695036Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8701776Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8709325Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8716235Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8722941Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8730133Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8737052Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8744131Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8751267Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8758303Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8769765Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8776724Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8783911Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8790869Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8797697Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8804994Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8812130Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8818901Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8825737Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8833119Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8840670Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8847852Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8859115Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8866568Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8873400Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8880440Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8888269Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8903175Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8910436Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8917896Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8925017Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8932081Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8942924Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8950104Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8957190Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8964034Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8971160Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8982559Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8989618Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.8996592Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9004140Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9010929Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9025832Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9033388Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9041165Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9049312Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9056692Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9063846Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9071021Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9078383Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9085921Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9092816Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9099918Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9107095Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9114187Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9121226Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9128069Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9139828Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9147194Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9154799Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9161928Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9168928Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9175875Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9182938Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9190102Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9197537Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9204288Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9211016Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9217879Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9224823Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9231928Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9238970Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9251082Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9258299Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9265293Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9272585Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9279605Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9286599Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9293848Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9300661Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9308193Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9314964Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9326178Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9333275Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9340405Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9348365Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9355350Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9366859Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9374188Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9388226Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9389834Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9396899Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9404283Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9410951Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9417690Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9425116Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9432009Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9445030Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9452070Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9459320Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9482514Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9489378Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9496348Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9503667Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9510616Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9517792Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9525037Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9536405Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9543033Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9550221Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9557279Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9563990Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9576119Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9583282Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9590589Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9597633Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9604309Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9616804Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9623614Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9630761Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9637902Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9644560Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9651448Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9658752Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9666828Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9674378Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9682555Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9691008Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9697674Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9705057Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9712627Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9719163Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9726108Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9733506Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9740260Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9747658Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9754690Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9761543Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9768501Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9775367Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9783451Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9790313Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9797560Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9804640Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9811662Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9818730Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9826742Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9838703Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9863107Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9870530Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9877373Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9884395Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9891697Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9899457Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9906513Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9913845Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9920798Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9928528Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9936071Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9943296Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9950763Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9957782Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9972506Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9979505Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9986672Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:01.9993710Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0000903Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0008232Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0015551Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0022486Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0029527Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0036461Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0043718Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0050931Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0057835Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0064964Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0072149Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0083551Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0090665Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0097881Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0105042Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0111861Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0125882Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0133227Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0140844Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0152312Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0155982Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0165107Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0173194Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0181449Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0189436Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0196002Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0203365Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0210897Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0218279Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0225587Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0232755Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0245460Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0252160Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0259172Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0266096Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0272920Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0279747Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0287616Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0294872Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0301479Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0308516Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0319987Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0326776Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0334167Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0341189Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0347715Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0359391Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0366361Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0373306Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0381144Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0388222Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0399183Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0406443Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0413457Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0420897Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0428479Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0439620Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0446449Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0453861Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0461974Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0468832Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0475875Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0482882Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0490279Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0497474Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0504680Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0511991Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0518878Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0526134Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0533496Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0541105Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0552630Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0559596Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0566825Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0574293Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0581745Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0593948Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0601757Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0609535Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0617093Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0624072Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0635854Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0670311Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0677318Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0684518Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0691181Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0697428Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0704712Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0711692Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0718875Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0725305Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0732931Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0739461Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0746620Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0753881Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0760499Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0767483Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0774029Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0781382Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0788685Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0795244Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0806524Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0813499Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0820875Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0827622Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0834475Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0845477Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0852781Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0859263Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0865785Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0872853Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0884403Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0891692Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0898511Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0905719Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0912419Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0924640Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0932335Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0939110Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0946230Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0953872Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0967248Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0974257Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0981282Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0989335Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.0996940Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1012855Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1020167Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1028439Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1034745Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1042107Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1049034Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1057215Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1064016Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1070906Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1078464Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1085795Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1092870Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1100106Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1113219Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1115537Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1127830Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1135300Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1142127Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1149528Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1157396Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1168917Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1175990Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1183508Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1190077Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1197059Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1208933Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1216062Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1223433Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1230522Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1237393Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1244303Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1252172Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1259361Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1265871Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1272491Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1279928Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1286879Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1294091Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1300955Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1308501Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1315495Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1322422Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1329247Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1336031Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1343001Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1350163Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1357593Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1364408Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1371333Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1378249Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1385277Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1392363Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1399480Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1406394Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1414069Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1422036Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1428754Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1435972Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1443071Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1450476Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1463187Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1471407Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1478427Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1485538Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1492619Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1500202Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1507681Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1514552Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1521481Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1528805Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1539704Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1546885Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1553906Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1561241Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1568238Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1579468Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1586493Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1593517Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1600807Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1607612Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1615940Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1631776Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1632683Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1639034Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1646303Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1657376Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1664751Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1671872Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1678581Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1685840Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1693309Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1700294Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1707843Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1714874Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1721743Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1733153Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1740336Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1747848Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1755025Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1762181Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1773434Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1780102Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1787472Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1794435Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1801213Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1813953Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1820944Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1827979Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1835438Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1842290Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1857255Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1864270Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1891186Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1898509Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1905673Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1916594Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1923602Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1939011Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1939906Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1947100Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1954589Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1961500Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1969537Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1976535Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1983233Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1990590Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.1997758Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2005079Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2011927Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2019429Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2031309Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2037900Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2045573Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2052473Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2059963Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2066769Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2074440Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2081457Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2088909Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2095826Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2103343Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2111209Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2128801Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2129703Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2134669Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2146702Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2153796Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2161232Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2168500Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2175938Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2187355Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2194420Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2202184Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2209614Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2215866Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2226451Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2250075Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2256974Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2264371Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2272594Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2279597Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2286033Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2293026Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2299513Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2307226Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2314183Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2321446Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2328358Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2335248Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2341945Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2350025Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2357945Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2365197Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2373162Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2382013Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2392423Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2399634Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2406664Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2413453Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2420337Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2440101Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2447381Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2453976Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2460997Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2467770Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2475680Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2482327Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2489122Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2496183Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2503672Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2510039Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2517411Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2525119Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2532473Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2539018Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2546467Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2553207Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2560764Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2567655Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2574297Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2581418Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2589230Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2596589Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2604103Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2619680Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2620648Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2626635Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2633857Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2640764Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2647676Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2659158Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2665988Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2673002Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2679740Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2686921Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2698293Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2705399Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2712496Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2719277Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2726173Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2733385Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2740269Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2747307Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2754163Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2761382Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2768570Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2775724Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2782653Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2790090Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2796802Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2803885Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2810806Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2817598Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2824836Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2831776Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2838643Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2845572Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2853117Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2859829Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2866750Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2873894Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2880780Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2887647Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2894572Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2901211Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2912818Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2920003Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2927386Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2934182Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2941121Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2948160Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2955133Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2962112Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2969308Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2976049Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2987315Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.2994686Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3001828Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3008872Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3015703Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3030868Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3037783Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3044476Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3051688Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3058775Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3070780Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3077413Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3084431Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3091156Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3097859Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3105192Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3113082Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3120771Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3128641Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3135945Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3146670Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3153708Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3160211Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3166755Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3173941Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3180816Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3188016Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3195515Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3202195Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3209084Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3215852Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3222912Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3229867Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3236727Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3243484Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3255082Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3261987Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3268823Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3275147Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3281815Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3295080Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3302098Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3308363Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3315090Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3321987Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3333254Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3340109Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3346909Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3353767Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3360333Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3371126Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3377810Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3384438Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3391574Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3398730Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3410112Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3416759Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3423310Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3430379Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3436829Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3447863Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3454404Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3461163Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3467977Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3474925Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3498375Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3505066Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3511993Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3518942Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3526303Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3532637Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3539651Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3546017Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3552697Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3559259Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3565891Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3572255Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3578862Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3585935Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3592509Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3599049Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3605962Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3612897Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3633799Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3640852Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3652799Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3660381Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3668545Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3675895Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3682836Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3694808Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3701661Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3709025Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3715904Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3722713Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3733543Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3740205Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3747387Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3754373Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3760909Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3774705Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3782190Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3788758Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3795421Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3802553Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3809537Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3816167Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3823279Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3830110Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3836636Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3843568Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3851404Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3858288Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3883703Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3890788Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3901985Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3909037Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3915888Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3922987Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3930575Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3937684Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3944615Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3951591Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3958757Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3965627Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3972531Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3979552Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3987400Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.3994148Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4001219Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4013377Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4020262Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4027819Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4034984Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4042048Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4049699Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4056925Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4064670Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4071701Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4078799Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4089787Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4096762Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4104392Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4111477Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4135961Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4137174Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4138762Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4147795Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4154229Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4161354Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4168301Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4175268Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4182426Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4190218Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4197132Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4209607Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4216930Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4224299Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4231563Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4238873Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4245512Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4252685Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4259582Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4266786Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4274106Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4287870Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4294921Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4302000Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4309399Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4316438Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4323368Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4330892Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4337859Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4344999Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4351783Z copying torch\include\ATen\ops\_scaled_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4365180Z copying torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4372076Z copying torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4378969Z copying torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4386631Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4393505Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4400286Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4407536Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4414961Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4421876Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4429171Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4435761Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4442498Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4449987Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4457088Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4463773Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4470444Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4477060Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4483817Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4491090Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4497883Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4505366Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4512211Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4518924Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4525880Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4533485Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4539778Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4547495Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4554115Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4560925Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4567998Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4579215Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4586354Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4593638Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4600518Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4607300Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4614180Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4622741Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4630362Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4637961Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4659891Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4660791Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4661780Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4668309Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4674989Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4682959Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4688872Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4696114Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4702873Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4710300Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4717019Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4724169Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4731111Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4737901Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4751508Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4775843Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4782221Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4789048Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4796493Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4802984Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4809629Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4816458Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4823327Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4830032Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4836961Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4844153Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4857125Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4864679Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4871761Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4878453Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4885474Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4892433Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4899105Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4906848Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4914480Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4921241Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4928093Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4935574Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4942987Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4980430Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4980826Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4981317Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4981881Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4987932Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.4994954Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5002071Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5009914Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5016936Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5024059Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5031298Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5038457Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5045555Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5053022Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5060229Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5067471Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5074881Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5081842Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5088798Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5095879Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5103174Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5110074Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5117223Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5124131Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5131015Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5138500Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5145524Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5152368Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5159035Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5166139Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5173440Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5180432Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5187360Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5194593Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5201310Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5208052Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5214915Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5231698Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5268809Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5269199Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5269659Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5270053Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5271264Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5278337Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5285559Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5293025Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5300077Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5307053Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5314096Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5321180Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5328378Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5335067Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5342098Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5349077Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5356016Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5362881Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5369729Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5376586Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5384420Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5392150Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5399273Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5406499Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5413505Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5420399Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5427351Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5434560Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5441581Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5448694Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5455611Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5462667Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5469796Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5476500Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5483482Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5490628Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5497547Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5504474Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5511863Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5518874Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5526402Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5534483Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5541663Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5548595Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5555645Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5562798Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5569898Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5577202Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5584291Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5595681Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5602789Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5610159Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5617302Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5624683Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5632434Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5654003Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5654366Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5655391Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5662535Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5674380Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5681456Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5688439Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5695279Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5701922Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5709528Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5716380Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5723206Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5730674Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5737758Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5744599Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5751360Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5758195Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5764795Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5771307Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5778057Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5784869Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5791906Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5798455Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5823321Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5830185Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5836923Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5843502Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5850185Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5856527Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5867677Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5874575Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5881185Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5888263Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5894941Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5906346Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5913273Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5920011Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5926813Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5933736Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5940974Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5947706Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5954365Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5961445Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5967903Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5974871Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5981849Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5988989Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.5995992Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6002761Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6009936Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6016868Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6024219Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6031339Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6038768Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6050963Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6057786Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6065121Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6072232Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6079546Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6086396Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6093496Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6100189Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6107058Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6114000Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6121325Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6128280Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6135151Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6141982Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6149488Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6186671Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6187775Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6188724Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6189643Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6190512Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6197092Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6204861Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6211940Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6218501Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6226362Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6233562Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6240378Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6247311Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6254363Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6261289Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6268658Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6275506Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6282088Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6289603Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6296274Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6302995Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6309783Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6316860Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6324196Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6330953Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6337454Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6344334Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6351783Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6358720Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6365593Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6372822Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6379954Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6386726Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6393512Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6400219Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6411885Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6419068Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6426072Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6432766Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6439435Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6446873Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6453693Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6460368Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6528579Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6535440Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6547029Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6553942Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6560606Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6567366Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6574330Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6581477Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6588594Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6595947Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6602857Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6609556Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6616572Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6623715Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6630688Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6638293Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6645176Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6652027Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6659096Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6666010Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6672593Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6679180Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6685890Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6692607Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6699153Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6705640Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6712499Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6719285Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6725936Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6732636Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6740271Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6747525Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6762743Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6769951Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6776859Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6783867Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6790796Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6797548Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6804819Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6811593Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6818530Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6825932Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6835931Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6842621Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6849609Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6856541Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6863131Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6871003Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6877681Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6884733Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6891446Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6898812Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6909744Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6916784Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6923738Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6930873Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6937596Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6944405Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6951366Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6958034Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6964708Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6971519Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6982520Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6989460Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.6995995Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7002893Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7010056Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7021096Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7028400Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7035197Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7042220Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7049187Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7056747Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7063654Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7070838Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7078084Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7085012Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7095795Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7103417Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7110373Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7117169Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7123960Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7135310Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7143321Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7151305Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7158460Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7165823Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7180532Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7194987Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7201979Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7209813Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7218820Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7225781Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7231980Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7238843Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7245500Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7252439Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7259173Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7266254Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7273174Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7280071Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7288228Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7295095Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7301791Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7308582Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7315659Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7322117Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7333306Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7340037Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7347119Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7353618Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7360377Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7367010Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7373952Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7380698Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7387716Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7394308Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7406298Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7413353Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7420169Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7427308Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7435402Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7447425Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7454515Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7461107Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7468962Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7475304Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7482167Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7489154Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7496088Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7503873Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7510994Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7526786Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7576404Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7583405Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7590658Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7598112Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7609615Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7617311Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7645866Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7646881Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7653500Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7665510Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7672454Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7680567Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7686472Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7693365Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7700896Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7707960Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7714929Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7721813Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7729426Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7736635Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7743540Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7750938Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7758052Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7764902Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7772070Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7779394Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7786513Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7793348Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7800361Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7807494Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7814303Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7821724Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7828836Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7836338Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7858323Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7865341Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7872379Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7879204Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7886578Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7893779Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7900653Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7907697Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7914617Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7921860Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7928920Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7935830Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7942765Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7950138Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7957422Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7964205Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7971978Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7979042Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7986243Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.7993253Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8000203Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8007623Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8020727Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8027694Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8034916Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8052299Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8059517Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8066759Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8073710Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8080585Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8097042Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8104776Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8111886Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8119124Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8126127Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8133369Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8140908Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8148188Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8156425Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8164306Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8172243Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8179538Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8186826Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8194062Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8201072Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8212397Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8219460Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8226541Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8232995Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8239683Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8246667Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8253739Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8260637Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8267847Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8274532Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8285248Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8292202Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8298962Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8306232Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8313200Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8325924Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8332674Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8339730Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8346616Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8353978Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8365244Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8372066Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8378981Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8386474Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8393584Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8400509Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8407865Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8415238Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8422031Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8429249Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8436016Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8443427Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8450150Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8457058Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8464487Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8472038Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8478856Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8485670Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8492409Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8498644Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8506376Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8513404Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8520103Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8526822Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8533639Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8545170Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8552003Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8558790Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8565381Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8571951Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8578894Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8585892Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8593139Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8600360Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8607440Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8614394Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8621413Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8628640Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8635453Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8642420Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8649794Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8664889Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8666036Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8673318Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8680495Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8688779Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8699543Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8707156Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8713630Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8720748Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8727999Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8734880Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8742007Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8749178Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8756111Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8763252Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8770117Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8777174Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8784099Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8790980Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8797841Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8804827Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8812340Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8819327Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8826457Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8833494Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8840260Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8848060Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8854930Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8861981Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:22:02.8868244Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:22:02.8872480Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:22:02.8878939Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:22:02.8884956Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:22:02.8895822Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:22:02.8901276Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8904492Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8910778Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8917294Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8924869Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8936350Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8942283Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8948763Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8955621Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8962460Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8968899Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8975788Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:22:02.8981401Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.8984334Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.8990786Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.8997053Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.9003722Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.9014252Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.9020600Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:22:02.9025422Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9029013Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9044053Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9047082Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9058587Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9065440Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9072039Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9078468Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9084752Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9108173Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9114992Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9121380Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:22:02.9127028Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9129911Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9136292Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9142930Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9149534Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9160110Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9166699Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9173030Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9179686Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9186160Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9192750Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9199188Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9205970Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9212210Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9219258Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9225378Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9231782Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9238061Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9244267Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9250917Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9257506Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9263754Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9275393Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9282241Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9289005Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9295012Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9302557Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9308447Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9314831Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9320993Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9327529Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9333889Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9340095Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9351587Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9357921Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9364457Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9371019Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9377296Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9383715Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9390565Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9397144Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9406054Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9410522Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9418491Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9430140Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9437053Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9446217Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9452967Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9460065Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9467586Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9473897Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9480629Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9487076Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9494168Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9505057Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9511398Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9517921Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9524424Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9530472Z copying torch\include\ATen\native\RangeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9536894Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9543402Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9549900Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9556853Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9563440Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9569672Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9576375Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9590618Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9597366Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9603693Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9610569Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9617537Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9624102Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9630511Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9636920Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9643667Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9650271Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9661510Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9668446Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9674738Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9682439Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9690144Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9697259Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9704738Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9711983Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9738847Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9749906Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9756614Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9762949Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9769357Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9776234Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9782730Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9789247Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9795520Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9802198Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9810030Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9816508Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9823622Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9829907Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:22:02.9835249Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9838312Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9844912Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9851656Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9857996Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9869721Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9875966Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9882259Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9889161Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9895742Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9902244Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9908818Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9915373Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9921744Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9928679Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9935018Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9947777Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9955202Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9961997Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9968450Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9974447Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9985718Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9992618Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:02.9999020Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0005325Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0011800Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0018376Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0025250Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0031588Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0038776Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0045385Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0056602Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:22:03.0061976Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0065097Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0071687Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0077849Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0083941Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0094282Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0101005Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0107634Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0114198Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0121271Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0127624Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0134005Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0140518Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0146870Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0153084Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0159517Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0166463Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0203380Z copying torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0203760Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0204111Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0204462Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0204862Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0213214Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0219465Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0227056Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0232755Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0239527Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0245957Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0253930Z copying torch\include\ATen\native\cuda\cutlass_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0260266Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0267000Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0273658Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0280526Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0287138Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0297772Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0304445Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0310999Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0317653Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0324274Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0330715Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0336981Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0343603Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0350052Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0356468Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0364545Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0371681Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0378375Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0386151Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0396496Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0403043Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0409521Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0416712Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0424188Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0431282Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0437730Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0444559Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0451070Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0457765Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0463973Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0471871Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:22:03.0477580Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:22:03.0479737Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:22:03.0486060Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:22:03.0492255Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:22:03.0498910Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:22:03.0504630Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:22:03.0507650Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:22:03.0514268Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:22:03.0520886Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:22:03.0526465Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0529436Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0535650Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0542982Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0549528Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0561701Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0568606Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0575354Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:22:03.0581329Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:03.0586630Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:03.0594027Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:03.0601033Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:03.0607990Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:03.0613737Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0616827Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0622947Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0629767Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0682523Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0688850Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:22:03.0694662Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0697968Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0704669Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0711083Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0721641Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0727808Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0734281Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0740313Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0746646Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:22:03.0752392Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0755145Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0761925Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0768408Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0775228Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0786665Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0792710Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0799625Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0805955Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0812229Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0818406Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0825025Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0832081Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0838629Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0845246Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0851601Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:03.0857408Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:22:03.0860414Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:22:03.0868258Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:22:03.0873798Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:22:03.0876602Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:22:03.0882856Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:22:03.0889654Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:22:03.0895314Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:22:03.0898509Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:22:03.0905044Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:22:03.0910619Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0913735Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0920404Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0926621Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0932720Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0944080Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0950378Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:22:03.0955916Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-14T04:22:03.0958984Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-14T04:22:03.0964760Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.0968710Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.0976413Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.0982834Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.0989678Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.1001229Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.1008695Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.1015010Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:22:03.1020477Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:22:03.1024143Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:22:03.1030466Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:22:03.1037552Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:22:03.1043158Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1046105Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1052561Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1059327Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1065775Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1076822Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1083388Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1089825Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1096701Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1103501Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1110135Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1116531Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1122993Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1129807Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1136410Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1142996Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1155926Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1162356Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1170040Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1177342Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1184867Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1198339Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1205338Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1212020Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1219002Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1225728Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1232170Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1238285Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1244734Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1251197Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1257953Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1264544Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1271077Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1277645Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1290944Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1297310Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1303885Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1310644Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1317050Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1323793Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1330504Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1336897Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1343417Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1349970Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1356639Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1368481Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1376925Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1384169Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1390619Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1397495Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:22:03.1403471Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1406404Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1412745Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1418933Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1425753Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1436784Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:22:03.1442510Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1445818Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1452801Z copying torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1460485Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1467283Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1478668Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:03.1500799Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1503697Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1510282Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1517388Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1524111Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1535278Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1542016Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1548828Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:22:03.1557056Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:22:03.1559940Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:22:03.1566379Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:22:03.1572734Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:22:03.1579818Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:22:03.1591747Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1594607Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1601066Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1608096Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1614905Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1626563Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1632952Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1639500Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1645997Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1653702Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1659468Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1666604Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1673928Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1681090Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1688613Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1694780Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1701529Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1708348Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:22:03.1713973Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1717205Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1723763Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1730075Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1736987Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1751349Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1757663Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1764313Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1770668Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1776978Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1783805Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1790160Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1796487Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1802760Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1809009Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1815244Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1821541Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1828698Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1835426Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1841898Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1848284Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1854939Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1861530Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1867942Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1874063Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1886224Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1892583Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1898762Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1905851Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1912513Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1919262Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1925509Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1932153Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1940131Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1946700Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1953408Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1964509Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1970885Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1977322Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1984503Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1991075Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.1997578Z copying torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2004308Z copying torch\include\c10\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2011143Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2017630Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2030440Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2036636Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2043344Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2050035Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2056321Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2062965Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2069396Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2075804Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2082440Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2089632Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2095997Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2102533Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2109353Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2121659Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2128151Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2134725Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2141599Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2148748Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2155381Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2161776Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2168696Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2176005Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2182237Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2189580Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2261816Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2277570Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2284092Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2290717Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2296989Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2304009Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2310816Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2317148Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2323346Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2329656Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2335928Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2342410Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2349431Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2362182Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2368944Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2375452Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2382958Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2390162Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2396441Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2402971Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2409716Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2415871Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2422446Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2429379Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2445154Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2452319Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2458888Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2465537Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2472486Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2479308Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2485800Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2492002Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2498365Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2505645Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2512408Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2519344Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2526233Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2532681Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2538900Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2545467Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2552562Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2558847Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2565732Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:22:03.2571925Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2575317Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2581825Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2588459Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2595291Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2606473Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2613228Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2620618Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2627424Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2634233Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2641227Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2647674Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2654733Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2660707Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2667753Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:22:03.2673757Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:22:03.2676731Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:22:03.2684067Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:22:03.2690092Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2693315Z copying torch\include\c10\metal\indexing.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2706536Z copying torch\include\c10\metal\random.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2713024Z copying torch\include\c10\metal\reduction_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2719753Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2726764Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:22:03.2737031Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2740023Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2746767Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2753686Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2759977Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2771089Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2777625Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:22:03.2783329Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-14T04:22:03.2786314Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-14T04:22:03.2792106Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2794986Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2801959Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2808572Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2814543Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2826454Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:22:03.2831794Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2834572Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2841034Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2847184Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2857846Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2868384Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2874606Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2880856Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2887102Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2893069Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2899616Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2905655Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2912280Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2919059Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2925287Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2931728Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2938042Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2944501Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2951082Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2958206Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2964212Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2970969Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2977298Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2983702Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.2990501Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3001464Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3007942Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3013986Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3020317Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3027112Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3034180Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:22:03.3039854Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-03-14T04:22:03.3042862Z copying torch\include\torch\csrc\stable\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-03-14T04:22:03.3049160Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3054637Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3060823Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3067395Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3073814Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3080218Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3086491Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3093945Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3104745Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3111251Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3117590Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3124093Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3130496Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3136825Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3143191Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3149392Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3156519Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3163600Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3170131Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3176766Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3184565Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3192697Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3198626Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3204567Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3210956Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:03.3216448Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3219448Z copying torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3226114Z copying torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3232659Z copying torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3238636Z copying torch\include\torch\csrc\api\include\torch\data\example.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3245252Z copying torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3256366Z copying torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3262666Z copying torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3268917Z copying torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:03.3274893Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:03.3278020Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:03.3284443Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:03.3290722Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:03.3296436Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3316874Z copying torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3323206Z copying torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3329944Z copying torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3336353Z copying torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3342931Z copying torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3349247Z copying torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3355599Z copying torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:03.3366050Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:03.3369132Z copying torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:03.3375769Z copying torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:03.3382177Z copying torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:03.3387919Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3391234Z copying torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3397871Z copying torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3404191Z copying torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3410606Z copying torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3416998Z copying torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3428678Z copying torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3435458Z copying torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:03.3440940Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3444422Z copying torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3451353Z copying torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3457836Z copying torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3464345Z copying torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3470939Z copying torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:03.3476612Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:03.3479707Z copying torch\include\torch\csrc\api\include\torch\detail\static.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:03.3486148Z copying torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:03.3491795Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3494901Z copying torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3501667Z copying torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3508399Z copying torch\include\torch\csrc\api\include\torch\nn\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3515023Z copying torch\include\torch\csrc\api\include\torch\nn\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3540475Z copying torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3557136Z copying torch\include\torch\csrc\api\include\torch\nn\options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3563580Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3570096Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3576495Z copying torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:03.3582183Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3585556Z copying torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3592842Z copying torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3600399Z copying torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3607672Z copying torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3618809Z copying torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3625767Z copying torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3632307Z copying torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3639193Z copying torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3645651Z copying torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3652414Z copying torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3659791Z copying torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3666391Z copying torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3672772Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3679472Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3686791Z copying torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3693475Z copying torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:03.3699145Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3702274Z copying torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3709190Z copying torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3715724Z copying torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3722861Z copying torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3729419Z copying torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3740244Z copying torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3746717Z copying torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3753582Z copying torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3760620Z copying torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3767417Z copying torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3774589Z copying torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3782950Z copying torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3791353Z copying torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3799190Z copying torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3806615Z copying torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3813890Z copying torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3820859Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3827989Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3835085Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3841828Z copying torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3848563Z copying torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:03.3854174Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3857308Z copying torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3864812Z copying torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3871406Z copying torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3878106Z copying torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3884853Z copying torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3896773Z copying torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3903698Z copying torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3910432Z copying torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3917253Z copying torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3923999Z copying torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3930352Z copying torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3937188Z copying torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3945163Z copying torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3951406Z copying torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3958679Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3965551Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3972654Z copying torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3979326Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3986516Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3993218Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.3999743Z copying torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.4006571Z copying torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.4013141Z copying torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:03.4019094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4022242Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4029655Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4036136Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4043052Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4054654Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4061473Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4069079Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4075693Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4082564Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4089516Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:03.4095853Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:22:03.4100300Z copying torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:22:03.4105710Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:03.4109789Z copying torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:03.4116096Z copying torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:03.4122524Z copying torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:03.4128509Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4131975Z copying torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4138398Z copying torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4144812Z copying torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4151790Z copying torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4158593Z copying torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4166122Z copying torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4202119Z copying torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4203234Z copying torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:03.4204137Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:03.4205169Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:03.4206641Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:03.4211090Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:03.4222982Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:03.4226283Z copying torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:03.4232801Z copying torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:03.4239842Z copying torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:03.4246193Z copying torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:03.4257713Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4260653Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4267148Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4273785Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4280341Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4291524Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4298443Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4353268Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4361840Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4371376Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4381282Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4390754Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4400487Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4408908Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4417995Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4426459Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4435998Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4445520Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4454083Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4461913Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4471897Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4481374Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4489526Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4500989Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4508020Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4515230Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4521958Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4529103Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4535784Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4543028Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4549549Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4556421Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4568262Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4575009Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4581649Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4588514Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4595745Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4603246Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4610771Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4618357Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.4627341Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8172414Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8180479Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8313980Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8319891Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8327538Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8334164Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:22:03.8339534Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8342621Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8349257Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8355670Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8361860Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8379084Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8385364Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:03.8390757Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8393759Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8405435Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8412088Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8429155Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8435889Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8443990Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:03.8450820Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8454356Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8460507Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8467053Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8473448Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8490225Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8496349Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:03.8501959Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8504909Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8511994Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8518470Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8525061Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8531106Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8548020Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8554523Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8560900Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8567101Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8573257Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8579552Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8586089Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:22:03.8591519Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8596194Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8602503Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8609096Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8615749Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8621559Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8638489Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8644675Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8651333Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8657687Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8664795Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8671189Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8677832Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8684104Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8690557Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8697469Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8703879Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8710579Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8716924Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8723677Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8730334Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8737510Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8745078Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8751991Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8769025Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8775515Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8789356Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8790522Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8796899Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8804195Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8810612Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8818285Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8825137Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8842405Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8850141Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8856842Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8863180Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8869944Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8910934Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8917563Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8924115Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8930675Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8937202Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8948272Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8954649Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8961140Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8967576Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8973859Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8980380Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8986504Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8993392Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.8999699Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:03.9005476Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9008397Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9014922Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9021803Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9028111Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9075576Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9076768Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9077809Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9078824Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9079892Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9082892Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9089669Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9096007Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9102209Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9109963Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9115791Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9121964Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9129010Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9135544Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9142171Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9148793Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9167073Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9174125Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9180671Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9187208Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9193750Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9200570Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9206948Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:03.9212625Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:03.9216826Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:03.9223638Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:03.9229116Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:03.9232043Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:03.9238391Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:03.9243737Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9247049Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9253780Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9260144Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9277338Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9283786Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9290074Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9296663Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9303134Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9310243Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9316526Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:03.9321816Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9324725Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9331671Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9338463Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9344342Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9360925Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9367377Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9374439Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9380392Z copying torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9386691Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9393371Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9399731Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9406247Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9412370Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9418576Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:22:03.9423929Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:22:03.9427410Z copying torch\include\torch\csrc\inductor\array_ref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:22:03.9433631Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:22:03.9439094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9442055Z copying torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9448645Z copying torch\include\torch\csrc\inductor\aoti_include\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9455061Z copying torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9461499Z copying torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9467426Z copying torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:03.9483455Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:03.9496636Z copying torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:03.9503134Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:03.9509035Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9511583Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9518356Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9524656Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9541442Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9549099Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:03.9554348Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9557393Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9563806Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9570288Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9588052Z copying torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9594074Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9601121Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9608142Z copying torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9614607Z copying torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9621172Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9628069Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9634189Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9640857Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:03.9646546Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9649967Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9656149Z copying torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9662363Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9679269Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9685664Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:03.9691112Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:03.9693985Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:03.9700980Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:03.9707973Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:03.9713565Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:03.9716621Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:03.9723725Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:03.9730931Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:03.9746833Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9749968Z copying torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9756131Z copying torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9762503Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9768567Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9774872Z copying torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:03.9790638Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:03.9793569Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:03.9799964Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:03.9805938Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:03.9810700Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:22:03.9813513Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:22:03.9819824Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:22:03.9826440Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:22:03.9832154Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9835023Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9855346Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9856406Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9857503Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9873857Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9880439Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9887023Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9893339Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9900049Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:03.9905605Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9918824Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9924988Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9932206Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9938092Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9954957Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9961124Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9967422Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9974086Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9980765Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9987455Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:03.9994821Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0001525Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0007831Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0014100Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0020688Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0027350Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0034402Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0040506Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0047020Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0064133Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0070765Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0077654Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0084319Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0091009Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0097751Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0104122Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0110429Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0117068Z copying torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0133265Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0165740Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0171989Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0178506Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0184875Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0190917Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0197548Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0204307Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0210765Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0227915Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0234149Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0240125Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0246380Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0252722Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0259284Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0265533Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0271744Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0278658Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0295598Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0301771Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0308660Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0346597Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0347550Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0348480Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0349417Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0350356Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0352324Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0358705Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0385948Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0392639Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0399222Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0405962Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0412184Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0418836Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0424987Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0431734Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0438871Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0444799Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0450945Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0467942Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0474063Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0480280Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0487488Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0494247Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0500526Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0506961Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0513428Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0520183Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0537104Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0543973Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0550600Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0557140Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0563863Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0570202Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0577140Z copying torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0583808Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0590509Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0597071Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0603336Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:04.0616955Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0617915Z copying torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0619083Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0625001Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0631285Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0647280Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0653699Z copying torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0660217Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0667670Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0673949Z copying torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:04.0679618Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0682585Z copying torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0689201Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0695861Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0712877Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0719356Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:04.0725505Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0728915Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0749799Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0750808Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0751834Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0768356Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0776361Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0782773Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0824638Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0830985Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0837939Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0844387Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0850770Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0857095Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0863808Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0870448Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0876682Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0883004Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0889278Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0895857Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0902261Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0913978Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0921431Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0928052Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0934258Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0940714Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0947357Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0953470Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0959712Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0966664Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0983210Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0989565Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:04.0994944Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.0997797Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1004089Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1010278Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1016722Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1033039Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1039405Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1046522Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1053318Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1059969Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1066555Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1072898Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1079396Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1085836Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:04.1091646Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1094764Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1101375Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1107628Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1124757Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1130963Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1137436Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1143931Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1150369Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1157221Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1164069Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1170304Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1177333Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1183800Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1190786Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1197102Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1203429Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1209904Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1216538Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1223355Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1242477Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1246660Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1253919Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1259875Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1266279Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1273829Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1280396Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1286659Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1294452Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:04.1300299Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1303135Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1309724Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1316198Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1322402Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1329019Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:22:04.1345089Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1348231Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1354981Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1361655Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1379478Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1385339Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1391444Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1397931Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1404328Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1410589Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1416952Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1424037Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1430507Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1438174Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1444294Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1450795Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1457151Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1469564Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1471895Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1478915Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1485470Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1501714Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:04.1507427Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1510399Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1516329Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1522518Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1528772Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1536167Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1552725Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1559201Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1565543Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1571973Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1578306Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1585584Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1592201Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1598838Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1605274Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1611810Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1618257Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:22:04.1623864Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1626833Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1633277Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1639740Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1646243Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1663481Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1669898Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1676331Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1682873Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1689299Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1695579Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1702276Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1708924Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1715217Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1721694Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1728361Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1735329Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1742808Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1750124Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1756688Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1763418Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1770236Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1776750Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:04.1792066Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:04.1794793Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:04.1819441Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:04.1824906Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1827918Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1834517Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1840865Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1847173Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1863165Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1869514Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1875862Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1882364Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1888755Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1895251Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1901583Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1908063Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1914497Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1920907Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1927165Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1933568Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1939907Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1947016Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1953979Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1960399Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1966835Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1983233Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1989736Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.1996239Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2002811Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2009592Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2016303Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2022706Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2029395Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2036356Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2042446Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2049614Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2065855Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2072517Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2078996Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2086342Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2092946Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2099920Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2106587Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2112770Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2119296Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2125855Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:04.2132322Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2134740Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2141332Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2148006Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2154572Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2160883Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2176612Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2183273Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2189994Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2196230Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:04.2201587Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:22:04.2205592Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:22:04.2211352Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:22:04.2215289Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:22:04.2221877Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:22:04.2227874Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:22:04.2233158Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2254770Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2260757Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2267915Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2274203Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2291155Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2297433Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2303807Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2310071Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2316412Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2322603Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2328836Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:22:04.2334348Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:04.2337345Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:04.2343635Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:04.2349934Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:04.2355329Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:04.2358428Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:04.2364667Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:04.2371110Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:04.2387428Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:04.2392875Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:22:04.2395722Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:22:04.2400953Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2403851Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2410961Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2416545Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2422865Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2439627Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2446169Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2452684Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2458841Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2465363Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2471639Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2478059Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2484306Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2490739Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2496949Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2503100Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2510006Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:04.2515507Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:04.2518341Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:04.2524613Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:04.2531023Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:04.2536377Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2539095Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2545676Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2551778Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2558099Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2575391Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2582731Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2590746Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2597293Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2603650Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2609720Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2616094Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2622752Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2629182Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2669493Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2675608Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2681977Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2689334Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2696436Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2702947Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2709420Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2720956Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2727781Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2734291Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2740956Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2748431Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2756006Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2763336Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2770531Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2777687Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2784182Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2800640Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2806904Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2813214Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2820048Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2826110Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2832335Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2838711Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2845232Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2852073Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2868748Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2875359Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2881747Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2888204Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2894756Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2900685Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:22:04.2906472Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-14T04:22:04.2909383Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-14T04:22:04.2915038Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:04.2919311Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:04.2925659Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:04.2974860Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:04.2980956Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:04.3000155Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3002657Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3008840Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3014986Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3021404Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3027776Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3043661Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3049970Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3056306Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3062812Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3069202Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3075829Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3081993Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3088224Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3094485Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3101277Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3107553Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3113863Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3120497Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3126904Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3133034Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3139505Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3146292Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3152543Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3158683Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:04.3164567Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:22:04.3177198Z copying torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:22:04.3182610Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:04.3185817Z copying torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:04.3192025Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:04.3197433Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-14T04:22:04.3201357Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-14T04:22:04.3206610Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3208801Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3214897Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3221620Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3228191Z copying torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3244326Z copying torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3275871Z copying torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3276921Z copying torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3277957Z copying torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3279056Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3281616Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:04.3287308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:22:04.3289412Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:22:04.3296839Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:22:04.3303094Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:22:04.3308383Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3311368Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3318485Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3324704Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3331885Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3338315Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3344309Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3360709Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3366562Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3372777Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3379075Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3385722Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3392134Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3398445Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3404598Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3412029Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3418730Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3425000Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3433093Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3440761Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3447599Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3454252Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3460574Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:22:04.3466386Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3469154Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3476176Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3483364Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3489698Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3496277Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3512591Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3519384Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3526302Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3532776Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3540205Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:22:04.3546516Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:22:04.3549309Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:22:04.3555750Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:22:04.3562722Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:22:04.3570002Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:22:04.3591458Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:22:04.3595026Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:22:04.3607557Z copying torch\_inductor\script.ld -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:22:04.3614052Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:22:04.3626214Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:22:04.3636490Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-14T04:22:04.3641524Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-14T04:22:04.3646834Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3649824Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3656594Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3662911Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3679223Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3686163Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3692698Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3699053Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:22:04.3704735Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3707636Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3714273Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3720899Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3727218Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3744528Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3751222Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3757211Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3763540Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3770369Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:22:04.3776051Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:04.3779047Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:04.3785327Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:04.3790969Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:04.3804585Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:04.3811089Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:04.3818816Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:04.3836398Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:04.3841709Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:04.3844760Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:04.3851766Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:04.3858280Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:04.3874566Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:04.3880251Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:22:04.3882883Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:22:04.3889673Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:22:04.3895998Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:22:04.3908759Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:04.3934991Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:04.3946326Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:04.3952729Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:04.3962877Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:22:04.3969605Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:22:04.3987024Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:22:04.4007545Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:22:04.4018833Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4027717Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4037537Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4056152Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4071274Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4123092Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4131857Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4138141Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.4149804Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5428882Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5435373Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5580045Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5587292Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5595514Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5602465Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5615642Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:04.5623305Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1684120Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1704560Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1724472Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1731177Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1923241Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.1972286Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2317342Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2669777Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2708718Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2717492Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2799635Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2813819Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.2814419Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.3077869Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.3088091Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:22:05.3118167Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3121107Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3127989Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3135792Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3214242Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3220858Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3228167Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3235846Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3242995Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3255680Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3262704Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3269110Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3275681Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3282160Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3288624Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3295996Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3302637Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:22:05.3311051Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:22:05.3317036Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:22:07.1506119Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:22:07.2805427Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.2808821Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.4960852Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.4974621Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5010529Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5020721Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5031169Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5041538Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5048729Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5055385Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5062143Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5068883Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5080129Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5090573Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5101777Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5108475Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5116263Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5126499Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5133164Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5143986Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5160389Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5166960Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5173476Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5180131Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5224604Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5231485Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5241629Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5252587Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5263499Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5270411Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5287502Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5298209Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5305444Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5312313Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5330116Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5342316Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5349465Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5356321Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5363408Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5385197Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:22:07.5394632Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5397868Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5404249Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5410410Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5420006Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5432430Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5509922Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5520965Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5532081Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5553852Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5570178Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5591022Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5606707Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5617170Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5654350Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5666948Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5688375Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5694929Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:22:07.5699729Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5703038Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5714176Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5720461Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5742246Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5753205Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5759819Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5771467Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5782587Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5790062Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5801430Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5811689Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5822009Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5832454Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5839346Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5850528Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5863561Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5874975Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5912266Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5922901Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5933410Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5944895Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5957033Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5963782Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:22:07.5970330Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:22:07.5978095Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:22:07.5986283Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:22:07.5994026Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:22:07.6005990Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:22:07.6018865Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:22:07.6025680Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:22:07.6925586Z running build_ext 2025-03-14T04:22:15.9284951Z -- Building with NumPy bindings 2025-03-14T04:22:15.9285343Z -- Not using cuDNN 2025-03-14T04:22:15.9285563Z -- Not using CUDA 2025-03-14T04:22:15.9285816Z -- Not using XPU 2025-03-14T04:22:15.9286020Z -- Using MKLDNN 2025-03-14T04:22:15.9286322Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-03-14T04:22:15.9286722Z -- Not using CBLAS in MKLDNN 2025-03-14T04:22:15.9286964Z -- Not using NCCL 2025-03-14T04:22:15.9287194Z -- Building without distributed package 2025-03-14T04:22:15.9287515Z -- Building Executorch 2025-03-14T04:22:15.9287735Z -- Using ITT 2025-03-14T04:22:15.9288405Z Copying functorch._C from functorch\functorch.pyd to C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-03-14T04:22:15.9289690Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-03-14T04:22:15.9305318Z building 'torch._C' extension 2025-03-14T04:22:15.9321924Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-03-14T04:22:15.9333811Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /MD /FS /EHsc 2025-03-14T04:22:15.9567656Z stub.c 2025-03-14T04:22:16.4903519Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" torch_python.lib /EXPORT:PyInit__C build\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /OUT:build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib /NODEFAULTLIB:LIBCMT.LIB 2025-03-14T04:22:16.5194184Z Creating library build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.exp 2025-03-14T04:22:16.5289147Z Generating code 2025-03-14T04:22:16.5765421Z Finished generating code 2025-03-14T04:22:16.6314166Z copying build/temp.win-amd64-cpython-39/Release/torch/csrc/_C.cp39-win_amd64.lib -> build/lib.win-amd64-cpython-39/torch/lib/_C.lib 2025-03-14T04:22:16.6361145Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T04:22:16.6361856Z !! 2025-03-14T04:22:16.6361955Z 2025-03-14T04:22:16.6362206Z ******************************************************************************** 2025-03-14T04:22:16.6362576Z Please avoid running ``setup.py`` directly. 2025-03-14T04:22:16.6362947Z Instead, use pypa/build, pypa/installer or other 2025-03-14T04:22:16.6363282Z standards-based tools. 2025-03-14T04:22:16.6363470Z 2025-03-14T04:22:16.6363752Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T04:22:16.6364237Z ******************************************************************************** 2025-03-14T04:22:16.6364458Z 2025-03-14T04:22:16.6364529Z !! 2025-03-14T04:22:16.6364716Z self.initialize_options() 2025-03-14T04:22:16.6463927Z installing to build\bdist.win-amd64\wheel 2025-03-14T04:22:16.6464275Z running install 2025-03-14T04:22:16.6485469Z running install_lib 2025-03-14T04:22:16.6582127Z creating build\bdist.win-amd64\wheel 2025-03-14T04:22:16.6588612Z creating build\bdist.win-amd64\wheel\functorch 2025-03-14T04:22:16.6592515Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-03-14T04:22:16.6596469Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-03-14T04:22:16.6602983Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-03-14T04:22:16.6606757Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6613064Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6619453Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6625586Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6641707Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6647363Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6653515Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6658698Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6664061Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:22:16.6669536Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-03-14T04:22:16.6673060Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:22:16.6678695Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:22:16.6683929Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:22:16.6689141Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-03-14T04:22:16.6692431Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:22:16.6697478Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:22:16.6702473Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:22:16.6707531Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-03-14T04:22:16.6726301Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-03-14T04:22:16.6729681Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-03-14T04:22:16.6732881Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-03-14T04:22:16.6737963Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-03-14T04:22:16.6741280Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-03-14T04:22:16.6746648Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-03-14T04:22:16.6749852Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-03-14T04:22:16.6755309Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-03-14T04:22:16.6770948Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-03-14T04:22:16.6776149Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-03-14T04:22:16.6780431Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-03-14T04:22:16.6786806Z creating build\bdist.win-amd64\wheel\torch 2025-03-14T04:22:16.6790019Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-03-14T04:22:16.6793247Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-14T04:22:16.6798413Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-14T04:22:16.6804269Z creating build\bdist.win-amd64\wheel\torch\amp 2025-03-14T04:22:16.6807493Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:22:16.6813348Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:22:16.6819477Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:22:16.6824867Z creating build\bdist.win-amd64\wheel\torch\ao 2025-03-14T04:22:16.6828283Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-03-14T04:22:16.6832010Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-03-14T04:22:16.6835644Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-03-14T04:22:16.6838778Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-03-14T04:22:16.6844118Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-03-14T04:22:16.6849425Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-03-14T04:22:16.6852846Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:22:16.6856622Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:22:16.6863000Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:22:16.6868417Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:22:16.6874200Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:22:16.6889624Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2025-03-14T04:22:16.6894935Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-03-14T04:22:16.6898874Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:22:16.6902403Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:16.6905825Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:16.6911482Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:16.6916436Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:22:16.6923511Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6926254Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6932095Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6937715Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6943063Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6948676Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:22:16.6964070Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2025-03-14T04:22:16.6969402Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-03-14T04:22:16.6974987Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-03-14T04:22:16.6978407Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-03-14T04:22:16.6981808Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:22:16.6985184Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:22:16.6990657Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:22:16.6995883Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2025-03-14T04:22:16.7001169Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-03-14T04:22:16.7004656Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:22:16.7010737Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:22:16.7022567Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:22:16.7023668Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:22:16.7026410Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-03-14T04:22:16.7031790Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-03-14T04:22:16.7035406Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-03-14T04:22:16.7038844Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:22:16.7044901Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:22:16.7065009Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:22:16.7070042Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-03-14T04:22:16.7075401Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-03-14T04:22:16.7090811Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-03-14T04:22:16.7094250Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:22:16.7097762Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:22:16.7103680Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:22:16.7109366Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:22:16.7115647Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:22:16.7120640Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2025-03-14T04:22:16.7125626Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-14T04:22:16.7131735Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7135066Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7140448Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7146004Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7152156Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7157642Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7173037Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7178493Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7183834Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7189809Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7195048Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7200447Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:22:16.7207542Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-03-14T04:22:16.7221489Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7224903Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7230587Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7235805Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7241373Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7246677Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7251896Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:22:16.7256865Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2025-03-14T04:22:16.7261766Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-14T04:22:16.7267153Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-03-14T04:22:16.7270598Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-03-14T04:22:16.7274102Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:22:16.7277322Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:22:16.7282656Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:22:16.7287804Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:22:16.7293201Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:22:16.7298683Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:22:16.7303633Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-03-14T04:22:16.7308727Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-03-14T04:22:16.7314279Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-03-14T04:22:16.7317726Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-03-14T04:22:16.7320770Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7326618Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7332425Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7337995Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7343610Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7359877Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7365461Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7370544Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7376257Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7382143Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:22:16.7386625Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:22:16.7392436Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:22:16.7398546Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:22:16.7403454Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-03-14T04:22:16.7407056Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-03-14T04:22:16.7410491Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:22:16.7416013Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:22:16.7421467Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:22:16.7437293Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:22:16.7442096Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7445455Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7451542Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7457096Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7472668Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7478188Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:22:16.7483102Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-03-14T04:22:16.7486788Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:22:16.7490477Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:22:16.7496361Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:22:16.7501008Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:22:16.7504492Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:22:16.7509973Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:22:16.7515484Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:22:16.7529006Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:22:16.7534791Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:22:16.7540594Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:22:16.7554517Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:22:16.7558628Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:22:16.7564898Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:22:16.7570631Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:22:16.7585379Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:22:16.7589862Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:22:16.7595334Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:22:16.7600540Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7604135Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7609906Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7615181Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7630820Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7636209Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7641558Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7647325Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7652736Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:22:16.7657919Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-03-14T04:22:16.7696454Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-14T04:22:16.7707030Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-14T04:22:16.7713923Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-03-14T04:22:16.7717647Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7720996Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\backend_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7726963Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7732728Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7737939Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7753496Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\observation_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7757821Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7763541Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7768887Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7774037Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7779178Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7784608Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7790312Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7795700Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:22:16.7800914Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.7806782Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.7822492Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.7828630Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-03-14T04:22:16.7831883Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7838030Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7843618Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7849248Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7854452Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7870077Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7875548Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7880759Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7886839Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7892165Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7897815Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7904309Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7909966Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7915333Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7920533Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7927282Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7932744Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7938951Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_lower_to_native_backend.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7945703Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7949716Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\detector.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7955904Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7963547Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7979071Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7985732Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:22:16.7990217Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:22:16.7995207Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8002231Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8005939Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8011202Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8016589Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8022180Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8037990Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8044032Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8050782Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-03-14T04:22:16.8054590Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-03-14T04:22:16.8061155Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-03-14T04:22:16.8066591Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8072566Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8082449Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8088062Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:22:16.8092439Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8098270Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8103982Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8109310Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8115657Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8119199Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8124839Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8129976Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8145558Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8150849Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8157152Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8163405Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8168994Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8174263Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:22:16.8179363Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8185425Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8195558Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8201008Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8206431Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8211731Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8217406Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8222983Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8228563Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8234172Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:22:16.8244625Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-03-14T04:22:16.8250396Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-03-14T04:22:16.8253719Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8259106Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8264430Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8270158Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8285989Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8292374Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8298038Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8303882Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8310489Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8315965Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8322458Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8327942Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-03-14T04:22:16.8331329Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:22:16.8336498Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:22:16.8341918Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:22:16.8346654Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:22:16.8353833Z creating build\bdist.win-amd64\wheel\torch\backends 2025-03-14T04:22:16.8357455Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-03-14T04:22:16.8360613Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-03-14T04:22:16.8365982Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-03-14T04:22:16.8369079Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-03-14T04:22:16.8375168Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-03-14T04:22:16.8378367Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-14T04:22:16.8383829Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-14T04:22:16.8389608Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-03-14T04:22:16.8392867Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-03-14T04:22:16.8399045Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-03-14T04:22:16.8401871Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-03-14T04:22:16.8407036Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-03-14T04:22:16.8420880Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-03-14T04:22:16.8427157Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-03-14T04:22:16.8429785Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-03-14T04:22:16.8435180Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-03-14T04:22:16.8438712Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-03-14T04:22:16.8444451Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-03-14T04:22:16.8447288Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-03-14T04:22:16.8453186Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-03-14T04:22:16.8456480Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-03-14T04:22:16.8462022Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-03-14T04:22:16.8465243Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-03-14T04:22:16.8470562Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-03-14T04:22:16.8473886Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-03-14T04:22:16.8479466Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-03-14T04:22:16.8482705Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-03-14T04:22:16.8488720Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-03-14T04:22:16.8492181Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-14T04:22:16.8497889Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-14T04:22:16.8502404Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-03-14T04:22:16.8505679Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-03-14T04:22:16.8511135Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-03-14T04:22:16.8514401Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-14T04:22:16.8520208Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-14T04:22:16.8524779Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-03-14T04:22:16.8527892Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:22:16.8533197Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:22:16.8539571Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:22:16.8543838Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-03-14T04:22:16.8549770Z creating build\bdist.win-amd64\wheel\torch\bin 2025-03-14T04:22:16.8553183Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8562680Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8608740Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8617591Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8646087Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8664433Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8743554Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8752470Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8800403Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8825980Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8883306Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:22:16.8891462Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-03-14T04:22:16.8904231Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:22:16.8909601Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:22:16.8914911Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:22:16.8920826Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-03-14T04:22:16.8924043Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-14T04:22:16.8929631Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-14T04:22:16.8934671Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-03-14T04:22:16.8938025Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-03-14T04:22:16.8941160Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:22:16.8946690Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:22:16.8952376Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:22:16.8957713Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-03-14T04:22:16.8963467Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-03-14T04:22:16.8967507Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-03-14T04:22:16.8970876Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:22:16.8976498Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:22:16.8982130Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:22:16.8986738Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:22:16.8992369Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.8997755Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9002043Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9007283Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9012901Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9029335Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9034856Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9040051Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9045289Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9050461Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9055814Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9062263Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9100215Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9106059Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9111299Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9117752Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9123294Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9128507Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:22:16.9135208Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-03-14T04:22:16.9138758Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-03-14T04:22:16.9142332Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9145740Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9151931Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9157339Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9173065Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9178546Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9184464Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9189923Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9196065Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9201544Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:22:16.9207892Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-14T04:22:16.9214225Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-03-14T04:22:16.9217559Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:22:16.9223515Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:22:16.9230135Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:22:16.9245813Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:22:16.9250609Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-03-14T04:22:16.9264732Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-03-14T04:22:16.9270403Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-03-14T04:22:16.9275138Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:22:16.9278615Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:22:16.9284284Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:22:16.9289675Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:22:16.9293156Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:22:16.9298475Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:22:16.9303819Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-03-14T04:22:16.9307332Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-14T04:22:16.9313177Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-14T04:22:16.9317482Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-14T04:22:16.9322519Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9328135Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-03-14T04:22:16.9331281Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-03-14T04:22:16.9336775Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9354158Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-03-14T04:22:16.9357836Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9363947Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9370121Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9376567Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9392383Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9403183Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9404390Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9410159Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9415383Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9420839Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9426691Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9432000Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9437291Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9442462Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9448782Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9454350Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9459988Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9465337Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9470750Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9476270Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_process_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9481720Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_thread_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9487083Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9492496Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9508834Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9514232Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9520293Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9525659Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9564596Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9570105Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9575449Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9580875Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9586282Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9597374Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:22:16.9602671Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9608540Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9614230Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9620427Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:16.9628580Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-03-14T04:22:16.9632002Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-03-14T04:22:16.9636202Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-03-14T04:22:16.9643409Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:22:16.9649400Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\health_check_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:22:16.9655532Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:22:16.9667136Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:22:16.9668357Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-03-14T04:22:16.9675783Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-14T04:22:16.9678239Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-03-14T04:22:16.9681615Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:22:16.9687599Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:22:16.9692188Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:22:16.9697751Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-03-14T04:22:16.9701083Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-14T04:22:16.9707245Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-14T04:22:16.9713473Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-03-14T04:22:16.9727854Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:22:16.9734921Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:22:16.9738700Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:22:16.9744760Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:22:16.9750115Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:22:16.9755468Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:22:16.9761689Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:22:16.9775096Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:22:16.9781166Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:22:16.9787630Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:22:16.9792480Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:22:16.9797906Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:22:16.9804229Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9807590Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9813138Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9818508Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9835217Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9841686Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9847249Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9852575Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9857941Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9863602Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9868953Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9874669Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9879550Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:22:16.9885259Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-03-14T04:22:16.9888441Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:22:16.9893861Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:22:16.9899255Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\file_based_local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:22:16.9905160Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:22:16.9920619Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:22:16.9926982Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-03-14T04:22:16.9930638Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9936218Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-03-14T04:22:16.9939575Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\cycling_iterator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:22:16.9945388Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:22:16.9953556Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:22:16.9958788Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9964246Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9969624Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9984516Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9990131Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:22:16.9994768Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-14T04:22:17.0001070Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-03-14T04:22:17.0003920Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0009909Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0016633Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0022561Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0030396Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0046593Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0052375Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0057848Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0063736Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0070997Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0093126Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0093976Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0095152Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0096343Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0114510Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0120277Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0126385Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0132376Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0138220Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0144221Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:22:17.0149245Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0155085Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0160284Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0166711Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0173258Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0178650Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0184603Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0190049Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0195478Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0211108Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0216642Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:22:17.0221971Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0227625Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-03-14T04:22:17.0231029Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-14T04:22:17.0236962Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-14T04:22:17.0241894Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0247155Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-03-14T04:22:17.0250544Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-03-14T04:22:17.0253899Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-03-14T04:22:17.0259844Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-03-14T04:22:17.0264221Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-14T04:22:17.0269783Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-03-14T04:22:17.0273058Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-14T04:22:17.0278795Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-03-14T04:22:17.0282165Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\remote_module_template.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-03-14T04:22:17.0287734Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-03-14T04:22:17.0292517Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-14T04:22:17.0296765Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-14T04:22:17.0302089Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-03-14T04:22:17.0305574Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0310899Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0316106Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0336549Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0341933Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0347593Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0353062Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0358363Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0363677Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0369047Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0374323Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0379972Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0385598Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0391164Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0397573Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0402969Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0408090Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:22:17.0418754Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-03-14T04:22:17.0422072Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0427990Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0434391Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0440444Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0459936Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0464996Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0471047Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0476340Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0481553Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:22:17.0486524Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0491872Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0497614Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-03-14T04:22:17.0500783Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0506859Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0512452Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0517885Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0533792Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0539157Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0544324Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0554379Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0559921Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-03-14T04:22:17.0563304Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-03-14T04:22:17.0574340Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-03-14T04:22:17.0582857Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0589172Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:22:17.0601168Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0608209Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-03-14T04:22:17.0611895Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-03-14T04:22:17.0615495Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:22:17.0621495Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:22:17.0626883Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:22:17.0632292Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:22:17.0647808Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0653312Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0656619Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0668283Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0673559Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0688722Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0694548Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:22:17.0700155Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0703236Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0708435Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0716775Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0722010Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0727279Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0732786Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0748861Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0754272Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0758930Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:22:17.0763666Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0778655Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0784608Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0789796Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0795301Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0801001Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0804071Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0809149Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0814534Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0819618Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0834731Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0844125Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0849296Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0855391Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0861276Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0867794Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0873255Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0879176Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0888089Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:22:17.0893095Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0899370Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0905043Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0910327Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0917242Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0922103Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0927268Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0937054Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:22:17.0942220Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0952182Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.0962420Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-03-14T04:22:17.0975128Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:22:17.0982180Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:22:17.0987872Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-03-14T04:22:17.0991407Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-03-14T04:22:17.0996641Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-03-14T04:22:17.1001250Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:22:17.1015762Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:22:17.1020679Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1026336Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1032972Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1043996Z copying build\lib.win-amd64-cpython-39\torch\distributed\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1049829Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-03-14T04:22:17.1053380Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1062911Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-03-14T04:22:17.1066618Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-03-14T04:22:17.1071618Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1087169Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1088194Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1098720Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-03-14T04:22:17.1101548Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-03-14T04:22:17.1106851Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-03-14T04:22:17.1112501Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1115769Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1122125Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1127638Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1132562Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1137666Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1152886Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1158191Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1168246Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1171469Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1176720Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1181983Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1187055Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1192726Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1207908Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:22:17.1213213Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:22:17.1218659Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1224757Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-03-14T04:22:17.1261242Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-03-14T04:22:17.1266524Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-03-14T04:22:17.1271560Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-03-14T04:22:17.1274728Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:22:17.1280063Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:22:17.1285781Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:22:17.1295066Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:22:17.1300515Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:22:17.1306191Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:22:17.1322128Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:22:17.1326151Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:22:17.1331331Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:22:17.1340668Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1345734Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:22:17.1350871Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-03-14T04:22:17.1354059Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-03-14T04:22:17.1359483Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-03-14T04:22:17.1363208Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-03-14T04:22:17.1368219Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1374613Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-03-14T04:22:17.1378635Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-03-14T04:22:17.1385785Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-03-14T04:22:17.1398821Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:22:17.1403782Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:22:17.1408962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:22:17.1414385Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-03-14T04:22:17.1417509Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1428263Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fake_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1434070Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1439934Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1455877Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1461830Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1468018Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1473412Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1479485Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1485552Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1490733Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:22:17.1495590Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:22:17.1501687Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-03-14T04:22:17.1505226Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1510726Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1516084Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1521403Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1537146Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1542413Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1547784Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1553498Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1558821Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1564280Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1569613Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1575158Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1580450Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1586713Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1591916Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1597448Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1602741Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1608540Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1614462Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1619969Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1625592Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1633125Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1638855Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1654236Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1659644Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1665126Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1674780Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1680270Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1685665Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1691081Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1696526Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1705013Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1720501Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1725877Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1731186Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1736748Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1741981Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1747463Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1752731Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1758167Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1763383Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1769263Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1774208Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1779185Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1784448Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1799211Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1804456Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:22:17.1810141Z creating build\bdist.win-amd64\wheel\torch\export 2025-03-14T04:22:17.1813374Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1818386Z copying build\lib.win-amd64-cpython-39\torch\export\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1823645Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1829117Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1845329Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-03-14T04:22:17.1848669Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-03-14T04:22:17.1853867Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1862370Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1868032Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-03-14T04:22:17.1871268Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-03-14T04:22:17.1876898Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1882920Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1888733Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1894755Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1900349Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1905204Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1910670Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1917166Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1922391Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1927648Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:22:17.1933632Z creating build\bdist.win-amd64\wheel\torch\fft 2025-03-14T04:22:17.1936737Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-03-14T04:22:17.1943451Z creating build\bdist.win-amd64\wheel\torch\func 2025-03-14T04:22:17.1946482Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-03-14T04:22:17.1951376Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:17.1957729Z creating build\bdist.win-amd64\wheel\torch\futures 2025-03-14T04:22:17.1960722Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-03-14T04:22:17.1966224Z creating build\bdist.win-amd64\wheel\torch\fx 2025-03-14T04:22:17.1969207Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.1978286Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.1983718Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-03-14T04:22:17.1986937Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.1993117Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.1998318Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2016186Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2022032Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2027293Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2032926Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2036226Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2042344Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2056838Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2072538Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\operation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2077848Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2102749Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\util.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2108653Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2114366Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:22:17.2118673Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2133899Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2134967Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2135989Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2142378Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2149502Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2155352Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2160644Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2166135Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2178770Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2185444Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-03-14T04:22:17.2188654Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2193916Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2198791Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2203680Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2209230Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2221911Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2226976Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2231973Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2237101Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2242237Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2257317Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:22:17.2262315Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2267632Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2272818Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2277940Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:22:17.2282709Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2287785Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2304047Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2309139Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2314233Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2319305Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_dynamism.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2324758Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:22:17.2329070Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2335484Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2352006Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2356986Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2362429Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2368241Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2378188Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-03-14T04:22:17.2381352Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2387260Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-03-14T04:22:17.2390394Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-14T04:22:17.2403215Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-14T04:22:17.2407882Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-03-14T04:22:17.2411357Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-03-14T04:22:17.2414672Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\cse_pass.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-03-14T04:22:17.2420482Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-03-14T04:22:17.2424800Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-03-14T04:22:17.2429023Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2434313Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2450611Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2456177Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2461961Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-03-14T04:22:17.2465331Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:22:17.2471621Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:22:17.2476332Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:22:17.2481775Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:22:17.2496669Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2503222Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2508823Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2514498Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2520008Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2526025Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2532055Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2537687Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2543710Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2550550Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2556132Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-03-14T04:22:17.2560236Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-03-14T04:22:17.2565622Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-03-14T04:22:17.2569916Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2575753Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-03-14T04:22:17.2589379Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2595302Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2600647Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2606635Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2621536Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2626954Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:22:17.2632230Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2637523Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:22:17.2642460Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2648844Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2654081Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2659345Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2664909Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2669989Z copying build\lib.win-amd64-cpython-39\torch\fx\_graph_pickler.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2675581Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2680798Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2685811Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2692018Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2697354Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:22:17.2702895Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:17.2710477Z creating build\bdist.win-amd64\wheel\torch\include 2025-03-14T04:22:17.2715184Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-03-14T04:22:17.2718421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2723740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2728745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2734329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2740033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2755315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2760290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2765787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2771105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2776173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2781216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2786741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2792121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2798426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2804160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2810040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2815596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2822664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2833067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2847905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2853329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.2859971Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-03-14T04:22:17.2863118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2869285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2874512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2879496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2893950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2933170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2939686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2945066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2950543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.2956411Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-03-14T04:22:17.2960311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:22:17.2965930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:22:17.2971952Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.2975320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\boxing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.2981274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.2987182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\test_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.2992803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.3003330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:22:17.3008542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:22:17.3024027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:22:17.3029795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:22:17.3039698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3045527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3051478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3057433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3063074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3069277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3075403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3080923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3086408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3092306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3102373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3108643Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3112663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3118296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3125420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3131375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3145853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3151632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3157080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:22:17.3162441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3178090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3183515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3188957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3194475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3200108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3205683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3211035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3216986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3222299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3227924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3233273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3248219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3253921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3259359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3265037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3270346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3276482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3283172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3288559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3295270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3301412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3316164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3321853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3327238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3332673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3338156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3343551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3349403Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-03-14T04:22:17.3352745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\adaption.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:22:17.3358884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\infer_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:22:17.3364261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_allowlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:22:17.3369628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_registration.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:22:17.3385734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3391324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3396974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3402522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3417742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3423165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3428743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3433886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3439462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3444504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3450298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3455822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3461378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3466923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3472840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3479368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3508093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3513452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3519046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3524276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3530065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3535363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3545609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3551957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3557600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3562737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:22:17.3568515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.3574585Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-03-14T04:22:17.3577970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:22:17.3583296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:22:17.3594172Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3594949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3597883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3603662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3610213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3625681Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3629065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3634504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3639615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3646079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3665747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3671400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:22:17.3676890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.3682301Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3685555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3690966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3697026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3702284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3717796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3727771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:22:17.3733429Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3736727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3742607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3748241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3753134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3768837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3774184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3779990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3785894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3791336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3797262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3803840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3809789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3816410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3827296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:22:17.3834090Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3837424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3842898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3848533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3865547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3875644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3880685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3886956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3892607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3898339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3904310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3910195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3916531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3922654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:22:17.3929256Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:22:17.3932836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:22:17.3940063Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3943585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3949315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3955822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3961921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3983031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3988149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.3994154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.4000408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.4012399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.4018049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:22:17.4024552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.4030816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.4036260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.4041606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.4046925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_n.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:22:17.4052348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:22:17.4057823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4063717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4069285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4074908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4080903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4086939Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-03-14T04:22:17.4097807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4098823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4102211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4107409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4117751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4132750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4138540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4143899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4149503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4155282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4160621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4165783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4171420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4176858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4182945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4188499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4193838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4199254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4204573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4209997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4215527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4230738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4236033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4241342Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4245302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4250194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4255520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4260820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4276392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4281635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4286787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4296372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4301730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4307113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:22:17.4312480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4318349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4323724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4329108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4334585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4340270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4345744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4360749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4365884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4370990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4376215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4381301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4386803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4391889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:22:17.4397357Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4400627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4406478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4412212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4422036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4437369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4442690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4450378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:22:17.4461334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4476118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4482777Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-03-14T04:22:17.4486054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4491161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4496473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4506864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4511745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4526674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:22:17.4531871Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-03-14T04:22:17.4535212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4544102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4549709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4565178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4570509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4575879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4581332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4586731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4592072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4597494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4603111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:22:17.4608473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4613517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4618908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4624389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4629641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4634754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4640830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4681141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4686563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4692071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4702490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4708001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4713386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4718758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4724647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4730009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4735628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4741657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4748577Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-03-14T04:22:17.4751998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4757827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4762979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4778975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4784370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4794697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4800423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4805808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4811490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4817314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4822409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4827823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4833226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:22:17.4838602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4853791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4859288Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-03-14T04:22:17.4862583Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-03-14T04:22:17.4866187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:22:17.4871755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:22:17.4876892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:22:17.4892360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:22:17.4897729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4903245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4908727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4914659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4920156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4929714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4935507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4941221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4966671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4972600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4978255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4984243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4989915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.4995465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.5001085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.5006670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.5012429Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-03-14T04:22:17.5015970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5021946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5026686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5031982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5046623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5051643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:22:17.5057148Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-03-14T04:22:17.5060387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5066008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5076061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5082094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5098551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5104764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5111280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5116906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5122477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5128112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5133999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:22:17.5139181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.5154063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.5161183Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-03-14T04:22:17.5164569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5170492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5176086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5181487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5197518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5202866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5208618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5220109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5225482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5231065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5243350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5249055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5258695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5264491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5270606Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5273939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5279253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\avx_mathfun.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5285027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5290181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5305905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5310420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5316038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5321832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5327274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5332776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5338113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5344041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\int_mm_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5354220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5362817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5372181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5380390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5390039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\mixed_data_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5397014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\moments_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5404198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5412135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5472298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5477924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5505774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5511998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5517368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5523000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5528701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5554338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5560342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5566480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5703004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:22:17.5708210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5713934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5724708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.5730179Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5733385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5738485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5744175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\block_reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5757111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5830497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5835308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5840684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5846506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5852369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5857669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\cutlass_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5863583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5868909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5874417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5880603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5885735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5891774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5896949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.5902284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6831311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6836679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6842569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6847975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6853472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6858937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6864363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6869581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6874897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\jit_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6885269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6898284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6903608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6909090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6916098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6922484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6930633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6936096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6943071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6948953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6954517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6960021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6966392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6979966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\reduction_template.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6986050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6991621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.6996875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7003496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7009489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7015517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7020997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7026391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7032323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7038035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7050809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7056811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7062175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7067457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7072744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\thread_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7079133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7083595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7088979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:22:17.7095028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7100555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7137295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7138316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7139383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7140462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7141458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7145905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7151636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7157254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7162559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7167639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7173339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7178364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7192056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7197749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7203105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7208973Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-03-14T04:22:17.7212452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_bgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:22:17.7218507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:22:17.7223898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:22:17.7230964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:22:17.7236338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7241650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7247015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7252813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7258235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7264016Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-03-14T04:22:17.7267425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_kernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:22:17.7272706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:22:17.7278129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:22:17.7283495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7296416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7301670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7307179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7313055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7318577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7325749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7331185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7336540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7342166Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-03-14T04:22:17.7345608Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-03-14T04:22:17.7348830Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:17.7352059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:17.7357848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:17.7363143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:17.7368549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:22:17.7373910Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-03-14T04:22:17.7377278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7382626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7388205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7394081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7407133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7412634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7418734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:22:17.7424700Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-03-14T04:22:17.7428323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:22:17.7433492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:22:17.7439512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:22:17.7455740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:22:17.7462440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:22:17.7468550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7482355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7488415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7493635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7499485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7505308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7510700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7520911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7526541Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7530056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7535686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7541107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7555272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7560617Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7564148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7601835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7607340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7612641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7624610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7629524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7635034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7640511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7646332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7651379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7656823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7662865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7668273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7673830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7678831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:22:17.7684317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7689529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7694739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\library.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7699686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:22:17.7705608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7710712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7716292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7738071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7743594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7749464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7754796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7760410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7765777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7777386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7782902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7788499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7794024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7800455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7815165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7821141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7826516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7832153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7837242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7842886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7848465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7853869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7859565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7865184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7879717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7885237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7890809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7896325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7901672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7907489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7913097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7918747Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-03-14T04:22:17.7922263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-03-14T04:22:17.7927811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-03-14T04:22:17.7933641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7944033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7949601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7955008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7960746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7966069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7971435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7977067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.7983553Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-03-14T04:22:17.7986982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:22:17.7992052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:22:17.7997421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:22:17.8002935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.8008257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:22:17.8014084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8020675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8027255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8033087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8038599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8044099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8050668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:17.8200886Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-03-14T04:22:17.8204150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8209679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8215110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8220346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8234406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8240534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8246232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8251642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8256990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8262542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8267871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8273032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8278742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8284070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8289230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8294340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8299582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8305129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8310599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8316274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8332529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8337800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8343191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8348377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8353492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8358780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8364058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8369802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8375557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8389450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8394840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8400280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8406116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8411579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8417254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8422858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8428506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8442490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8448075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8453683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8459699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8465357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8470944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8476762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8493071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8494327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8495439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8499149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8522410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8528166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8534173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8539789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8545756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8551581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8558905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8565003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8570852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8576696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8582785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8596884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8602657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8608901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8614993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8620698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8626712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8633452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8648609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8655301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8661182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8667117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8673306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8688120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8693675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8699982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8705292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8711211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8716780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8722723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8728331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8734146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8739813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8745902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8751673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8757308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8762711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8767934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8773277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8778941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8784404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8790076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8795538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8800943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8806675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8812071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8817559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8832345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8837979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8843965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8849120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8854618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8860182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8865570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8871127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8876565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8882365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8888070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8893682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8899202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8904911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8910265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8915864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8921498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8926950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8932680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8938372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8944270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8950592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8965042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8970671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8976443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8982139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8987935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8993671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.8999672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9005285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9011114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9017238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9023102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9029367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9047044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9048337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9049437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9062517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9063531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9065579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9071980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9077144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9082709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9088232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9094178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9100017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9105835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9111362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9117734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9123408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9133662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9141027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9156126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9162070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9167435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9172641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9177743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9183480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9189550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9194610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9199983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9205587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9210850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9216420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9221637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9227021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9232292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9237828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9243691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9249145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9259176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9264538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9269918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9275400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9281234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9286883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9292181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9297651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9303277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9308588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9314281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9319601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9325364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9330821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9336248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9341713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9347090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9385730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9391159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9396483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9402266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9407498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9417344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9422832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9428703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9434074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9440001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9446024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9482774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9483762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9484768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9485668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9486588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9487897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9489174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9494368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9499626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9504778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9510205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9515932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9521526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9526730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9532409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9537582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9542784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9548360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9553925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9559294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9565050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9570367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9581094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9586792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9592290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9598087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9603687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9609310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9614882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9620692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9626476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9632902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9639063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9645214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9662994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9667730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9673238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9678864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9684392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9690159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9695647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9701162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9707488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9713106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9718553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9724247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9729467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9735216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9740926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9746498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9752211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9757716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9763199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9768788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9774253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9779786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9785883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9791316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9797127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9802593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9808073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9813538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9819048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9824601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9829916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9835402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9841039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9846654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9852006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9857476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9863516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9869037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9874530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9880023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9885716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9891038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9896765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9902536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9908359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9913722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9919076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9924624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9930273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9935748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9941218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9946954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9952527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9958038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9963605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9969139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9974686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9980943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9986455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9992163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:17.9997929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0003245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0008588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0014021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0019389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0025047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0030360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0036268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0041697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0047055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0052518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0058200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0064139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0069598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0075319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0080791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0086365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0091751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0097354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0102803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0109279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0114953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0120776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0126704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0132721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0286838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0292317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0297977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0303860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0309492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0315071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0320725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0326925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0333707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0339397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0346370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0352523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0358594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0365275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0370932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0376495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0382326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0387999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0393389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0398930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0404546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0410039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0415304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0420693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0426583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0432472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0437728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0443680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0449668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0455109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0460798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0466444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0472004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0477814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0483219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0488587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0494405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0499757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0505249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0510587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0516339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0522031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0527314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0533020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0539063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0544767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0550187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0555992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0562016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0567780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0573155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0578947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0584525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0590271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0596208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0602242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0607759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0613216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0618872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0624513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0630290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0636390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0642540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0648430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0653928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0659504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0665188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0670928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0676690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0683169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0690117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0696394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0702966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0709403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0716259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0722163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0739005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0745774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0751333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0756799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0762676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0768522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0773926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0779289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0784772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0790427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0795662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0801133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0806586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0812080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0817452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0822787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0828262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0833851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0839182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0844768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0850334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0856058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0861646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0867213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0872644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0878430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0884100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0889566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0895313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0900823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0906406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0912276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0918796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0924528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0930228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0936110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0942160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0948157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0954549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0960315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0966156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0972218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0978603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0985668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0991245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.0997248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1003383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1009834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1024008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1030934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1036648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1074687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1080555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1086415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1093193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1099022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1104602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1110350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1121545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1127375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1132834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1145314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1146451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1151144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1156991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1163100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1168968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1173649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1179743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1195701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1200268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1205549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1210976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1216549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1222330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1228459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1239319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1276540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1277742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1279003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1280180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1281513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1282643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1285228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1290870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1296742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1303090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1309163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1314610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1320081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1325414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1331279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1336497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1342183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1352179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1357923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1363898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1369424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1374823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1380468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1386121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1391651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1397245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1403113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1408775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1414525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1420396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1426611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1432099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1437608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1443276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1449358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1455511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1461386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1467587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1473376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1478939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1484743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1491186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1497366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1503973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1510269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1516945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1522460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1527682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1534001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1539552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1545311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1550897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1556653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1562321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1567848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1573440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1579203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1585306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1591077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1596888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1602553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1608501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1614165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1619939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1625630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1631378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1637291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1656484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1657626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1658634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1662888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1668879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1674479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1680186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1685538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1691381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1696898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1702360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1708153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1714018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1719756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1725398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1731091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1737772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1742531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1747963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1753543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1759238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1764571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1770230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1775897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1781081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1793369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1798914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1804297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1810153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1815492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1821055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1826683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1832525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1837872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1845249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1850782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1856731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1862363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1868388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1873897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1879627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1885172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1890532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1896181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1901605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1907393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1916791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1922207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1927737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1933882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1939506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1945231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1951118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1956697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1962152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1967530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1972820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1978291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1983607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1989287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.1995016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2000827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2006445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2025986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2031693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2037416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2043023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2054307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2060906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2066714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2072428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2078334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2085017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2090535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2096149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2101759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2107338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2112808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2118329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2124081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2129876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2135746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2141438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2147535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2153753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2159907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2165736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2171664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2177052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2182498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2188304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2194069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2199741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2209980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2215392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2220877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2226569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2231866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2237412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2243209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2258691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2259915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2261790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2268347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2274663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2280528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2286613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2292763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2298690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2304922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2310532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2316199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2321897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2327543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2333168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2339138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2345042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2350479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2356097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2362362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2367889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2373660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2379123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2384652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2390583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2396292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2401590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2407543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2412917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2418338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2423969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2429920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2435370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2441290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2446939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2452511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2458234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2464016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2469904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2475422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2481225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2487442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2493137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2499048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2504713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2510485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2521301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2526965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2533456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2538900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2544479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2550161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2559799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2565118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2570787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2576866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2582115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2587248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2592829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2598343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2609751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2615070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2620483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2659467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2665552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2671148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2676964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2682729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2688407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2694753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2700142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2705755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2716251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2721715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2727795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2733462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2739466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2744887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2750758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2756189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2761633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2767483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2772923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2778412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2784133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2789702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2795611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2801335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2806727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2812240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2817782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2823192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2828961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2839879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2845400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2851148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2856663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2862107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2867763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2873085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2878470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2884290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2889540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2895435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2901455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2907185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2912850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2918562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2929096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2935038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2940920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2946721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2953340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2958645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2973748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2979507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2985398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2990805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.2996402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3001899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3007418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3012902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3018781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3028180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3033733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3039357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3045239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3050485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3056339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3061258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3067406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3073533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3078769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3084777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3090271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3096037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3101953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3107769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3113800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3119644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3130292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3136454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3142564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3149474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3158943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3192076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3193134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3194299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3195525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3196688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3203847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3209700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3215639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3220447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3226661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3232327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3237950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3243706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3249494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3255695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3263537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3271286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3283643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3289818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3296767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3312401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3316216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3321826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3328071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3334400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3340192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3358291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3359357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3360673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3363138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3368923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3374466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3380111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3385959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3391675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3397369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3403582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3409368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3415006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3420746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3426248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3431555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3439600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3445391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3451946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3457796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3463587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3469257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3474858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3480115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3485867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3491308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3497211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3507837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3513649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3519599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3525136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3530757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3536369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3542013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3548314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3553919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3559812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3565565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3571461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3577361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3583413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3589572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3595048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3600745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3606764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3621665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3627460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3633198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3638899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3644883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3651059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3661913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3667798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3673583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3679314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3685246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3690670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3696354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3701572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3710201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3715854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3721718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3727256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3735914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3742529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3747428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3753346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3758916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3764303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3770702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3776525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3782089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3787889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3793623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3799201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3804899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3810821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3816528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3822194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3831667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3857297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3863514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3869578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3876092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3881767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3887927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3893868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3900768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3906419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3911981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3918508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3924539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3930105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3936014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3941940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3948171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3954224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3959977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3965807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3972226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3978176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3984152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3990458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.3996372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4002288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4008570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4014297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4020454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4026504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4032761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4039004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4050225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4056269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4062374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4068741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4074481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4080627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4086725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4092422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4098469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4104838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4111030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4116925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4123517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4129527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4135298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4140944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4147000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4152565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4163430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4168963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4174263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4179853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4185081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4190968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4196844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4202418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4208259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4213945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4219358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4225156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4230571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4235994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4241537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4246995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4253057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4258567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4267941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4306604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4312354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4318000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4323747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4329472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4334906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4340527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4346355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4352192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4357776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4363339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4369255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4374924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4380272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4385874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4391698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4397356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4402999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4408657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4414373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4420149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4426132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4431989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4437902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4443426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4448849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4454148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4459207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4465236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4474798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4480491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4486435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4492018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4497771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4503691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4509599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4515331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4521084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4526909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4532628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4538857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4551575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4561808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4566168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4575259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4581017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4587155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4593022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4598656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4604290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4609889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4615508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4621634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4632081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4637601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4642910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4648409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4653954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4672615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4673601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4674554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4678574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4684752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4690503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4696392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4702268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4708515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4714286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4720316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4726767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4732548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4738289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4744137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4750031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4755868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4761927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4767675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4773639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4779339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4785924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4791234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4797153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4802976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4808731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4814548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4822910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4828696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4834433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4840285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4849930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4855530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4861457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4867517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4873002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4880473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4890835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4896710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4902391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4908213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4913888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4919647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4925922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4931227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4936657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4942047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4947781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4953497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4963364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4969389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4975498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4981116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4986837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4992257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.4997810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5003521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5009016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5014731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5025328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5030891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5042042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5047643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5052706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5058007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5063671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5069394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5079521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5085131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5090825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5098912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5104188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5109715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5115542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5120929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5127067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5132583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5139236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5144783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5149995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5155576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5161127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5167127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5172921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5178545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5184434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5190135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5195645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5202791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5207729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5213454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5219075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5224874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5230076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5235677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5241050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5246319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5252137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5258916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5264087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5269589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5275136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5280886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5286395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5292199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5297984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5303540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5310365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5316023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5322046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5327803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5333609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5339271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5345062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5350543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5361847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5367461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5375701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5385455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5391021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5396565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5402272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5410235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5416047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5421813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5427520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5433099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5438833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5444320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5450131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5455799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5461676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5467500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5473256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5479197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5484896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5490508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5496405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5502657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5512688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5518352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5524046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5530119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5535874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5541650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5547672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5553662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5559406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5565112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5570951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5576745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5588044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5593602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5598965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5604179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5610336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5615695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5622047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5627954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5633558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5639322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5644979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5650467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5660498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5666413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5672357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5679370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5686434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5708878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5714749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5720508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5726216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5732449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5737593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5742891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5749016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5754778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5760648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5766256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5771721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5777324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5788650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5794847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5800496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5806092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5812434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5817772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5823688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5829615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5834982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5840493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5846223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5851858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5857546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5863069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5868665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5874190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5912048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5917231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5926637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5932531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5938062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5943457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5949379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5954822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5964798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5978813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5984665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5990724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.5996575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6002067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6007618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6017085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6022955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6028802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6034422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6040027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6045748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6051474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6057327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6063285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6069305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6075093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6080835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6086515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6092394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6098437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6104034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6109939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6120274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6125524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6131482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6137007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6142366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6148171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6154068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6160152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6166020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6178973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6184649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6190177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6200310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6206429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6212849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6218651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6224638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6230809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6238347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6244516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6250456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6256274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6263310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6268707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6274451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6280198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6286127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6291991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6298711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6308327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6314287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6320686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6326900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6332814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6338750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6344789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6355460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6361613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6367604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6373515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6379564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6385478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6391886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6398169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6404047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6409919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6415705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6422003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6428736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6435050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6441326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6447371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6453804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6459999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6466138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6471900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6478305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6484463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6490754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6496670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6503067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6509331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6515041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6521653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6527936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6534212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6539903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6545809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6552119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6558056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6564002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6569918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6575984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6581785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6587731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6593690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6599046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6604867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6616729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6622557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6628672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6634699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6641063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6647429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6653392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6658578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6664942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6675320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6676707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6683120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6693620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6699502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6705580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6711064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6716661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6722161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6727708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6733583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6739335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6745032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6750644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6756812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6762417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6768100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6774025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6779734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6785416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6790873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6800815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6806806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6812470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6818233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6823930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6830328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6836077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6842725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6848425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6854264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6859756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6865503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6876077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6882420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6887774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6893388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6898491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6905134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6916126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6922187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6927951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6933969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6940749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6946536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6956775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6962484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6968782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6974560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6980251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6986155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6991855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.6997688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7008050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7014115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7020045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7025910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7031980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7037635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7043437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7049095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7054356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7062126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7068008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7074156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7084294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7090751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7096992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7107624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7118463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7124850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7130724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7136464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7142407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7148180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7158509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7164141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7169935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7175412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7181201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7187250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7197742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7203299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7208607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7214421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7220021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7225600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7236005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7243627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7249614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7255522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7260994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7266621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7272396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7278365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7283800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7289265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7294942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7301168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7310763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7316770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7321874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7327455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7332776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7338324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7347962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7353451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7358803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7364758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7370355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7375975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7381663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7387244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7392595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7398477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7404177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7409769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7420093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7425936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7431437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7436933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7442739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7448551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7454350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7460124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7465915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7471647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7477221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7482845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7494157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7500738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7506989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7512906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7518831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7524491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7530251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7535919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7569393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7575360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7580987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7586530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7592506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7598118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7604052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7609786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7632229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7638143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7644079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7649761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7655663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7661373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7667525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7673947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7701563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7702534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7703563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7704562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7705483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7709890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7716314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7722579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7728625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7734369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7740464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7746304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7756806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7762809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7768808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7774507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7780100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7786028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7792045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7797924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7803638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7809337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7815128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7820875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7826858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7833878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7839431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7845212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7850981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7856816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7862682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7876328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7877507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7882193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7888173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7893840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7899644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7905345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7910802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7916393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7921917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7927166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7932760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7938188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7944250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7949817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7955332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7960886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7966716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7972429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7977951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7983495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7989300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.7994946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8000442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8006059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8011674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8017199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8022906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8028596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8034640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8040921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8046262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8051931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8065495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8070882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8076946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8082965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8089140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8094877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8100424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8106433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8112301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8118291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8124468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8134884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8140672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8146520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8152686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8158407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8164737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8171129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8176807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8206563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8207754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8208758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8209722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8210805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8214006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8219612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8225154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8230684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8236066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8242197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8247699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8253421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8259408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8265439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8288583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8294196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8300226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8305717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8311327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8317075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8322736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8328475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8334058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8339665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8350012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8355553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8361367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8367324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8372998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8378645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8384683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8390142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8395823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8401621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8407155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8412912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8418565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8424068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8430008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8435738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8441212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8446800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8457144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8462737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8468361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8473673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8495854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8501374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8507237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8513027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8518894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8525206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8531300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8537006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8543459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8549438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8555392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8561287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8567684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8573606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8586743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8592562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8598399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8604205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8610095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8616075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8621879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8627786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8633145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8638844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8645027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8649934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8655667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8661998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8667822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8673428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8679304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8685357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8691922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8698107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8704244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8710145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8716118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8721836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8727589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8733264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8739351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8745188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8752111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8757051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8767055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8773045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8778921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8784849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8790845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8796608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8802298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8808050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8814055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8819832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8825844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8831888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8837721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8847822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8850430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8856940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8863845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8869976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8906845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8908056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8909054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8910018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8911165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8912380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8915267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8921029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8926509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8932331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8937877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8943629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8949609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8967190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8968251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8969161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8971828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8977220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8983255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8988707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8994196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.8999846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9005333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9010419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9016263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9021853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9027554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9033229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9039076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9044763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9050555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9056168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9061765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9067931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9073428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9086197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9091930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9097745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9103749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9109433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9115431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9121551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9127552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9133195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9138980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9144784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9150479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9156151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9196545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9206477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9215546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9224428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9230818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9236942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9242988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9249356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9255593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9261423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9267521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9273264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9279346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9285381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9291564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9297189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9302957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9308955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9314882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9320684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9326666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9332568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9338339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9344921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9365532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9371480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9377409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9383070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9388552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9394982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9400648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9406346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9411975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9417628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9423400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9429162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9452048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9457663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9463262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:18.9469302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0590948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0596712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0603124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0608993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0614738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0620692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0626549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0632504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0638398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0644528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0650256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0655847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0661394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0667061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0673071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0678860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0684537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0690470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0696693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0702733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0709355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0715509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0721304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0727047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0732564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0738306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0744079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0749648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0755121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0763779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0769586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0775221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0780803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0786355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0791874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0797457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0803557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0809133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0814891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0820779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0826567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0832255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0837923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0843364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0849389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0854814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0860485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0866176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0871959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0878206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0883906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0889479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0895044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0900619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0906331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0911664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0917169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0922688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0927665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0944201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0949414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0954820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0960477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0965770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0972052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0977735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0983398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0989059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.0994743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1000700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1006635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1012413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1018260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1024129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1029833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1035681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1041460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1047123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1052772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1058639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1064506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1070041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1075679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1081217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1086800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1092168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1097622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1103012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1109319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1115330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1120969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1126639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1132486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1138293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1144353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1150727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1157325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1163249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1169400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1175081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1181282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1187317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1192907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1198641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1209686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1210681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1216564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1222463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1228659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1234701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1240571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1246343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1251935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1268741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1274320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1280252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1286075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1291962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1297657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1303533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1309233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1315136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1320794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1327130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1332849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1338951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1344881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1350749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1356752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1362682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1368688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1374378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1380214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1386093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1392370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1398325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1404219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1410988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1416600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1422304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1428270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1434189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1439995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1445621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1451461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1457594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1463492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1469268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1475201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1481067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1486906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1492772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1498887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1504770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1510623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1517026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1522805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1528438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1534164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1540305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1546443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1551641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1557328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1563267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1569307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1574657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1580473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1586287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1592224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1597838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1603555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1609277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1615081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1620735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1626245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1631952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1642605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1648184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1653796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1659725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1665281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1671056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1676659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1682346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1688502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1694137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1700312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1706474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1726980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1731808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1737355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1742748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1748561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1754077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1760009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1765628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1771793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1776953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1782652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1788292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1793877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1799482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1805237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1811352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1816981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1822592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1828430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1833915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1839724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1845637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1858316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1858916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1864344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1869842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1875253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1880716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1916182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1922029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1927694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1933106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1938660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1944511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1950082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1955565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1961213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1966806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1972575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1978411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1983873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1989631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.1994937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2000387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2005918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2011474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2017719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2023218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2028800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2034461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2040423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2046231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2051616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2057551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2063253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2069001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2074401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2080044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2085518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2091071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2096365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2101894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2107396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2113254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2119677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2124794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2130823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2136306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2141740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2147522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2153127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2158549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2164301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2170024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2175795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2181251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2186977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2192682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2198640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2204283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2209872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2215510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2221093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2226909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2232462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2237870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2243502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2249729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2255515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2261607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2266618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2271994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2277426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2282724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2289283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2295207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2301479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2307301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2312947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2318582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2324185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2329481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2335073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2340923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2346574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2352117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2357523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2363304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2369543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2375262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2381181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2387392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2393151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2398771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2404706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2410311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2415910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2421825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2428054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2433679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2439449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2445094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2451011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2456664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2462413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2468302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2474983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2480477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2486159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2491563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2497218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2502781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2508609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2514234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2520086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2525952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2532339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2537987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2543968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2550285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2556026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2562033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2567729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2573931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2579619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2585552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2591263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2597255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2603031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2608912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2614574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2620382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2626174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2631889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2637651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2643826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2649609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2655393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2660824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2666668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2672288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2678125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2683863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2689456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2695266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2700788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2706594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2712141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2729666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2735030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2740572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2746213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2751839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2757110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2762878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2768329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2773773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2779517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2785269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2791073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2796735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2802241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2807836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2813346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2819183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2824695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2831153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2836870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2842432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2848168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2853776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2859169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2865685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2870588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2875917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2890956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2896536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2902505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2908142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2914113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2919797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2925586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2931696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2937355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2943139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2949023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2954935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2961019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2966300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2971818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2977615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2983697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2989638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.2995390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3001063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3006804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3012535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3018279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3024159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3030321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3036611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3041942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3047764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3053693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3059402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3065274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3071025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3076675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3082634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3088288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3093957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3099591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3105421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3111345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3117205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3123311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3129875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3135226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3141107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3146955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3152851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3158729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3164935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3170486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3176335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3182132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3188415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3194926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3201069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3207212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3212995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3219786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3226006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3232858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3239066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3245021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3250777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3256488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3262135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3267775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3273583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3278979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3284748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3290808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3296445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3309443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3315199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3321139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3326848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3332587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3338309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3344174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3349915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3355846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3361755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3367709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3373520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3379798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3385656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3391823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3397677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3403316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3409068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3414947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3449452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3455284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3461192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3467002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3472740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3478825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3484494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3490192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3495886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3502066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3508002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3514057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3519966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3526312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3531946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3538100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3543960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3549846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3555722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3561487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3567420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3573240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3579276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3585166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3591220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3597385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3602994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3608594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3614534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3620564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3626530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3632414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3638443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3644537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3650433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3656842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3663394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3669533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3675315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3681112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3686990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3692913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3699248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3705849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3711635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3717508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3723928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3739776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3740977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3743447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3749383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3755594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3761622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3767465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3774123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3779480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3785538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3791484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3797072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3802952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3815582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3821540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3827609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3833731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3839686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3845654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3851454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3857223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3863069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3869497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3875126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3881304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3886841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3892561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3898264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3903967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3909890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3915897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3921560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3927315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3933085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3939079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3948860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3953493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3958917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3964772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3970433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3976066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3982191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3987981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3993854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.3999653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4005490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4011633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4017560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4023593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4029738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4035491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4041379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4047047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4052816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4058554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4064720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4070633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4076345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4082051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4088110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4093838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4099878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4105766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4112022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4117782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4123369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4129125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4135262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4169415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4175002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4181253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4187697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4193562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4199576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4205456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4211728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4217864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4224087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4230384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4236647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4243246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4249474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4255618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4262202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4268060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4289168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4295074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4300813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4306902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4312853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4318792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4324548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4330098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4335745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4341504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4346904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4352631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4358333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4364414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4369969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4375491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4381430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4386926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4397212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4403744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4409461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4415052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4421166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4426405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4432057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4437718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4443383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4449097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4454772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4460327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4466049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4471310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4476846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4482400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4487734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4493292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4499520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4505327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4511086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4516696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4522466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4529545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4534536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4540808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4546739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4552593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4558466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4564316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4570188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4576139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4581856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4588486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4594522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4600104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4605859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4611754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4617296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4623071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4628707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4634616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4640633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4646399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4652006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4657566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4663202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4669345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4675898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4682317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4688296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4694156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4700313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4706468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4712808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4733336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4734390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4735479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4739194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4745107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4751176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4756961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4762576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4768443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4774252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4779967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4785604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4791745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4797549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4803279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4809387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4815331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4821021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4826914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4832609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4838494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4844171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4849792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4855590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4861254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4867079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4872993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4878707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4884613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4890397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4896054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4901820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4907935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4913701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4919422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4925400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4931021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4937030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4942385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4948118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4953669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4958854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4964590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4970175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4976021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4981915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4987803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4993425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.4999063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5004982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5019878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5046511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5052140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5058277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5067335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5073244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5078926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5085198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5090853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5096855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5102615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5108472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5114197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5120175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5125706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5131375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5137292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5143222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5148684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5154179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5160058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5165695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5171202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5176849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5182412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5188172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5193979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5199819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5205342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5211227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5216687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5222300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5228282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5237034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5240280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5246663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5252998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5259421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5265797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5272088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5277947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5283650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5289257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5295338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5300902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5306572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5312202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5317592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5323242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5328838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5334363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5340093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5346100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5351604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5357378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5363007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5368735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5374536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5380272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5386337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5392130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5397710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5403403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5408984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5414851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5420855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5426583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5432361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5438103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5443767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5449733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5457169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5463388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5469276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5475194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5481064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5487026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5492798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5498610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5504392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5510114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5515830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5521707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5527705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5533523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5539554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5545593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5551644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5557608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5563394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5569023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5574568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5580676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5586517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5592275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5598292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5604135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5609852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5615851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5621805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5628039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5633822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5639188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5645137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5650824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5656414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5662515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5668153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5673814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5679680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5685573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5691843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5697608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5703758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5709919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5715379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5735676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5736214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5736681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5740711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5747308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5753162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5759042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5764671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5770629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5776417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5781903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5787755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5793399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5798942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5804485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5809863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5815736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5821537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5827653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5833356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5839262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5844943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5850592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5856255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5862026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5868304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5874151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5879747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5885592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5891414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5897235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5903536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5909866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5916469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5922674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5929268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5934867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5940972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5947270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5953252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5960136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5966198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5972248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5978442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5984762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5990800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.5996639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6002356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6008552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6014724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6020994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6026808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6032538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6038775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6044874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6051166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6057439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6063621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6070200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6075748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6082190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6088618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6094770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6100645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6106689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6112547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6118500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6124597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6131725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6137802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6143765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6150524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6156479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6163357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6168851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6175272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6181363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6187383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6193078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6199219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6212074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6212611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6218347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6223924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6230057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6236087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6241734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6247519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6253515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6259099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6265273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6271213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6276708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6282145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6287556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6292847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6298205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6304789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6310613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6316263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6321887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6327641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6333350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6339540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6345444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6351467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6357252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6362812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6368383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6375179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6380741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6386447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6392009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6397330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6403204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6410109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6416305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6422105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6429431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6435730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6442458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6449062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6454732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6460690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6466879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6472968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6479739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6486214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6492546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6498687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6504777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6511387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6518077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6524363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6530399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6536261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6542271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6549108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6555665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6561740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6567820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6730838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6737127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6743256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6749667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6756427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6762183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6768852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6774943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6780803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6786975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6792812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6798988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6805272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6811173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6817047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6822769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6829094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6834693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6840701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6846368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6852805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6858587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6864749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6870477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6876151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6882172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6887951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6893855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6899553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6905125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6910780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6917463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6923459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6929167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6934958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6940765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6947068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6953944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6959791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6965682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6971360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6977557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.6984339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7052347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7059870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7159833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7166351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7173997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7180423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7186953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7193578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7199903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7209174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7215673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7255999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7257160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7258188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7259233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7260576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7267703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7274060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7279716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7286319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7292404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7298391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7304722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7311682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7317359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7324899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7331985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7338516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7344579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7351843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7358017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7363920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7369880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7376401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7382725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7388946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7395214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7401113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7408066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7414498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7420828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7426872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7432920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7439146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7445136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7451504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7457490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7463553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7469424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7475200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7481071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7486703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7492095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7499044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7505134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7510638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7516992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7522917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7529128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7535175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7540877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7546675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7552380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7558325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7564145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7571238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7577790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7583927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7589736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7595650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7601789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7609877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7615570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7621792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7627969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7634342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7640933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7647096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7652838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7658505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7664619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7671298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7677813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7683533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7689807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7695728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7701932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7707867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7713863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7720082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7726042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7732458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7738500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7744345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7750993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7757054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7762569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7768529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7774213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7779529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7785258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7791674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7797491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7803273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7809333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7815146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7822704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7834978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7842506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7849867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7855934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7862179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7868897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7885163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7890316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7900634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7906664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7912604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7918672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7925971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7932668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7938636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7945165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7951210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7957273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7963400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7969542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7975873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7982211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7988352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.7994257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8000369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8006250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8012514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8018741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8024271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8031379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8036984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8042761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8048073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8731950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8737962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8744509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8750566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8756305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8762077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8767778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8774458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8782365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8788734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8795439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8800877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8806615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8812132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8817789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8823887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8849088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8856038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8862487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8938842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8944688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8950636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8956966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8962461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8968289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8974026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8979564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8985370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8991064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.8997345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9002997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9008691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9015022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9020662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9026501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9032177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9038000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9043725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9049366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9055343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9061528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9067241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9072964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9078704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9084303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9089963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9095875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9101642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9107903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9116159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9119908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9126437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9132732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9139462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9145927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9152305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9158332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9165554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9171671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9177151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9182883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9188809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9194748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9200776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9206876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9213666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9219621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9225599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9231448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9237470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9243429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9249599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9286735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9292602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9298596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9304685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9311236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9317355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9323243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9329126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9334968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9340996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9346888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9353016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9358840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9364656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9370648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9376473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9382719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9389282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9395509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9402106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9408373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9415285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9421392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9428339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9434765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9441213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9447113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9453385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9460418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9466770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9472713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9478388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9484320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9490017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9495701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9501343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9507662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9513315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9520533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9525998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9531296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9554783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9560546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9566353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9571855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9577816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9583599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9589235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9595136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9600616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9606275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9612060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9618459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9624458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9630076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9635812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9641435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9647096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9652792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9658370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9664232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9669861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9675519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9681208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9687073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9693674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9699684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9705639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9711398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9717541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9723298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9729324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9735153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9741790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9748253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9754575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9761333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9767529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9774396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9784528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9790033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9796041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9801788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9807328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9812873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9819167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9824447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9846313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9852149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9858308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9864508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9870253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9876370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9882267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9888077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9895840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9901597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9907629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9913710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9920063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9926104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9932392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9938298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9945370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9951588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9957617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9963534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9969568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9975963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9983512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9989419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:19.9995492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0001736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0007649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0014223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0020214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0026162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0032394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0038236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0044122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0050297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0056034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0061478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0075023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0080595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0086456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0093197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0099638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0104982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0110972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0116832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0123299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0128829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0134764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0140629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0146768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0152320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0158154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0164309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0170164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0176441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0182359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0188363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0195371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0202179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0207921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0213549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0219443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0225443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0231504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0237334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0243080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0249094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0255008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0260744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0266549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0272260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0278153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0283696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0289411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0295651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0301688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0307454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0313223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0319029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0324462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0330374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0335624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0341240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0346980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0352823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0358527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0364164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0369863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0375608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0381255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0386694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0392306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0398440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0403699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0409295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0414579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0420164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0426302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0432093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0438102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0443775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0449441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0454984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0460782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0466729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0472165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0477876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0483224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0488847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0494375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0500010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0505718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0511279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0516798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0522379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0527971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0533664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0539240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0544605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0549982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0555930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0561913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0567823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0573498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0579798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0585649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0591212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0597008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0602522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0609166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0614859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0620513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0626359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0631891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0637868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0643978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0649753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0655701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0661476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0667484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0673369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0678904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0684595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0690258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0695833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0701545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0707373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0713271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0719066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0725587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0732064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0737976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0743955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0750313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0757049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0764336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0770815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0776741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0782683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0788723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0794528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0800175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0805976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0812028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0817574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0823498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0838685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0844970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0851385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0856557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0892281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0897926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0904023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0909545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0915605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0921239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0927179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0933179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0939120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0944844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0950572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0956251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0962646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0968341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0974078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0981807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0987343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0993067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.0998593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1004182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1010071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1015609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1021474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1027531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1033048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1038683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1044595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1049667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1055089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1061006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1066908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1072910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1078982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1084750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1091004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1096251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1102279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1108442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1114875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1120690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1126935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1132315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1138822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1144474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1150101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1156044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1162684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1168225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1173946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1179831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1185703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1191313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1196736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1202880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1208496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1214218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1219813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1225363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1230928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1236895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1242811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1248777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1255169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1262073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1268582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1274615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1280634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1286574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1293286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1299666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1305309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1310910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1317261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1328186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1334520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1340273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1346647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1352445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1358209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1364083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1371179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1377198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1382965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1388915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1395094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1400952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1407455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1414049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1420411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1426208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1431918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1437625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1444478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1485328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1515764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1594950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1601764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1608567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1617149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1640093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1645738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1651625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1657988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1665533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1671280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1677597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1683692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1699932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1706057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1712674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1719516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1725093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1730856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1736841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1742626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1748438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1771298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1771923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1772402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1774825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1780846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1787860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1793812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1799870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1805842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1810989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1816355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1822150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1827992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1833408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1844894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1850472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1856310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1861956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1867662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1906462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1929715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1935377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1941711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1948832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1984560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1990452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.1995921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2001651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2007902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2013854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2019629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2026600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2032420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2038236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2044164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2050023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2056035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2062046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2067970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2073738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2079629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2085454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2091221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2097038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2102835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2109124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2115008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2120835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2126810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2132533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2138559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2145131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2151335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2200662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2202539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2203861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2204936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2206228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2207645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2208882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2210005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2211020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2212045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2215493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2221220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2227218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2268001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2270350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2283511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2284466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2289578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2295137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2300600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2306237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2312043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2317928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2324324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2329949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2335791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2341596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2347384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2353366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2359064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2364971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2370452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2376170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2382041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2387816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2393241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2398830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2404620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2411059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2416830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2422851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2429077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2434873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2441342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2447201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2453377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2459778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2465780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2471847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2477785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2483630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2489439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2495265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2501155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2507420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2513751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2520182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2525742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2531653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2537421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2543335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2549398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2555372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2561312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2568202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2573669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2579703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2586364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2592145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2598552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2604536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2611171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2616791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2622901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2628963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2634829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2640670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2646533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2652280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2657705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2663248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2670043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2674764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2715369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2720910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2726652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2732437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2767105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2772781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2778388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2784594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2790519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2796416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2802076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2809295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2815295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2821137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2827057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2832871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2838290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2843911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2849644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2855478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2861586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2867494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2874016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2879339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2885172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2890888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2896654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2902490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2908494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2914517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2920877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2927136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2933088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2939384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2945392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2951440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2957517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2963816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2969878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2976085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2982640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2988804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.2995391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3001276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3007377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3014716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3021817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3028088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3034143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3040713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3046434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3053174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3059615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3066071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3073070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3078789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3084743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3090911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3097011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3103375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3110011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3115996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3122088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3128103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3134456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3141037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3147128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3152918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3159257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3165417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3171538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3177783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3184379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3191288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3197793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3203782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3209787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3216163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3222334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3228564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3234740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3240999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3246933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3253283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3258773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3283705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3289856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3295836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3301596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3307668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3314455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3320398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3326104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3331883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3338018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3345370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3351137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3357183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3363322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3369216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3375494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3381581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3387704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3393867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3400137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3406026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3411904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3418007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3424173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3430088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3436382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3442796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3448444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3454142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3459915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3466750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3472654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3478176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3484055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3490344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3495944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3501770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3507669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3513452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3526694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3532350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3539141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3545870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3551470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3557310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3563215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3569267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3575083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3581175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3587199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3592794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3598955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3610954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3616790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3623072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3629478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3636258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3642076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3647694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3653571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3659766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3665943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3672490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3678663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3695586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3701500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3707601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3713470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3719346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3725655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3731259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3737169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3743192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3749808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3755454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3766921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3768188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3773745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3779702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3785990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3792262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3798547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3804647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3810789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3821895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3823460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3829870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3843196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3849321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3855242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3861114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3866848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3872656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3878833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3884685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3890239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3896040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3901903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3907604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3913305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3919567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3925673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3931877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3938436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3944940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3951049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3956871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3962979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3968969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3974720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3980525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.3986598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4013978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4019864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4025728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4031509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4037255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4043005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4048725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4054530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4060209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4066392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4072021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4078103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4083552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4089366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4095185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4101222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4107076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4113251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4118865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4124788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4130306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4136405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4142431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4148488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4155297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4161414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4167301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4173269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4179213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4184866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4191116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4197203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4202978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4208960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4214988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4220937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4227011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4233318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4240365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4245917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4251368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4269961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4288607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4289635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4290633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4295158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4301218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4307996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4314082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4319930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4326139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4332243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4339070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4344219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4350059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4355928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4361712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4367567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4374107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4379922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4386200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4392135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4397943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4443861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4449996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4455572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4461355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4467602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4473547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4479302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4485254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4491404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4497612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4503592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4510007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4516089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4521851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4528085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4534920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4540586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4546306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4552604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4558616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4564385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4570377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4576354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4582162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4587878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4593328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4598956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4604751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4610657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4616623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4622459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4628166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4633723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4639411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4644940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4650853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4657019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4662821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4668403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4674319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4679905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4685525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4691196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4696390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4702093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4707872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4713616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4719138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4725481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4731107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4737241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4743071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4749116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4755268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4761676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4768588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4774520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4780640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4787260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4793711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4800224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4806637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4812833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4818324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4824359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4830412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4836340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4842193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4847839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4858581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4864570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4870703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4876433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4882046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4888100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4894433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4899768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4905438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4910758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4916297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4922257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4928188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4934085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4939946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4945851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4951670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4957497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4963396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4969451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4975296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4980875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4986684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4992135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.4997841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5003491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5008799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5014154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5019985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5025913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5031582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5037347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5042677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5048277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5053774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5059181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5065090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5070890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5076604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5082678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5088050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5093639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5099304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5105335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5112094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5117198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5122804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5128027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5133931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5139723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5145304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5150941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5156795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5162175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5167742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5173199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5179229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5185198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5190924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5197047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5208253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5214372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5220219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5226106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5231899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5237655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5244050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5249845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5255793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5261424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5267275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5273002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5279242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5288024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5294471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5300773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5307870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5314308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5320607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5326512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5332666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5340534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5346307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5351681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5357768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5363633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5369497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5375957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5381822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5388198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5394064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5400072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5406501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5412472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5418249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5424592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5430548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5436663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5442529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5448379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5454488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5460948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5466934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5472883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5478871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5485305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5491607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5497460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5503401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5509538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5515470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5521416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5527519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5533258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5538844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5544600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5550006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5555436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5561786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5567964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5573893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5579687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5585683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5591530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5597671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5603892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5609765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5615617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5621455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5627396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5633130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5638835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5644829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5650629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5656281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5661987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5667814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5688183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5694266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5700277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5706224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5711969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5717953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5723819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5729641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5736411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5742054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5748118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5753793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5759592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5765499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5771213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5776893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5782946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5789179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5795293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5801299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5807182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5813083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5819290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5825327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5831387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5837036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5843285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5849146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5855252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5860956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5867089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5872948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5878814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5884809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5890778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5896756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5903096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5914120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5920073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5925799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5931832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5937875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5943797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5949670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5955367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5961202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5966952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5972518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5978084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.5983856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6019140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6024989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6030817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6036657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6042817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6049373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6055284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6061123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6067451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6073312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6079479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6085286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6091824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6098206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6104155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6110383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6116894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6123061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6129063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6135164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6140987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6147346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6153268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6159791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6166348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6171837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6177561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6183512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6189423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6195582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6201342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6207473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6213365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6234320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6240471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6246443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6252375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6258425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6264968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6270902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6277755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6288764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6294889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6301527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6308399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6314260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6320398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6326210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6331323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6337185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6342908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6348961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6354968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6360786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6367005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6372708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6378637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6417979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6423874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6429811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6435874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6441723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6447992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6454066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6460021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6465793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6472095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6478342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6484192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6490219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6496513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6502275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6508255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6514104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6519964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6525747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6532260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6538330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6544693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6550791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6556732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6562733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6568819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6574673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6580503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6586537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6592854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6598986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6605064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6611467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6617368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6623566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6629880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6636259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6642705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6649201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6655905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6662103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6669106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6675789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6682605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6688993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6695141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6701536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6708624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6714806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6720761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6726981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6733400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6739561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6745977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6752212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6759111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6765633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6772134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6778279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6785246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6791491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6797823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6803888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6810081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6816080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6822475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6828457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6834687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6840816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6847255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6853030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6859080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6865085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6871133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6878131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6884007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6896560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6903039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6908882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6915295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6921099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6927752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6933971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6940050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6946356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6953018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6959211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6965204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6970929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6977470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6983729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6989550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.6995388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7001752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7007519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7013310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7019203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7025528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7031312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7036983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7043204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7049505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7055358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7075815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7081695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7088271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7094061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7100820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7107256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7113432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7120175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7126065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7132098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7138492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7144837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7150817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7157207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7164205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7170168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7176033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7181967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7188581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7195211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7203007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7210947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7217220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7224111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7230363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7237061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7242767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7249518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7255922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7262373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7268718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7274993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7281432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7288366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7296929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7300956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7307860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7314349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7320032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7326591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7332475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7338332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7344763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7350715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7356753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7362689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7368415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7374325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7380324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7392767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7398717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7405147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7410995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7417076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7422874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7429080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7435565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7441769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7448075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7453922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7459924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7467264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7472630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7478990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7485477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7491975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7497990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7504231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7510750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7516823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7523031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7529047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7535284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7541847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7548872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7555254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7561401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7567510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7574130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7586289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7592735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7599058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7605445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7611576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7617703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7624092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7630307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7636491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7642771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7648798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7655281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7661905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7675066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7681229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7687560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7693594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7734499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7741365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7754163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7755375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7760110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7777320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7783845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7790171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7797111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7803307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7810378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7818494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7825119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7831844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7838881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7844940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7851728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7858498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7866052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7872628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7878968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7885153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7891525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7897592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7903998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7910347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7916775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7922894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7929530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7935419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7941768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7948109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7954229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7960183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7980452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7987041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7993355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.7999313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8005591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8011632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8017696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8024173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8030615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8041684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8047600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8053620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8059525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8065863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8072041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8077979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8083808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8090003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8096156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8102150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8108965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8115228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8121092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8127399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8133817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8139853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8146043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8152266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8158780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8164703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8170282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8176334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8182920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8188733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8195262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8201637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8209048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8215127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8221563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8227750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8234354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8240576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8246539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8252623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8259284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8265738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8272190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8278265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8284404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8290644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8297141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8303878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8310701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8321759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8330847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8339868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8349193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8357793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8367038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8376480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8384981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8395007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8400850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8407111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8413207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8419151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8425430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8431524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8437741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8443836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8450576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8461838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8468275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8474828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8480956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8487263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8493458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8499749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8506209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8513047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8539751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8546187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8553021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8559239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8565629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8571779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8578502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8584269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8590636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8596676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8602436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8608514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8614939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8620884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8626955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8633268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8639692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8645694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8652583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8658262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8664382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8670568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8676624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8682651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8689214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8695613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8701615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8709163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8714925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8720792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8726883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8732987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8739012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8745446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8751476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8757551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8763634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8770150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8777306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8783375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8789304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8795308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8801501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8807513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8813500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8819570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8825652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8831517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8837093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8843206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8848853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8859262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8865074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8870837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8876810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8882654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8888686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8894394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8900901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8907106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8913161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8919278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8925123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8931411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8937020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8942760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8948665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8954378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8960358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8966146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8971637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8977449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8982998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.8995262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9000907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9006675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9012330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9017948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9023845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9029882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9035554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9041773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9047598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9053381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9059121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9065225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9070919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9076600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9082184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9087777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9093490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9099297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9105071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9111120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9116770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9122573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9128180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9133879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9139918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9146550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9153481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9160016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9166534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9172682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9178418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9184344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9190066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9195912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9201971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9207602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9213116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9218727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9224447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9230146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9235501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9241181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9246725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9252349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9257970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9263498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9269310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9274930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9280689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9286897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9292829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9298625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9304413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9310037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9315617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9321359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9327121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9333127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9339696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9346699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9356859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9359618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9365955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9372052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9377664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9383525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9389126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9394792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9439925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9445816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9451290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9463045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9468900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9474733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9480377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9485712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9492420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9504913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9510376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9516087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9521846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9527690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9533384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9539192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9545355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9552033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9557814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9564044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9569922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9575809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9581753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9587522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9593522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9599301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9605005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9610734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9616791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9621947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9627440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9633162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9639175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9645521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9651320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9657014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9663080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9669109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9674521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9680339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9685886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9691054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9696948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9702512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9708432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9714172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9719937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9725861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9731676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9737172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9742518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9748127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9754473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9760062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9765857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9771849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9778221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9784391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9791090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9798034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9828665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9829689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9830658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9831733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9832779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9835270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9841261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9847013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9853007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9858814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9865290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9870576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9876130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9881617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9886975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9892834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9898384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9904136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9910219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9916279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9921870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9927932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9933517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9939359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9945029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9950901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9956527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9991253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:20.9997451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0003003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0008763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0014489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0020612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0026514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0032278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0038464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0044021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0049722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0055635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0061333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0067184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0072825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0078450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0084139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0089648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0095448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0100866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0105998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0111848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0117947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0124152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0130138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0136319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0141529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0147495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0152500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0157940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0163051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0169165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0174884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0180330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0186384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0192848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0198501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0204158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0209920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0215721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0221503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0227315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0233944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0241680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0249117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0255471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0262804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0268650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0274339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0280370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0286129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0291797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0297783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0303016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0308888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0314537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0320169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0325817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0331587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0337246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0343102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0349218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0354839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0360834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0366597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0377039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0383096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0388946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0394739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0400383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0406551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0412343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0417846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.0423333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2476313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2482023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2488716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2495387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2501926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2508377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2514466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2519881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2525810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2531522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2537397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2543230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2549605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2555656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2561296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2567281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2573872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2579640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2585480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2591452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2597159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2602943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2608635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2614856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2620650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2626397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2632555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2644644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2650451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2656546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2662567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2669582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2675819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2682273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2688256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2694552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2700201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2706593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2712527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2718396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2723929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2730076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2735765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2742137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2748464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2755161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2761078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2766748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2772382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2778504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2784379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2791065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2796906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2802892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2808481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2814222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2820055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2826695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2833246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2840349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2846522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2852460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2858908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2869870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2875499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2881221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2886737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2892583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2898561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2904317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2909985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2915697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2921329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2927664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2933355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2940078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2945953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2951611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2957223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2962625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2968258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2974111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2980648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2986531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2992424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.2998595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3004157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3009562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3015182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3020172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3025804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3031442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3037303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3042864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3083387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3089222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3100006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3114651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3120574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3126338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3132113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3138239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3144201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3150954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3156506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3162165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3168626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3174516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3180308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3185838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3192155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3202757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3208924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3214834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3220727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3226666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3232904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3239103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3245497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3251483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3257439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3263918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3269279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3275195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3281091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3286907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3292700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3298615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3304502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3310337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3316107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3322056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3328648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3335345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3341927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3348004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3354119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3360036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3366544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3373171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3379607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3386410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3392943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3399362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3406342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3423110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3429648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3436184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3442537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3448872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3455306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3462094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3467848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3473360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3480206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3486799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3493582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3500131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3507149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3514469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3520593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3527230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3534089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3540629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3547267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3560574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3566539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3572448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3578345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3584337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3590247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3596887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3602959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3609369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3615566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3621375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3627437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3633732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3639706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3645685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3652162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3658381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3664405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3670628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3676543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3682472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3688548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3694650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3701139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3708029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3714588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3720646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3726660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3732551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3738822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3749574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3755566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3761894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3767986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3774559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3780507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3791215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3797447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3803471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3809350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3816243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3821845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3827835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3834367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3840509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3846350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3852490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3858627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3879351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3885249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3891461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3897568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3903418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3909370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3915289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3921253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3927078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3932964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3938717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3949796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3956109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3961970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3968281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3974033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3979892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3985905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3991803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.3997923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4004111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4009928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4015643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4021445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4027466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4033518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4039427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4045700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4051602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4057815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4063604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4069547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4075590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4081524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4087382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4093200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4099959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4119437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4125494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4131451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4137317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4143764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4149968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4156054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4161950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4168021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4174051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4180514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4191236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4198682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4205286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4212311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4219601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4227078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4234227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4241407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4248184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4255005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4262210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4269285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4276226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4283075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4289852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4296818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4305875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4312405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4319411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4326284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4333232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4342368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4350377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4360099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4367565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4375600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4381851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4388003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4394907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4400374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4406371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4412228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4417752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4423210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4429342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4442939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4448828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4454279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4459965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4465651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4471324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4477303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4483175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4489051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4494748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4500349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4506025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4511701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4517578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4523448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4529003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4534986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4540567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4546296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4552069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4557717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4576195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4577380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4578359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4580794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4586297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4591724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4597181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4602656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4608521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4614124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4619638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4625124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4630434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4635596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4641370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4647568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4653825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4659652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4666380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4672292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4678102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4684049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4690464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4696049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4702087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4708028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4713586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4719410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4730163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4736584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4742771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4749008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4754937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4761450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4768313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4802539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4809155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4814870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4821014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4826787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4833006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4839943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4845998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4852149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4857999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4863943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4869956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4875765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4881297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4886671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4892540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4898039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4903895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4909433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4915315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4920790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4926149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4932076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4937975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4943565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4949246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4954897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4960615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4966297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4972060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4978023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4983620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4989474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.4995262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5001155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5006925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5012682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5018293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5024125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5029632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5035091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5040529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5045744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5051479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5056907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5062756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5068997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5074611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5080319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5086038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5091815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5097899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5103706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5109807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5115435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5120945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5126473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5131888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5137588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5143751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5149945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5155976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5161802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5167594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5173739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5179622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5185652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5191439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5197544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5203331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5209193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5215235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5221337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5227537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5233474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5239316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5245460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5251524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5257420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5263335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5269364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5275204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5281124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5286894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5292741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5298653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5304862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5311246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5317119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5323080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5329087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5334936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5369618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5370589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5371668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5372799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5379062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5385086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5391042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5396964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5402776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5408656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5414364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5420412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5426346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5432312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5438500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5444332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5450783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5456930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5463013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5468872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5474796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5480947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5486968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5492735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5498776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5504661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5510623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5516437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5522107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5527918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5533567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5539169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5545269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5550915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5556435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5562150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5568399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5574250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5580111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5586076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5591950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5597633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5603527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5609219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5615128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5621170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5627276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5633459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5639349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5645246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5651223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5657107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5663374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5669409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5676118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5681832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5687899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5721903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5727821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5733968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5739904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5746115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5752051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5757974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5764308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5770575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5776874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5783592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5789253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5795301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5801230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5807243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5813234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5818824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5824818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5830857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5836860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5842580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5849459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5855415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5861086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5866782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5872625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5878787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5884590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5890235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5896377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5902484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5908286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5913769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5919617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5934376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5971909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5972341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5972764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5973344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5973806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5974242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5979771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5985927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5991836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.5997208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6003935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6010619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6015637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6021479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6027494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6033494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6039502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6050467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6058847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6064786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6070497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6076369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6082391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6088296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6094041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6099887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6105931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6112788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6118157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6124153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6129868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6135454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6141147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6147319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6153107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6159055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6164837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6170535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6176072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6182038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6187784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6193690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6199431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6205484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6211161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6217114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6223215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6230725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6236566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6242476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6248358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6254164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6259802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6265615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6271923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6278942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6285426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6322543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6322976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6323396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6323823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6324418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6324897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6330489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6336378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6342690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6348626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6354760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6360711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6366593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6372991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6378600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6413625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6419922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6425839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6431804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6438155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6444299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6450326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6456136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6462900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6469457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6476021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6482938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6489671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6495834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6501693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6507552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6513604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6520909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6526831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6534625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6540688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6546520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6552861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6558644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6564731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6570546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6576657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6582694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6588793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6594886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6600761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6606459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6612155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6617872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6624222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6629897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6636155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6641743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6647751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6653608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6658920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6664596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6670319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6676208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6681641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6687312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6693337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6698928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6704825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6710740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6716867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6722858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6728634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6734416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6741085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6746997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6752913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6759270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6765165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6771205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6777487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6783330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6789493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6795933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6802487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6808952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6814996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6820766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6826603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6832585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6838749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6844952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6851424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6860734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6865687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6872855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6897077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6897618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6898135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6898632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6905013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6910754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6917471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6923528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6929546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6935521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6941799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6948359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6953630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6959930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6965692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6971462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6977320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6983381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6989131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.6995202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7001381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7006908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7012437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7018492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7027472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7033434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7039191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7045120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7051165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7057071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7062691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7068901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7075147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7081153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7086843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7092760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7103190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7109018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7114736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7120474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7126235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7131988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7137812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7143799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7149927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7156043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7162058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7167837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7173440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7179161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7184936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7190526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7196642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7202432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7210513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7216767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7228955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7238688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7244534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7250349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7256451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7262597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7269056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7275319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7281218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7287298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7293152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7299098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7305619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7311346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7317983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7323655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7329351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7335376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7341498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7347412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7353284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7359835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7366363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7372418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7378437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7384637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7390806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7396720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7417068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7423262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7429175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7434983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7440721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7446497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7452653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7458450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7464339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7470119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7476214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7482013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7487916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7493855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7499969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7506113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7512381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7518397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7524424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7530226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7536358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7542227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7548276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7554304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7560133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7565958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7571845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7577892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7584139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7590578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7596445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7602353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7608455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7614171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7620513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7626445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7640432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7646280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7652417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7658364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7664331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7670348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7676514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7682870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7689194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7695198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7701187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7707281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7713520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7719279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7725853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7731630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7737593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7743765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7757888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7764051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7771150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7777140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7783317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7789756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7796156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7802367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7808486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7814875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7822011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7827924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7834052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7840233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7846875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7853180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7859405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7866333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7872741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7879621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7886173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7892134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7898484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7909325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7931060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7936744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7942314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7948194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7953959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7959790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7965498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7970973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7976741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7982383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7988172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7993865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.7999337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8005230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8010899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8017109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8022908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8028758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8063861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8069697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8075374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8081249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8087175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8092966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8098866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8104800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8111289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8117490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8123350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8129128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8135085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8140855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8146766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8153113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8159082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8165486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8171193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8176999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8182878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8188884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8195052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8201434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8207778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8213607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8219539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8225622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8232015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8238205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8243995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8250058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8255931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8262088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8267983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8273928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8279990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8286187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8292148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8298018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8304131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8310132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8316453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8322438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8328389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8334263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8340201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8346340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8355818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8361962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8368635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8375587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8381647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8387456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8393318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8399017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8405117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8411538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8417242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8423362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8429167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8434968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8441128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8447223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8453255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8458973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8464975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8471271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8477247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8483429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8489178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8495147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8500888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8507168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8512946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8518765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8524891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8531397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8537263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8543001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8548987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8554751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8560843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8566832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8572622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8578433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8584815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8590326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8596368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8602115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8607960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8614207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8620520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8626360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8632173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8658068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8664523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8670212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8676711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8682671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8688585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8694526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8700854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8707492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8713633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8719863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8725672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8731783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8738178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8744257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8750723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8756680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8762826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8768835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8774814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8786886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8793110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8799311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8805494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8811580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8817485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8823512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8830328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8836104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8842030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8848228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8854391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8860363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8867519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8873725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8880130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8886264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8892467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8899264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8905956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8911689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8917639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8923440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8929616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8936397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8941793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8948495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8954541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8960444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8966374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8972322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8978488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8984326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8990394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.8996089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9001872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9007636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9013882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9019894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9025887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9032151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9038824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9045673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9051711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9059544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9066092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9072692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9079222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9085479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9092483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9098472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9104650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9110873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9116967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9122904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9128708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9134432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9141718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9147831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9153600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9159422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9165265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9171324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9177242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9183147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9189214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9195471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9201810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9207727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9213629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9219755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9225691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9232482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9238333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9244338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9250754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9256618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9262716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9275015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9281029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9287107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9292918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9299378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9305324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9311411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9317608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9323423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9358895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9365460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9372034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9378555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9385178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9391653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9398093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9403963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9409812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9415860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9422185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9428195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9434690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9440739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9446568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9452652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9458662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9464842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9471188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9478202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9484593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9490434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9496227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9502444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9508548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9514266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9521536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9527793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9533903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9539745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9545990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9551879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9557972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9568601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9571963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9577867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9583727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9589562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9595372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9601383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9608396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9614588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9620659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9626720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9632923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9638761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9644927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9651081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9656957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9663129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9669060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9674937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9681269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9687806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9725475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9732324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9738468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9745580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9751860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9757898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9768745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9774859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9781204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9787301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9793274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9817560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9823202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9829679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9835763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9841948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9848173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9854264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9860672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9866629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9872636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9879445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9885674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9892339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9899370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9905607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9911728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9917686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9923706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9930273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9936510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9942617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9954443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9965058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9971049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9977155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9983163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9989375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:21.9995265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0001150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0006862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0013092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0019083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0025279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0031244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0036890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0042822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0048452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0054862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0062338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0069404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0075210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0081202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0087166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0093019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0112462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0114091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0115334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0117790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0123726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0129710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0136142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0146392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0152544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0159335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0165406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0171694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0177684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0184116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0190029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0195879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0202404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0209109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0214874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0220741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0227071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0233969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0239881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0246030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0251927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0258092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0264400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0270833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0276932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0282874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0289200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0296161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0302204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0308273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0314434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0320451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0326416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0332426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0338381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0344896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0351386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0357392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0363219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0369005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0374477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0381289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0387372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0393340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0399069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0404677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0423027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0429007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0434875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0440725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0446382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0453970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0460104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0466780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0478394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0480528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0487864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0494137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0501139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0507568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0514016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0519976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0525875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0531940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0538090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0544254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0550455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0556316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0562296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0568630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0574660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0580382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0586315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0592696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0598462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0604003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0609902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0616425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0622320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0628539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0634536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0640729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0646544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0652381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0658626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0665105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0670916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0681717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0687556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0693360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0699371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0705794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0711838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0717800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0723618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0729693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0735592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0741876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0748471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0754460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0761054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0767330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0773314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0779584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0786849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0792406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0799085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0804991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0811211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0817302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0823654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0830444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0836443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0843350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0849749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0855829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0862187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0868640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0875085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0881392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0887485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0895047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0901511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0908521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0915236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0922119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0928242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0934629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0940587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0947150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0953062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0959007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0964996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0971883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0977949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0983981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0990372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.0996752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1003419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1009208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1015494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1021750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1027844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1033847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1040462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1046562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1052535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1058346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1064630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1070376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1076401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1082112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1088710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1094721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1100463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1106473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1112454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1118337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1124447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1130496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1136865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1142631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1149360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1155510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1161704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1168157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1174497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1180470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1186357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1193443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1199500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1210953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1217394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1224018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1230691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1237391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1243690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1250016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1256617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1262954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1269774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1276128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1282756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1288704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1294815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1300825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1307245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1313802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1320080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1327126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1333764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1339444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1346098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1352213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1358617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1364981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1371289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1408842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1414992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1425542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1431536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1438069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1444116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1450030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1455732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1461899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1468178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1474160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1480390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1486649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1492675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1499031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1504569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1510648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1516758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1523512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1529310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1535699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1542018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1548329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1554447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1560689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1572859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1579051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1585821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1592322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1598350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1604534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1610661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1617117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1623177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1629606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1635771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1642276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1648255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1654863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1660725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1667745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1674530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1680592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1686248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1692095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1698054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1704893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1711040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1717259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1723572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1729635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1741597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1748636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1754700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1760635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1767070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1773444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1779604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1785898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1791979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1798646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1805335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1811129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1816813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1822715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1828913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1834906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1841112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1847436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1853431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1859350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1865400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1871177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1877155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1883983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1896675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1898046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1904116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1910145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1916841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1923231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1929527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1935600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1941601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1948125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1954458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1960511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1966313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1972156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1978158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1984213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1990118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.1995856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2001649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2007501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2013381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2019830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2026149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2035750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2041955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2047769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2053684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2059891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2065924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2071784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2077578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2083630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2089683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2095848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2101729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2107855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2113649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2119708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2125511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2131373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2137266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2143299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2149204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2155104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2161594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2167340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2173565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2179513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2185911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2192256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2198409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2204420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2210565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2217091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2223776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2230136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2236757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2261937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2268225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2274475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2281454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2287657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2293908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2300793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2307814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2313531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2339568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2345729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2352343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2358986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2365695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2372044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2378245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2384507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2391062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2397482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2404043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2410360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2417087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2423332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2429668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2435561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2440728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2446617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2452196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2457864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2463986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2469765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2475888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2482204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2487919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2494265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2533320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2534541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2535749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2536936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2538133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2539177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2541633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2551263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2556895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2562736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2568945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2574621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2580290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2586902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2593246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2599141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2605056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2611010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2617249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2623065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2629170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2634989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2641075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2647047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2653289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2659450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2665376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2671585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2677428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2683106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2689386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2695392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2701391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2707510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2713261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2720014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2726686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2733765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2739726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2745737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2752235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2758535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2764730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2770940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2776809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2782875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2788933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2794730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2800872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2806943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2812737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2819337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2825572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2861441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2867129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2873508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2879777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2886209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2892685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2899185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2906169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2912887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2919631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2926618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2932663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2938543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2944921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2951449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2957207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2962995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2969152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2975327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2981217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2987145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2993329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.2999627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3005419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3011527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3017429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3023484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3029837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3035607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3041371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3048129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3053727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3059269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3064890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3070778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3076794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3114866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3120934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3127008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3132869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3138641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3144922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3150543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3156588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3162555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3168902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3174904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3181018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3186994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3193622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3199417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3206019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3212266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3218494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3225288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3231495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3237635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3244556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3250882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3257333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3263638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3270408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3276443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3282798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3305326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3311410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3317413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3324289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3330061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3336379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3342582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3348812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3355026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3361235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3367680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3374645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3381702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3387324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3393749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3400528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3407146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3413757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3420043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3426707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3433038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3439793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3445820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3453257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3460223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3466559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3472777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3478932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3486452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3492829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3498870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3505088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3511031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3517049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3522869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3529123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3535234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3541036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3547611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3553736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3565087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3571122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3577027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3582862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3588444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3594197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3600659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3606473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3612897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3619350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3625768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3631870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3637837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3643992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3650062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3656141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3662028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3668271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3711184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3717132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3723248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3729438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3735865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3741455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3747614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3754269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3760733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3766499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3772844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3779348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3785721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3792355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3798289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3803994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3810448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3816240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3822373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3828581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3834873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3840995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3847281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3853525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3859617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3866212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3872159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3878215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3884293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3890412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3896312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3921961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3928121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3934018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3940086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3946422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3953180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3959401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3965358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3971433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3977675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3983287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3989360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.3995840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4002256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4008956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4016077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4022950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4029876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4036483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4043211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4049422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4055793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4061819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4068111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4074571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4080759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4087259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4093286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4099815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4106314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4112332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4141111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4147398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4153933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4159991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4166189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4172991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4179225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4185121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4191176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4197059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4203006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4209695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4216122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4221962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4228019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4234172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4240493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4246663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4252665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4258974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4264840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4270953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4277496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4283703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4289876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4296278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4302550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4312698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4317704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4323724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4329899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4335885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4342177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4348364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4354498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4360638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4367090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4373076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4379298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4385258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4391436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4397658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4403758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4409777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4415718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4422016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4428617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4435090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4441135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4447498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4453832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4459749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4466121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4478343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4484159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4490389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4496610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4502706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4508887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4515189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4521597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4527283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4533675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4539878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4555576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4562106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4568411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4574634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4580623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4586927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4592964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4599351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4605288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4611062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4617434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4623874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4630025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4636275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4642984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4649267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4654943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4660927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4667331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4673578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4679434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4685370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4691409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4697240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4703626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4710132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4716319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4722813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4728978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4734950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4740892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4747299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4753231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4759402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4765739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4771580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4778252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4784107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4789775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4795888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4802240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4808461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4814280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4820200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4856023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4862304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4868532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4875021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4881236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4887674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4893788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4899722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4911353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4918181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4959280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4965373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4972431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4978418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4984508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.4991226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5004433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5010746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5016895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5022928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5030343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5036394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5042761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5048705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5055483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5061858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5068751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5074846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5080954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5087357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5093250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5099965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5106031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5112168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5118233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5124849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5131100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5137519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5143648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5149954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5156291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5162790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5169504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5176137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5182625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5189200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5195888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5202206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5209132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5215362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5221488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5227804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5234173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5241004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5247851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5254473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5260852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5272183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5278414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5285712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5292105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5298054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5303969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5310994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5317734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5323504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5329493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5335960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5342145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5348739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5355749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5363087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5368568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5374622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5389702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5432081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5438222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5444125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5450300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5456519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5463063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5469183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5479230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5485121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5491237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5497404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5503347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5509301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5515282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5521208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5527425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5533556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5540093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5546157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5552251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5558138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5564564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5570754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5577089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5583292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5589318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5595473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5601752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5607472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5613219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5619037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5630042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5660949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5666906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5672638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5678294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5684393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5690388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5696416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5701974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5708041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5714095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5720084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5726080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5732310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5738412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5744502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5750627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5756903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5762984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5768915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5774690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5781114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5787354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5793157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5799491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5805673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5811980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5818159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5824290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5830336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5836634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5843448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5849858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5855754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5862124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5873362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5879581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5886498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5896706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5903668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5923817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5924316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5924802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5934429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5941675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5947559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5953040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5971731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5977807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5988346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.5994324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6000730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6006952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6012871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6019177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6025728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6031608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6037267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6043361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6049174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6055462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6061794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6067847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6073740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6079957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6086373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6092472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6098492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6104673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6110476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6115965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6121882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6127676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6146650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6147463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6147905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6151614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6157574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6163892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6169359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6175304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6181144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6187363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6194095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6199146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6204696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6210511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6216291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6221981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6228012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6234120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6239931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6245696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6251741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6258028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6264330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6270204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6276431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6313944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6314677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6315210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6315643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6316237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6318175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6324142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6331400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6337349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6343556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6349704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6355793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6361797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6367868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6374178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6380360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6386869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6392887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6434604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6440754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6446552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6453043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6459028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6465721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6471738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6478020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6484601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6490942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6497265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6503555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6509846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6516266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6522408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6528658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6535073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6541214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6547226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6562312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6567859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6573604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6579581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6586190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6592404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6599007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6605153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6611537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6618442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6624553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6630562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6637024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6643906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6650169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6685854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6692609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6698337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6704614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6717453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6723969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6730221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6736707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6743955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6749910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6756345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6767140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6773352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6779770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6786013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6796769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6801490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6807773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6813761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6819871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6826358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6832459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6838857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6844992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6851241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6858614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6865176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6871527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6877785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6884271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6890436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6896419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6903043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6910386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6915990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6922262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6928559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6934728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6941025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6947525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6953474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6959691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6966071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6971375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6977266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6983804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6989938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.6996188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7002255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7008586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7014810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7021100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7027535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7039112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7045557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7051602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7057674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7063776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7070287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7076501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7082224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7088363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7094890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7101217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7107601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7113494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7119639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7130760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7137039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7143287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7149648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7155646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7161798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7167929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7174513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7180496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7186609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7193193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7198712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7205979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7214193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7225087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7231245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7237376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7243209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7249481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7255179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7261363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7267231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7273231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7278974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7285913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7292850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7298840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7304901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7310987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7317101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7323124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7329247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7335488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7341951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7348363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7355415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7361251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7367307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7373427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7379945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7386110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7392158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7398639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7404667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7411244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7419404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7444221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7445496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7446750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7447908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7451733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7458008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7464047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7481931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7487808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7494901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7500623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7507146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7513124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7519557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7525897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7532388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:22:22.7546433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7551966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7557402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7563030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7568624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7573856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7579634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7585795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7591949Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-03-14T04:22:22.7595353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-14T04:22:22.7601083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-14T04:22:22.7606817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7612990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7638147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7651001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7656721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7662342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7667591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7673230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7678498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7684261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7689504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7701750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7707998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7714179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7720164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7725240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7731154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7747611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7752726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7758417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7764789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7771411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7777153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7782863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7788569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7794189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7800301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7805921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7811852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7817736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7837607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7843772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7849044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7854597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7859802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7881322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7887453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:22:22.7893729Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-03-14T04:22:22.7897242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7902724Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-03-14T04:22:22.7906296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2025-03-14T04:22:22.7912693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7918009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7936453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7940804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7946372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:22:22.7960242Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-03-14T04:22:22.7964010Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-03-14T04:22:22.7967363Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.7972605Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.7978379Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.7984109Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8002974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8008282Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8014020Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8019464Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8029050Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8034385Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8040209Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8045599Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8051222Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8056602Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8062518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8071511Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8074701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8080980Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8087267Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8092757Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8110914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8116539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8127328Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-03-14T04:22:22.8130139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\alloc_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8135359Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8141345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8147170Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8165233Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8170658Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8176377Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8182282Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8188452Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8193806Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8199518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8205282Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8211022Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8217063Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8223026Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8229701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8236159Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:22:22.8242620Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8247856Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8253551Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8260664Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8266421Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8272692Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8279176Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8285287Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8291870Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.8298443Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9081205Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9087076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9092548Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9097921Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9103459Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9108832Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9114513Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9120435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9125284Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9130490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9136099Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9142040Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9150670Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9157622Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9163488Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9169165Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9175039Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:22:22.9200609Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-03-14T04:22:22.9203951Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9215821Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9216933Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9222904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9233150Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9238677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9244706Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9250058Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9255603Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9261509Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9266992Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9272372Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9277474Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9282986Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:22:22.9289352Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-03-14T04:22:22.9292732Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-03-14T04:22:22.9298403Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-03-14T04:22:22.9303965Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-03-14T04:22:22.9307384Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:22:22.9312855Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:22:22.9318140Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:22:22.9324134Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-03-14T04:22:22.9327325Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:22:22.9333080Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\random.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:22:22.9338117Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\reduction_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:22:22.9343577Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:22:22.9350343Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:22:22.9362447Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-03-14T04:22:22.9365202Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9370578Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9375891Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9381312Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9393475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9398488Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9403835Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9409294Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9414944Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9420353Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9425584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9430795Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9436102Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9442155Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9447355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9452518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9458277Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9463887Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9469575Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9474852Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9480195Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9485536Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9490957Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9496281Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9506886Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9512543Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9517226Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9523496Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9529068Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9534833Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9540192Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9545642Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9551914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9557727Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9563167Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9573584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9579252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9584706Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9590169Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9596188Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9601485Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9606957Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9612460Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9618126Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9627512Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9632848Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9638529Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9643587Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9648698Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9654279Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9660132Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9665603Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9670935Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9676904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9682414Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9687890Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9693348Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9704156Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9709228Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9714904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9720376Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_not_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9725841Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9731294Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9737180Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9742632Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9748135Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9753464Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9758823Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9764734Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\order_preserving_flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9779171Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9784755Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9790525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9795642Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9800937Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9806080Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9811260Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9816365Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9821375Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9826606Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9832036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9837480Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9847170Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9852602Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9858036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9864579Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9870504Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9875806Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9881455Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9886854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9891974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9903551Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9908866Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9920491Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9927477Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9933088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9937745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9943811Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9950239Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9955974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9962025Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9967909Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9974423Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9980551Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9987463Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9993208Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:22.9998804Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0004253Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0009971Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0015789Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0021771Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0027409Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:22:23.0033795Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-03-14T04:22:23.0048415Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-03-14T04:22:23.0051892Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2025-03-14T04:22:23.0057407Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0063050Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0068282Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0078061Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0083535Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0088951Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:22:23.0094934Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-03-14T04:22:23.0098342Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-03-14T04:22:23.0101780Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0108322Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0113644Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0119039Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0131029Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0136006Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0141185Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:22:23.0146543Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0152600Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0157890Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0167653Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0173257Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0178435Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0184078Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0189405Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0194878Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0200493Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0205984Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0211148Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0216014Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0221752Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-03-14T04:22:23.0225272Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0231109Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0236358Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0246103Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0251937Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0257035Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0262523Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0268427Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0273760Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0278948Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0284546Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0289797Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0295138Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0300855Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0306309Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0311470Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:22:23.0316841Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0322099Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0328073Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0336207Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-03-14T04:22:23.0339382Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0345227Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0350567Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0357075Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0362580Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0369284Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0380189Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-03-14T04:22:23.0383435Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0389371Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0395709Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0401064Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0407162Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0417867Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0424054Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0429920Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0435367Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0441763Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:22:23.0447922Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-03-14T04:22:23.0471625Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:22:23.0472709Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:22:23.0473738Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:22:23.0474718Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0477393Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0481498Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0487172Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0492546Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0498151Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0503603Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0509737Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0516616Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0522148Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0527616Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0534531Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0541801Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0547534Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0553554Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0558874Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:22:23.0564198Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.0572963Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-03-14T04:22:23.0576612Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-03-14T04:22:23.0579975Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-03-14T04:22:23.0583164Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-03-14T04:22:23.0586653Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0589911Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\all.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0595479Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\arg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0600909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0605717Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0611501Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0614906Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:23.0618590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:23.0624162Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:23.0629303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:22:23.0634562Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0640089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0645784Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0655274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0660815Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0666940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0672597Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0678032Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0683337Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0688945Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:22:23.0698424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0704256Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:23.0727400Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:23.0733469Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:23.0738964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:22:23.0745464Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\example.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0750738Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0757215Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0760531Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0766225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0771618Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0777357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0782834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0793653Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0799512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:22:23.0805095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0810653Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0814490Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0820404Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0826176Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0831693Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0837139Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:22:23.0842753Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0848268Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:22:23.0854062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0859724Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:23.0863345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\static.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:23.0869122Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:22:23.0875821Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\enum.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0887309Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0892219Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\fft.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0897755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\imethod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0903449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0908844Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0914134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.0920033Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.0923848Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.0929750Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0933524Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0939575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0945456Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0951023Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0961099Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0966720Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0972327Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0977811Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0983361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0990010Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.0995482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1000831Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1006351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1011807Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1018070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1023778Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:22:23.1029073Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1034438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1044089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1050568Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1054206Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1060225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1066014Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1071420Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1077365Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1084863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1090906Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1096356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1101943Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1113475Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1119091Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1124407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1130155Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1135900Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1141433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:22:23.1146933Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1152755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1158472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1163606Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1168740Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1174098Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1179749Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1185330Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1191245Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1197110Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1202506Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1207890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1214524Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1220548Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1226244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1231809Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1238005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1243481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1249029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:22:23.1255219Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1260538Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1264232Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1270399Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1275780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1281238Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1286997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1296745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1302373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1307958Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1313349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1319024Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1324975Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1330768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1336436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1342096Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1347745Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1353908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1359352Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1364742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1370841Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1376686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1382165Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:22:23.1387803Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1393624Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:22:23.1397528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:22:23.1403024Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1408713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1414382Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:23.1417689Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:23.1424038Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:23.1429253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:22:23.1434603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:22:23.1439845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1445839Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1457851Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1458447Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1461973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1467068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1472548Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1478195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1489056Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:23.1492682Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:23.1498320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:23.1503617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:22:23.1515038Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1520218Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:22:23.1525394Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1530984Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1536825Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1542615Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:23.1546396Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:23.1551352Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:23.1556727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:23.1561959Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:22:23.1572567Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1577946Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1582885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\special.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1588864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\torch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1594194Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1599672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1605195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\version.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1610629Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:22:23.1616987Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1620572Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1626064Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1631534Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1637575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\cpp_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1646651Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\custom_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1652591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1657706Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1663685Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\forward_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1669239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1675053Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1678628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1683935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1689212Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1694409Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1705504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1711717Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:22:23.1717181Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1723312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1729127Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1732607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1743294Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1748803Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1759588Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\VariableType.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1764941Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1771193Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:22:23.1777507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1782770Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\graph_task.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1788430Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1794312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1800444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1806082Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1811504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1816653Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_kineto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1822271Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_legacy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1832667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1838284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1844248Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1848521Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_cpp_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1854173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1859793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1865291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_fft_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1870709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1876584Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1885973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1891650Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1896827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nested_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1902050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nn_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1907737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1913472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1919112Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_special_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1924665Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_torch_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1930293Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1940630Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1945862Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\record_function_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1956669Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1957810Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1963448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.1969596Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.1973206Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\error_messages.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.1978662Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.1984199Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.1996648Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.2006049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\warnings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.2011144Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:22:23.2016477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.2022397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.2028109Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:22:23.2033804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2039666Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2042979Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2048526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2054183Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\device_set.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2058865Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2063880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2073726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\memory_snapshot.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2078987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2084384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2089439Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2094485Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2105104Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2107097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:22:23.2112277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2122535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2127550Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2132522Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2137947Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-03-14T04:22:23.2141375Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-03-14T04:22:23.2145145Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:23.2148527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:23.2154320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:22:23.2159399Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:23.2162875Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:23.2168546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:22:23.2173860Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2177250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2183012Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2188403Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2198001Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2203787Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2208871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2214130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2219655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2242140Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2247391Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:22:23.2253279Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2256869Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2262293Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2267526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\c10d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2272805Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2278184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2283600Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2293608Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\debug.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2298647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2304028Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2327827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2333190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2342062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2347582Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2352922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2358290Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2363546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2369233Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2374349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2380642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2385728Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2391645Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2397247Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2402532Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2412910Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2418345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2423946Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2430412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2436439Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2442071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2448903Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2454308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2465355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2471419Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2477351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2483166Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2489413Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2495038Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2500908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2506846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2511572Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2517800Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2522595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2527980Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2548626Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2549997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2551232Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2553674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2559075Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2564365Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2569981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2575080Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:22:23.2581243Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2584837Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2590335Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2595787Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2601179Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2611412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2616816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2622448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2627795Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2633270Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2638776Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2644174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2649907Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2654872Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2660195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2665605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2671170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2677079Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2682673Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2687942Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2693455Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2703052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2709065Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2714620Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2719947Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2725285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2730812Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2736162Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:22:23.2741416Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2747080Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2753065Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2756507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cache_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2761909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2768563Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpp_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2773490Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_defs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2783924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_includes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2789426Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\debug_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2794617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2800395Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2805726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\extra_state.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2811182Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2817006Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2822366Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2827742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2832897Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:22:23.2838000Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2843120Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2848526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2854238Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.2860074Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-03-14T04:22:23.2863719Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2867195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2872511Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2877632Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2882639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2888442Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:22:23.2898435Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:23.2901971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:23.2908104Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:22:23.2913442Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2916897Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2922498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2928160Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2938353Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2943918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:22:23.2949345Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2957721Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2963962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2969618Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2979757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2986256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2992167Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.2998101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3004271Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3009726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3015097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3020959Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3026482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:22:23.3032348Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3036085Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:23.3039152Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:23.3044969Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:23.3050561Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:22:23.3056055Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:23.3059595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:23.3065769Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:23.3071646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:22:23.3081889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3087248Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3097763Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3102676Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3108349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:22:23.3113741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\array_ref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-03-14T04:22:23.3119276Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3122588Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3127828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3133164Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3138195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3143801Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:23.3151696Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:23.3156862Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:23.3161730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:22:23.3166674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:22:23.3171702Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\inductor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-03-14T04:22:23.3177278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.3182747Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-03-14T04:22:23.3186082Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3189267Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\compilation_unit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3200057Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\function_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3205347Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3210774Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3216526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\object.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:22:23.3226962Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3230148Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3235926Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3241303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3246606Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3256274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3261693Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3268359Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3273134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3278565Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:22:23.3284751Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-03-14T04:22:23.3287544Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:22:23.3291102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:22:23.3296876Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3300235Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3305760Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3311273Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3321996Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3327381Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3332606Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\error_report.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3338199Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3343646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3349232Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3354506Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3359829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3365763Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3371550Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3377095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3382377Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3387942Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3393541Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3399566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3405631Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3410877Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3420576Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_range.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3426331Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3431880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3437059Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3443043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3475817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3476946Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3478134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:22:23.3482293Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3485647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3491339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\attributes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3496857Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3502373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3512047Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3517041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3523212Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\irparser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3528599Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3533813Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\named_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3539200Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\node_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3544352Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\scope.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3549963Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3555208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\type_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:22:23.3560853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:22:23.3566192Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_opt_limit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:22:23.3576701Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3579884Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\code.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3585299Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3590663Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\file_format.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3595922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3605472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3610909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3616275Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3621470Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3626964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3632088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3637365Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3642596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3647817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3653046Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3658661Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3664180Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3669529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3674953Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3680438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3685655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3691045Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3696375Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:22:23.3707404Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3715087Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3720882Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3725539Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\autocast.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3730672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3740878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\batch_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3746070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3751531Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3756790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3777428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3782940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3788619Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3793773Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\concat_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3799477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3804785Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3810423Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3815742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3821592Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3826918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3832806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3841400Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3858174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3863725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3869642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3875446Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3881205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3886718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\freeze_module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3892571Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3897982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3908031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3913691Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3919128Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3924742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3930325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3935707Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3941287Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3946695Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3952381Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3962411Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3970036Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3973798Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inliner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3979276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3984695Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3989868Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.3995425Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inplace_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4000601Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\insert_guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4007154Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4016935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lift_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4022461Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\liveness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4027888Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4033164Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4038291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4043747Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4049229Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4054648Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4060181Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4065384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4078960Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4084551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4090008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\pass_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4095500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4100676Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4106101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4111680Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4117177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4131948Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4137937Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4141768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4147573Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4153221Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4157939Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4167908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4173569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4179176Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4186308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4191938Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:22:23.4197152Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4206824Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4212337Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4218238Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_expands.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4223834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4229227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4235024Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4241002Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4246333Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4251432Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4260774Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4266516Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4272013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4277653Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4283205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4289015Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4294587Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4300344Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4306484Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4309961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4315410Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4321109Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4330490Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4338182Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:22:23.4343883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4349937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4355421Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4360959Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:22:23.4367762Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4370432Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4375695Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\module_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4381174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4386898Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4393033Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4402835Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4408153Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4413614Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4419193Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4424916Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4430635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4436457Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4442528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4447930Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\script_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4453285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4488935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:22:23.4490085Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\resource_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:22:23.4490962Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4491869Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4493025Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\autodiff.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4494370Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4495607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4506686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4512600Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4516958Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\exception_message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4522303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4527843Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4533233Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4539370Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\instruction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4544596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4550098Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4555436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4560567Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4565871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4571390Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4576529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\print_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4581874Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4587666Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4598905Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4604991Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\script_profile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4610590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4615849Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4621097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4626646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4632311Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4637590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4642998Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4652671Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4658105Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:22:23.4663871Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4667486Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4673250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4678934Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4689432Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4694785Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4699834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4705202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4720422Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4725716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4731512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_read.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4737418Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_source.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4743016Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4749871Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4755181Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4760840Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4766588Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\python_print.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4771799Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4777449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4783859Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\storage_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4789168Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4799463Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\unpickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:22:23.4805502Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4809341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4814899Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4820454Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4826254Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4836319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4842154Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4847647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4852879Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4858284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4874026Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4879512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4884957Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4890325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4895769Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4901229Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4907025Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4912609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4918181Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4923671Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4929502Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4934842Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4945784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4951057Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4957071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4962552Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4968369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4974274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4980091Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4986095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4991665Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.4997025Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5003167Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5012577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5018385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5024296Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5027767Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5033164Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5038935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5043422Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5048757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5058900Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5064297Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5069803Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5075277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:22:23.5080325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5085764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5091107Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5096722Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5102574Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5107857Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5113722Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5119187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:22:23.5125338Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:23.5128789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\file_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:23.5134226Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-03-14T04:22:23.5139527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5145105Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-03-14T04:22:23.5148492Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:23.5151703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:23.5157089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:23.5162436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:23.5167833Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:22:23.5179067Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5182287Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5187995Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5193489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\debug_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5198762Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5204080Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5219408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5224708Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:22:23.5228227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:22:23.5233510Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5238855Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5244449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5250076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5255324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5260766Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5266207Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\metrics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5271516Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\multi_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5277130Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:23.5280667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:23.5285721Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:22:23.5291174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\permutation_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5296835Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5302400Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5308012Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5313361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5318720Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5344141Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5349340Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\trie.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5355027Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\unique.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5364449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:22:23.5370072Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-03-14T04:22:23.5373620Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\python_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-03-14T04:22:23.5379010Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5382633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5387962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5393519Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5398992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5413493Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5419171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5424852Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5430461Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5436481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5442306Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:22:23.5448188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5453709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5459022Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-03-14T04:22:23.5462332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\back_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:22:23.5468465Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:22:23.5474535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:22:23.5480624Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5484350Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5489849Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5495879Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5501530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5512266Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\data_flow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5516737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5523258Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5527389Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5533294Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:23.5536813Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:23.5542751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:23.5548359Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:22:23.5553986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5559142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5564541Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:23.5567911Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:23.5573413Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:23.5578560Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:22:23.5584091Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:23.5587609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:23.5592936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:23.5598056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:23.5608126Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:22:23.5613709Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:22:23.5617024Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:22:23.5622709Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5626394Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\action.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5631749Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\communicate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5636984Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5642233Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5657647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5663056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5668570Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5674069Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fde.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5679316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5684672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5690105Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5695353Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\range_table.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5700641Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\sections.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5705917Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5711159Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5716398Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:22:23.5721658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:22:23.5727284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5732967Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5742653Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5748226Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5753440Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5758886Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5764340Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\stable 2025-03-14T04:22:23.5767619Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-03-14T04:22:23.5773325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5778896Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5784527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5789564Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5795070Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-03-14T04:22:23.5798608Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor\python_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\tensor 2025-03-14T04:22:23.5804097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5809301Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5814704Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5820320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.5825903Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5829230Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\byte_order.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5834916Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5840180Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cuda_enabled.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5845377Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\device_lazy_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5855533Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\disable_torch_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5861683Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\generated_serialization_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5868911Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5874058Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\invalid_arguments.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5879206Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5884438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\numpy_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5889994Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\object_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5895349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\out_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5900634Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5906274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5911547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pyobject_preservation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5916878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5923177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_arg_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5930158Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5935761Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5941314Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_numbers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5952697Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_raii.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5958264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_scalars.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5964087Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5969554Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5974765Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_symnode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5981002Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5988087Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.5994953Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\schema_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6001387Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6007605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6018681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6023979Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_dtypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6029392Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6035031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_layouts.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6040187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6045873Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6051246Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_new.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6056756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6062564Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_qschemes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6073319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6078834Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6084335Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6089891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6095373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6100819Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:22:23.6105877Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:22:23.6116636Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-03-14T04:22:23.6119913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:22:23.6125039Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:22:23.6130157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:22:23.6135984Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:22:23.6141960Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:22:23.6147351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:22:23.6157551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:22:23.6163498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:22:23.6169443Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:22:23.6184963Z creating build\bdist.win-amd64\wheel\torch\jit 2025-03-14T04:22:23.6188213Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6193995Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6199897Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6205365Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-03-14T04:22:23.6208512Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-03-14T04:22:23.6213606Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6235517Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6241074Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6246572Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6251849Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6257327Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6262778Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6268267Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6273647Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6279010Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6284054Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6289904Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6295558Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6332198Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6332576Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6332727Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-03-14T04:22:23.6333174Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-14T04:22:23.6333549Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-14T04:22:23.6333875Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6335352Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6341675Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6348242Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6353911Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6363372Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6369458Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6374614Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6380818Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:22:23.6387074Z creating build\bdist.win-amd64\wheel\torch\lib 2025-03-14T04:22:23.6390327Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6398086Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6403908Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6413534Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6420351Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6432522Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6438881Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6452051Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6464041Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:23.6470855Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2525471Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2575829Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2593611Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2611282Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2618747Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2624804Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2809743Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.2861133Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.3802115Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4149845Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4179709Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4187605Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4192883Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4198229Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4277946Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4283149Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4293919Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4304753Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.4310560Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.5571432Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.5818650Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.5825364Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.5967666Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.5976120Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.6005610Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:22:24.6011170Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.6018342Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-03-14T04:22:24.6021631Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-03-14T04:22:24.6029015Z creating build\bdist.win-amd64\wheel\torch\masked 2025-03-14T04:22:24.6043183Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-03-14T04:22:24.6043962Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6044959Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6049356Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6053655Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6059119Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6068943Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6074198Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6080030Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:22:24.6085007Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:22:24.6091049Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:22:24.6097424Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:22:24.6103278Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-03-14T04:22:24.6106521Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-03-14T04:22:24.6111849Z creating build\bdist.win-amd64\wheel\torch\mps 2025-03-14T04:22:24.6114949Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:22:24.6120168Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:22:24.6125441Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:22:24.6130987Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-03-14T04:22:24.6133901Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:22:24.6139114Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:22:24.6144451Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:22:24.6150018Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-03-14T04:22:24.6153277Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6158508Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6163865Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6169524Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6174800Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6185426Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:22:24.6190412Z creating build\bdist.win-amd64\wheel\torch\nested 2025-03-14T04:22:24.6193616Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-03-14T04:22:24.6197009Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:22:24.6202429Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:22:24.6208463Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:22:24.6214847Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:22:24.6226083Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:22:24.6230771Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-03-14T04:22:24.6236467Z creating build\bdist.win-amd64\wheel\torch\nn 2025-03-14T04:22:24.6239647Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-03-14T04:22:24.6242784Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:22:24.6248410Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-03-14T04:22:24.6266971Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-03-14T04:22:24.6272462Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-03-14T04:22:24.6277404Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:22:24.6283512Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:22:24.6310252Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:22:24.6315664Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-03-14T04:22:24.6318755Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-14T04:22:24.6323965Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-14T04:22:24.6328537Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6333418Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6338542Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6351066Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6356781Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6362054Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6367964Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-03-14T04:22:24.6371197Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-03-14T04:22:24.6374455Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-14T04:22:24.6379384Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-14T04:22:24.6384678Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-03-14T04:22:24.6387865Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-03-14T04:22:24.6391177Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:22:24.6396560Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:22:24.6401623Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:22:24.6406668Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:22:24.6416435Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-03-14T04:22:24.6421461Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-03-14T04:22:24.6424770Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:22:24.6427948Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:24.6431259Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:24.6436461Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:22:24.6441576Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:22:24.6446717Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-03-14T04:22:24.6449951Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:22:24.6455235Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:22:24.6460270Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:22:24.6465311Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:22:24.6470410Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-03-14T04:22:24.6475039Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-03-14T04:22:24.6480496Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-03-14T04:22:24.6484064Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6490367Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6495848Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6501780Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6511149Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6517027Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6522983Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6528016Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6533170Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6538393Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6543693Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6549614Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6555021Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6560096Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6566385Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6573131Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6578417Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6584392Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6589648Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6595887Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6602215Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6608090Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6614226Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6619592Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6624892Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6630243Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:22:24.6635811Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-03-14T04:22:24.6638922Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6644216Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6649589Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6656111Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6666368Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6671662Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6677239Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6682346Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:22:24.6687483Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6693302Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.6698402Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-03-14T04:22:24.6701454Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-03-14T04:22:24.6704681Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-03-14T04:22:24.6707747Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-03-14T04:22:24.6712892Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-03-14T04:22:24.6718645Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-03-14T04:22:24.6723714Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-03-14T04:22:24.6727212Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:22:24.6732218Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:22:24.6737181Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:22:24.6742100Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:22:24.6752245Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-03-14T04:22:24.6752905Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-03-14T04:22:24.6755405Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-03-14T04:22:24.6758572Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:22:24.6763555Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:22:24.6768653Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:22:24.6773541Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-03-14T04:22:24.6778449Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-03-14T04:22:24.6781596Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-03-14T04:22:24.6784777Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-03-14T04:22:24.6787813Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:22:24.6792659Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:22:24.6797496Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:22:24.6802680Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:22:24.6807824Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-03-14T04:22:24.6812693Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-14T04:22:24.6817859Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-03-14T04:22:24.6821149Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6826503Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6831466Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6836361Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6841376Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6851177Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6856348Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6861465Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6866893Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6871818Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6876998Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:22:24.6882455Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-03-14T04:22:24.6889973Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6893350Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6898814Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6903564Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6908638Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6914295Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6919309Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:22:24.6924529Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-03-14T04:22:24.6929538Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-14T04:22:24.6935295Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-03-14T04:22:24.6938527Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6944215Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6949431Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6954652Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6959966Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6971480Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6977381Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6983331Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6990180Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.6996584Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7002149Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7007531Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7012970Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7018945Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7022381Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7027901Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7033396Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7044723Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7051168Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7056999Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7062562Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7068251Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7073778Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7079217Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:22:24.7084275Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7091382Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7097023Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:22:24.7102379Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.7108908Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:22:24.7116327Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-03-14T04:22:24.7120374Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7126122Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7131958Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7137669Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7149367Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7155617Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7162261Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7168045Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7173601Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7179177Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7184797Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7190277Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7196017Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7201516Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7206685Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7212117Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7217593Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7223098Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7233914Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7241279Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7252892Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7258482Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7263896Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7269066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.7274687Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-03-14T04:22:24.7277925Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-03-14T04:22:24.7281442Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7284617Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7290352Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7295625Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7301458Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7304909Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7310038Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7315369Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7320718Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7326020Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7336393Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7341717Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7347120Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7352546Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7357783Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7363257Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7368565Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7373857Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7379278Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7385040Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7390969Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7395990Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7401642Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7407169Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7412700Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7417976Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7429897Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7435163Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7440540Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7446016Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7451515Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7457099Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7462609Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7468066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7473243Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7479055Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7489348Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7494886Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7500428Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7506157Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7512075Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7517490Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7522883Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7528878Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7591956Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7597727Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7607615Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7613019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7618632Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7624034Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7629447Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7634928Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7640290Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7645594Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7651146Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7656583Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7668024Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7673380Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7678737Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7684105Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:22:24.7689258Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7698455Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7703701Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:22:24.7708770Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:22:24.7714184Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:22:24.7720428Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:22:24.7725166Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7728363Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7733688Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7746918Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7748060Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7757055Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7761840Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7767926Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7792740Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7798307Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7803758Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7808750Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7814026Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7869365Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7874679Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7880221Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7885763Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7891389Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7897101Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7902501Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7908279Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:22:24.7911780Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:22:24.7915120Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:22:24.7920620Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:22:24.7925871Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:22:24.7931929Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:22:24.7937134Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:22:24.7942701Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:22:24.7951530Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7957275Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:22:24.7961999Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-03-14T04:22:24.7965187Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-03-14T04:22:24.7969502Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-03-14T04:22:24.7974959Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-03-14T04:22:24.7980080Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.7985638Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.7991136Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8001131Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8006747Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8013040Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8018920Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8025304Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8028970Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8033969Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8039390Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8045415Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8074035Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\type_promotion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8075235Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8076315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8077351Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:22:24.8081315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8086710Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8092651Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8098246Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8103797Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8109116Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:22:24.8114441Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8124602Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8129460Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8135684Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8141091Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8146614Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8152394Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8157964Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:22:24.8162472Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.8168007Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.8173679Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:22:24.8179509Z creating build\bdist.win-amd64\wheel\torch\optim 2025-03-14T04:22:24.8182677Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8189060Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8194609Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8200582Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8206096Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8211257Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8216725Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8248128Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8254556Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8260340Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8266246Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8271931Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8277553Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8283142Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8288794Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8294086Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8299833Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8305964Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8311545Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-03-14T04:22:24.8314768Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-14T04:22:24.8320010Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-14T04:22:24.8324957Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:22:24.8330192Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8337024Z creating build\bdist.win-amd64\wheel\torch\package 2025-03-14T04:22:24.8340287Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-03-14T04:22:24.8343617Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\find_first_use_of_broken_modules.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:22:24.8348949Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:22:24.8354657Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:22:24.8365512Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:22:24.8371063Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8376544Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8381850Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8391607Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8397103Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8403921Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8410185Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8415572Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8421103Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8426535Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8432019Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8437489Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8443004Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8448485Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8453900Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:22:24.8459459Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-03-14T04:22:24.8467260Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8473114Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8479049Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8484340Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8490637Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8500305Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8505849Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:22:24.8511391Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8516413Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-03-14T04:22:24.8519645Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8525410Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8530590Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8541582Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-03-14T04:22:24.8545057Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8567190Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8568155Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8569136Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8570103Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8578989Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8584897Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8589607Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8595041Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8599996Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8617564Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8623072Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:22:24.8628620Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8633779Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8639065Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8644428Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8649620Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8654952Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8660207Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8665274Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8670166Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8675350Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8680670Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8686114Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8691641Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:22:24.8696849Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8702454Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8707919Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8713235Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8718609Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.8725158Z creating build\bdist.win-amd64\wheel\torch\share 2025-03-14T04:22:24.8728321Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-03-14T04:22:24.8731497Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-03-14T04:22:24.8734677Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-03-14T04:22:24.8740025Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8743681Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8749128Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8754462Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8764367Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8770460Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8775495Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8780883Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:22:24.8786499Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:24.8789901Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:24.8795233Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:22:24.8800675Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:24.8810548Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:24.8816196Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:24.8819658Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:24.8825288Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:24.8831007Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:24.8840459Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:22:24.8846010Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:24.8852885Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:24.8862751Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:22:24.8868365Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8872090Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8877457Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8883359Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8888697Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8898261Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8903726Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8908997Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8914574Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8920519Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:22:24.8926074Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-03-14T04:22:24.8929720Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-14T04:22:24.8935122Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-14T04:22:24.8940368Z creating build\bdist.win-amd64\wheel\torch\signal 2025-03-14T04:22:24.8943490Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-03-14T04:22:24.8946845Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-14T04:22:24.8952703Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-14T04:22:24.8957758Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-03-14T04:22:24.8963214Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-03-14T04:22:24.8966485Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.8972582Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.8978137Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.8989361Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.8995729Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.9028210Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:22:24.9034271Z creating build\bdist.win-amd64\wheel\torch\special 2025-03-14T04:22:24.9045213Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-03-14T04:22:24.9045962Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:24.9053802Z creating build\bdist.win-amd64\wheel\torch\test 2025-03-14T04:22:24.9060884Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9070683Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9079998Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9088642Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9103947Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9112778Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9121403Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9129885Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9138785Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9147604Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9156667Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9165137Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9174139Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9183015Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9191269Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9200478Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9209027Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9217495Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9231512Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9240388Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9248798Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9257410Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9265975Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9274421Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9283937Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9292128Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9305358Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9313394Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9328775Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9337030Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9345416Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9353736Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9362193Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9370513Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9379259Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9396428Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9406745Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9416123Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9425737Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9434639Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9448687Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9456772Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9464943Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9473234Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9489605Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9498447Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9506714Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9514774Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9523456Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9532262Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9540729Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9549128Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9696233Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9705210Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9728998Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9738224Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9747318Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9758952Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9769039Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9777589Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9786986Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9800318Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9809507Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9818704Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9828272Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9837498Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9849001Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9858880Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9872715Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9887957Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9900762Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9912470Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9921822Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9930611Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9940971Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9953328Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9964877Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9974027Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9983800Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:24.9992795Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0002042Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0010932Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0020120Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0029627Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0038635Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0047035Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0060130Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0082748Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0091667Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0101944Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0111318Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0120474Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0130180Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0139350Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0148976Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0158645Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0167653Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0178876Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0188458Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0195707Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0205361Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0215054Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0224670Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0231787Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0267824Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0277025Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:22:25.0286670Z creating build\bdist.win-amd64\wheel\torch\testing 2025-03-14T04:22:25.0290395Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:22:25.0296721Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:22:25.0303494Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-03-14T04:22:25.0307422Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0313272Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0319282Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0329945Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-03-14T04:22:25.0332940Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-03-14T04:22:25.0338298Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0343916Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0350715Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0357255Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0362728Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0368214Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0375196Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0380920Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0397815Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0403461Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0411222Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0418837Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0426315Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0432028Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0439513Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0465127Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0470873Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0479331Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0485411Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0491324Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0496915Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-03-14T04:22:25.0500266Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:22:25.0505479Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:22:25.0510900Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:22:25.0516554Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-03-14T04:22:25.0519699Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0525109Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0530736Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0540876Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0550629Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0562309Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0568597Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0575403Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-03-14T04:22:25.0579057Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-03-14T04:22:25.0582934Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-03-14T04:22:25.0589979Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-03-14T04:22:25.0594969Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2025-03-14T04:22:25.0599607Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0603370Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0610320Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0616392Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:22:25.0619829Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:22:25.0625448Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:22:25.0631057Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:22:25.0635518Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0646583Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0651149Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:22:25.0654795Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:22:25.0660233Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:22:25.0667195Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:22:25.0672751Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:22:25.0676584Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0681807Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0689660Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0695047Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:22:25.0699519Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0705310Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-03-14T04:22:25.0708596Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:22:25.0712132Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:22:25.0717815Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:22:25.0723566Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:22:25.0729617Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\test_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-03-14T04:22:25.0734540Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-03-14T04:22:25.0739740Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-03-14T04:22:25.0743224Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-03-14T04:22:25.0749452Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-03-14T04:22:25.0753975Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:22:25.0758689Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0764136Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0769568Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0774954Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0784016Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0789301Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-03-14T04:22:25.0792657Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-03-14T04:22:25.0803168Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-03-14T04:22:25.0807489Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0813076Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0818511Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0823982Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0829951Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0835972Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0841385Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0847334Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-03-14T04:22:25.0854266Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:22:25.0861380Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0864882Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0870984Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0877296Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0883355Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0888588Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0894648Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0904940Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0910330Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:22:25.0916439Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:22:25.0922257Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:22:25.0927744Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:22:25.0934838Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-03-14T04:22:25.0939348Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0945579Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0951106Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0959588Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0971692Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0979290Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:22:25.0983580Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0989037Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.0995211Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.1000867Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-03-14T04:22:25.1004389Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:22:25.1009766Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\no_future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:22:25.1014930Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:22:25.1019296Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.1024922Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.1030844Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.1036622Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:22:25.1040991Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:22:25.1050108Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:22:25.1054922Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.1060995Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.1066105Z creating build\bdist.win-amd64\wheel\torch\utils 2025-03-14T04:22:25.1069256Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-03-14T04:22:25.1072393Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-03-14T04:22:25.1077206Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1082942Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-03-14T04:22:25.1086243Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-03-14T04:22:25.1089502Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1094859Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1100052Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1105784Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1111084Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1123023Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1128489Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:22:25.1133042Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1136335Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1141708Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1147125Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1152469Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1161869Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1197808Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:22:25.1202404Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-03-14T04:22:25.1205654Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1211121Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1216527Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1222274Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1227644Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1233393Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1243635Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1248811Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1254902Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1258304Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1263847Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1269243Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1279883Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1285805Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1295221Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:22:25.1299471Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1304984Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:22:25.1309448Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-03-14T04:22:25.1314575Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-03-14T04:22:25.1321992Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-14T04:22:25.1326603Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-14T04:22:25.1332400Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1338404Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1344935Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1351863Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1357494Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1364491Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-03-14T04:22:25.1367895Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1373662Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1380814Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-03-14T04:22:25.1384351Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1388388Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1394269Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1400291Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1410502Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1415869Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:22:25.1421256Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1427930Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1434420Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1440205Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1448683Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1454022Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1459934Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1465712Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1478259Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1484077Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1490002Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1496026Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1501666Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1507706Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1513118Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1518398Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:22:25.1524016Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1527819Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1533141Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1538765Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1562590Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1572604Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1578653Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:22:25.1584729Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-03-14T04:22:25.1588430Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:22:25.1594431Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:22:25.1600220Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:22:25.1605959Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:22:25.1610878Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1632504Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1637864Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1643703Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:22:25.1649420Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1660258Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1665816Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1671132Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1676368Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1681917Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-03-14T04:22:25.1685067Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1690313Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1695467Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1700788Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1706595Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1716139Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:22:25.1721605Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:22:25.1726888Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1732154Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1737410Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1742957Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1749115Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-03-14T04:22:25.1752318Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:22:25.1757860Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:22:25.1767191Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:22:25.1773217Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:22:25.1783672Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:22:25.1788966Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1794924Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-03-14T04:22:25.1798397Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-14T04:22:25.1804354Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-14T04:22:25.1809026Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1814489Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1820231Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-03-14T04:22:25.1824197Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1830415Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1836101Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1842150Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1847579Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1857295Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:22:25.1862606Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1868230Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1878246Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-03-14T04:22:25.1881615Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-14T04:22:25.1886930Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-14T04:22:25.1891852Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.1897253Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-03-14T04:22:25.1900430Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1906401Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1912231Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1917690Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1927049Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1932588Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1938685Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.1996918Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.2001987Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:22:25.2007063Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2012530Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-03-14T04:22:25.2015725Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-14T04:22:25.2021471Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-14T04:22:25.2025944Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2031364Z copying build\lib.win-amd64-cpython-39\torch\utils\_appending_byte_serializer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2036652Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2042524Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2048599Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2054028Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2063926Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2069348Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2074719Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2080261Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2086196Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2097943Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2098794Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2102306Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2107706Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2112923Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2122718Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2128052Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2133309Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2138773Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2144289Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2150322Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2156487Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2161946Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-03-14T04:22:25.2165350Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-14T04:22:25.2170786Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-14T04:22:25.2175300Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-03-14T04:22:25.2178495Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2185547Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2190847Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2196815Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2203146Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2213958Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2219252Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2225462Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2229999Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2236796Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:22:25.2240444Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2245651Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2255180Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2260491Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2266283Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2271837Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:22:25.2277403Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2282806Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-03-14T04:22:25.2285893Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2291686Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2297289Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2302886Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2308599Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2314198Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:22:25.2324469Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2330646Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-03-14T04:22:25.2334121Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-03-14T04:22:25.2340461Z creating build\bdist.win-amd64\wheel\torch\_C 2025-03-14T04:22:25.2343787Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2349024Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2354138Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2359138Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2364325Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2373789Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2379168Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2385398Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2391720Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2397456Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2402812Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2408303Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2414101Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2419272Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2424401Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2430054Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2435983Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2441557Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2446832Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2485931Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2491254Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2497241Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2514144Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2519493Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:22:25.2533073Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2538633Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2544345Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2549476Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-03-14T04:22:25.2552685Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:22:25.2558387Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:22:25.2565773Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:22:25.2569527Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2575582Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-03-14T04:22:25.2579232Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:22:25.2588215Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:22:25.2594829Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:22:25.2605584Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:22:25.2611887Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.2641179Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-03-14T04:22:25.2649843Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-14T04:22:25.2650691Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-14T04:22:25.2656183Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-03-14T04:22:25.2659474Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-03-14T04:22:25.2662857Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2669712Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2675274Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2681022Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2691052Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2696328Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2701643Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2706986Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2712272Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2717792Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2723127Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:22:25.2727434Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2733204Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2739774Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2749312Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2754442Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2760498Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2765963Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2772296Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2777804Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2783689Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2790196Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2795941Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2801393Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2807397Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2813569Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2819315Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2824707Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2831243Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2837157Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2842992Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2848440Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_hints.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2857752Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2863364Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2868860Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2875971Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2881224Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2887450Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2892436Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2898686Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2905272Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2911468Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-03-14T04:22:25.2914732Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2920182Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2925713Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\fx.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2931056Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2940648Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2946250Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2951470Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2957134Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2962305Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2967218Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:22:25.2972749Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2981873Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.2987782Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-03-14T04:22:25.2991080Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:22:25.2997186Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:22:25.3003058Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:22:25.3009120Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:22:25.3013735Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3020557Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3026822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3032818Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3040795Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3046356Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3052344Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3058011Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3063827Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3075731Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3081330Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3089358Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-03-14T04:22:25.3111402Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3117238Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3124626Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3131052Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3136580Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3147280Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3153413Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3159430Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3166044Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3173188Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3178917Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3184355Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3190416Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3197023Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3203300Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3209204Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3214463Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3220509Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3226923Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3247186Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3253332Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3259725Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:22:25.3265282Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3277937Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:22:25.3283890Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.3289250Z creating build\bdist.win-amd64\wheel\torch\_export 2025-03-14T04:22:25.3292720Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3299463Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-03-14T04:22:25.3302609Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:22:25.3309117Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-03-14T04:22:25.3313757Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3319284Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3324238Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3334163Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3339841Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3345649Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3369425Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_closed_over_variable.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3374579Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3379940Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3386215Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_size_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3391870Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_value_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3428939Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3434399Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3440091Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3445727Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3451228Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_if_guard.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3456698Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3462275Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3471859Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3477471Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3482583Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3488100Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3493541Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3498816Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3504373Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3509761Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3518852Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3524132Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3529459Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3535307Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3540613Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3545999Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3551282Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3556601Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3562342Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3571331Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3576672Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:22:25.3582291Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:22:25.3587921Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:22:25.3593591Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:22:25.3599289Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3605156Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3611862Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-03-14T04:22:25.3620262Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3653893Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3659381Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3668837Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3674227Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3679655Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3685256Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3690786Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3696521Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3702807Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3708589Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3713955Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3719536Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3724985Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:22:25.3730048Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3736409Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-03-14T04:22:25.3739578Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:22:25.3745937Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:22:25.3751176Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:22:25.3755744Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-03-14T04:22:25.3758955Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3764019Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3769579Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3775133Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3784352Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3789868Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3796222Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3803984Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3809299Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:22:25.3813599Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3819070Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3825413Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3831917Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3837136Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:22:25.3843098Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-03-14T04:22:25.3846358Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3852807Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3858867Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3864876Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3876203Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3881719Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3887242Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3893494Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3898881Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3904635Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3911231Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3916975Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3923219Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3929344Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3935532Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3940738Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3946343Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3951987Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3958082Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3964001Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.3969971Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.3977591Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.3983031Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.3988936Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.3998947Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.4004277Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:22:25.4009396Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4013104Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4019565Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4025812Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4035744Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4041702Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4047531Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4054092Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4059566Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4066543Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4072931Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4078453Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4084540Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4091261Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4108759Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:22:25.4109713Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:22:25.4110504Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:25.4115224Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-03-14T04:22:25.4118850Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\aoti_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4124439Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4130313Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4140891Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\base_hop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4146478Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4152268Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4158030Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4163141Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flat_apply.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4168463Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4200445Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4205814Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4211212Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4216573Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4221885Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4227438Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4232680Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4238496Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4244201Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4249483Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4256116Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4262182Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.4268704Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.5059343Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\_invoke_quant.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.5064714Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:22:25.5071197Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-03-14T04:22:25.5074712Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5080144Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5085916Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5096868Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5100151Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5103542Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5109132Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5114875Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5124706Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5130478Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5135999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:22:25.5140308Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5145804Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5156689Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5162233Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5168307Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:22:25.5171954Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5177802Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5183052Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5188580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5196130Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-03-14T04:22:25.5199430Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5205090Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:22:25.5208376Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:22:25.5213761Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5219019Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5230090Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5237957Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5243462Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5249538Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5256073Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5262011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5268566Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5274664Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5280031Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5285835Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5291988Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5299064Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5305200Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5311457Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5316964Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5321617Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5327239Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5332470Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5338456Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5348925Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:22:25.5352461Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:22:25.5358019Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:22:25.5362229Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5367919Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5373390Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5380228Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:22:25.5384841Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5394069Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5399456Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5406030Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5412094Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5418301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5423897Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5429821Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5433428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5439409Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5444765Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5456142Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5461741Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5467398Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5473386Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5479134Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5484774Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5490345Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:22:25.5494878Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5501874Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5507999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5516017Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5527858Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5539666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5545423Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5552831Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-03-14T04:22:25.5556234Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-03-14T04:22:25.5562004Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-03-14T04:22:25.5566574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:22:25.5571176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5577126Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5582934Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5593083Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5599464Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5607801Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_ext.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5614408Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_subproc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5620731Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-03-14T04:22:25.5624759Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:22:25.5630720Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:22:25.5636232Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:22:25.5640494Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:22:25.5647268Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5653901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5659296Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5665732Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5676474Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5700967Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5706515Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5712079Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5718040Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5724121Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5730202Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5735783Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5741301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5746697Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5752302Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5761766Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.5767997Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-03-14T04:22:25.5771494Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5777192Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5783369Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5789459Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5799163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5804859Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5810359Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5815811Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5821656Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5828072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5835043Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5841087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5846690Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5852889Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5858310Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5864151Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5870513Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5876544Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5883703Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5889852Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.5900428Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5903787Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5931176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5936811Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5946594Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5953237Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5959036Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5964676Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5970617Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5976249Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5981948Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5988085Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.5994473Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6000480Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6006633Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6012586Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6019121Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6024941Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6031359Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6037051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6046967Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6052871Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6058927Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6064797Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:22:25.6069150Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.6076412Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:22:25.6080878Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6086267Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6093346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6098614Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6104812Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6111188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6119883Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6125736Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-03-14T04:22:25.6128916Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6134629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6140515Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6147389Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6152999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6165064Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6170899Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6176325Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6182150Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:22:25.6187237Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6193344Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6201490Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6207188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6216768Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6223015Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6229395Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6234969Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6241263Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6246671Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6253059Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-03-14T04:22:25.6256487Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:22:25.6284831Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:22:25.6290260Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:22:25.6295314Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:22:25.6300430Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6307005Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6312783Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6325913Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-03-14T04:22:25.6329185Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6335521Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6341156Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6346499Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6356462Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6361810Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6373602Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6374614Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6379720Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6385677Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6391734Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6398684Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:22:25.6403087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6410831Z copying build\lib.win-amd64-cpython-39\torch\_inductor\script.ld -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6416512Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6423311Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6429333Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6434763Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6440345Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6446109Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6451852Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:25.6458504Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:26.1645636Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:26.1654317Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:22:26.1656427Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.1663895Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-03-14T04:22:26.1667503Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1673019Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1678751Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1683716Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1689105Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1789717Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1797002Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1803506Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1808934Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1814494Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1819787Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:22:26.1826124Z creating build\bdist.win-amd64\wheel\torch\_library 2025-03-14T04:22:26.1829414Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1834762Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1840763Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1846066Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1923917Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1929148Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1934757Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1940238Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1946337Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:22:26.1951625Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7029148Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7035853Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-03-14T04:22:26.7039876Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:22:26.7045597Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:22:26.7051154Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:22:26.7057275Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:22:26.7196035Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:22:26.7201869Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7208853Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7218725Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7225007Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-03-14T04:22:26.7227915Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7233352Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7238520Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7244016Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-03-14T04:22:26.7247330Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-14T04:22:26.7253744Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-14T04:22:26.7259272Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7264942Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7380104Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7385385Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7390835Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7396245Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7402609Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7408184Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7413561Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7418963Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7424656Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7430156Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7435361Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7440930Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:22:26.7445770Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:26.7452124Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-03-14T04:22:26.7455382Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:22:26.7460658Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:22:26.7640457Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:22:26.7645534Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:22:26.7651219Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:22:27.2843297Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-03-14T04:22:27.2846758Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-14T04:22:27.2852851Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-14T04:22:27.2859430Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.2865373Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-03-14T04:22:27.2868504Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:22:27.2874460Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-03-14T04:22:27.2878028Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-03-14T04:22:27.2883245Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-03-14T04:22:27.2886351Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-03-14T04:22:27.2889574Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-03-14T04:22:27.2895448Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-03-14T04:22:27.2900808Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-03-14T04:22:27.2904026Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-03-14T04:22:27.2909352Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:22:27.2914592Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:22:27.3216443Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.3222421Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.3227848Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6625956Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6631767Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-03-14T04:22:27.6635509Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:22:27.6641393Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:22:27.6647169Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:22:27.6657201Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-03-14T04:22:27.6660608Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6667071Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6673820Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6683732Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6689774Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6696458Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6702259Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6707859Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:22:27.6712882Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6719428Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6727124Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6733578Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6738055Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6749157Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6755426Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6765778Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-03-14T04:22:27.6769370Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-03-14T04:22:27.6772663Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:22:27.6778647Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:22:27.6784116Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:22:27.6789237Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-03-14T04:22:27.6793441Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6798664Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6815245Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6820885Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6827002Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6832312Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6837683Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:22:27.6854432Z creating build\bdist.win-amd64\wheel\torchgen 2025-03-14T04:22:27.6857650Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-03-14T04:22:27.6860772Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-14T04:22:27.6866917Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-14T04:22:27.6870937Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-03-14T04:22:27.6873980Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6879990Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6885758Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6891027Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6896532Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6907074Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6911974Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6917121Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6923388Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6929020Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6934944Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-03-14T04:22:27.6938130Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:22:27.6943499Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:22:27.6948690Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:22:27.6953934Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:22:27.6958997Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6964218Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6969545Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:22:27.6989557Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.6994718Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7000062Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-03-14T04:22:27.7003204Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7009189Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7014397Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7019689Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7030626Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7036323Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:22:27.7041704Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-03-14T04:22:27.7049722Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-03-14T04:22:27.7053213Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:22:27.7058438Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:22:27.7063998Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-03-14T04:22:27.7067217Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:22:27.7072392Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:22:27.7077401Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:22:27.7082140Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:22:27.7087492Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:22:27.7091693Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:22:27.7096871Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:22:27.7102114Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:22:27.7106458Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7113330Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7119109Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7124897Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7130948Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7137143Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7143129Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7148561Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7154130Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7159335Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7166324Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7172347Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-03-14T04:22:27.7186419Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:22:27.7187757Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:22:27.7188878Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:22:27.7348513Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-03-14T04:22:27.7351342Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-03-14T04:22:27.7354554Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-03-14T04:22:27.7357966Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-03-14T04:22:27.7369151Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-03-14T04:22:27.7375645Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7379058Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7384662Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7390216Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7399763Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7405269Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7410683Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7416119Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7421266Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7426401Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7431440Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7436493Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7441806Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7447348Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7452835Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7457829Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7463021Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7468556Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7473734Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7479226Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7488533Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7493851Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7498846Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7503985Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7509478Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7514600Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7520058Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7526108Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7531911Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7537286Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7546998Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7552427Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7557889Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7563116Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7569191Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7574707Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7579961Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7585998Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7591439Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7600888Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:22:27.7606670Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-03-14T04:22:27.7609924Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7615171Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7620118Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7625558Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7630962Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7643900Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7649301Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7654761Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7661042Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7667332Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7673426Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7679515Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7686164Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7692977Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7698525Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7705112Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7710981Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7714636Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7720104Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7725338Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7734767Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7740219Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7745929Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7751475Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7757523Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7763464Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7769750Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7775844Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7781681Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7787620Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7793088Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7798887Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7804589Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7810121Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7821224Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7827161Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7832740Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7838337Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7843725Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7848887Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:22:27.7854165Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:22:27.7858904Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-03-14T04:22:27.7862446Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:22:27.7867935Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:22:27.7873240Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:22:27.7877761Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-03-14T04:22:27.7880993Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:22:27.7886962Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:22:27.7892709Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:22:27.7902482Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:22:27.7906893Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7912636Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7921830Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:22:27.7932960Z running install_egg_info 2025-03-14T04:22:27.8076770Z running egg_info 2025-03-14T04:22:27.8155563Z creating torch.egg-info 2025-03-14T04:22:27.8158255Z writing torch.egg-info\PKG-INFO 2025-03-14T04:22:27.8184585Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-03-14T04:22:27.8188769Z writing entry points to torch.egg-info\entry_points.txt 2025-03-14T04:22:27.8200829Z writing requirements to torch.egg-info\requires.txt 2025-03-14T04:22:27.8204925Z writing top-level names to torch.egg-info\top_level.txt 2025-03-14T04:22:27.8208099Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:22:28.7072464Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:22:28.7077959Z reading manifest template 'MANIFEST.in' 2025-03-14T04:22:31.4656648Z warning: no files found matching '*.*' under directory 'ios' 2025-03-14T04:23:00.0116459Z warning: no files found matching '*.*' under directory 'modules' 2025-03-14T04:23:00.2079852Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-03-14T04:23:00.3547972Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-03-14T04:23:00.5014586Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-03-14T04:23:00.6482364Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-03-14T04:23:01.0563809Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-03-14T04:23:01.0564996Z adding license file 'LICENSE' 2025-03-14T04:23:01.0565334Z adding license file 'NOTICE' 2025-03-14T04:23:08.3547300Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:23:08.4082623Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.8.0a0+gitaed0b7a-py3.9.egg-info 2025-03-14T04:23:08.4195872Z running install_scripts 2025-03-14T04:23:08.4213720Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-03-14T04:23:08.4214729Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-03-14T04:23:08.4327292Z creating build\bdist.win-amd64\wheel\torch-2.8.0a0+gitaed0b7a.dist-info\WHEEL 2025-03-14T04:23:08.4341287Z creating 'dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-03-14T04:23:08.4577559Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-03-14T04:23:08.4601053Z adding 'functorch/__init__.py' 2025-03-14T04:23:08.4605242Z adding 'functorch/_src/__init__.py' 2025-03-14T04:23:08.4608718Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-03-14T04:23:08.4613042Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-03-14T04:23:08.4657866Z adding 'functorch/_src/make_functional/__init__.py' 2025-03-14T04:23:08.4661937Z adding 'functorch/_src/vmap/__init__.py' 2025-03-14T04:23:08.4666030Z adding 'functorch/compile/__init__.py' 2025-03-14T04:23:08.4671020Z adding 'functorch/dim/__init__.py' 2025-03-14T04:23:08.4674347Z adding 'functorch/dim/batch_tensor.py' 2025-03-14T04:23:08.4677862Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-03-14T04:23:08.4681609Z adding 'functorch/dim/dim.py' 2025-03-14T04:23:08.4684995Z adding 'functorch/dim/magic_trace.py' 2025-03-14T04:23:08.4689137Z adding 'functorch/dim/op_properties.py' 2025-03-14T04:23:08.4698580Z adding 'functorch/dim/reference.py' 2025-03-14T04:23:08.4702253Z adding 'functorch/dim/tree_map.py' 2025-03-14T04:23:08.4705627Z adding 'functorch/dim/wrap_type.py' 2025-03-14T04:23:08.4709343Z adding 'functorch/einops/__init__.py' 2025-03-14T04:23:08.4715305Z adding 'functorch/einops/_parsing.py' 2025-03-14T04:23:08.4720498Z adding 'functorch/einops/rearrange.py' 2025-03-14T04:23:08.4724503Z adding 'functorch/experimental/__init__.py' 2025-03-14T04:23:08.4727423Z adding 'functorch/experimental/control_flow.py' 2025-03-14T04:23:08.4730145Z adding 'functorch/experimental/ops.py' 2025-03-14T04:23:08.4738660Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-03-14T04:23:08.4742173Z adding 'torch/_VF.py' 2025-03-14T04:23:08.4966121Z adding 'torch/_VF.pyi' 2025-03-14T04:23:08.4996213Z adding 'torch/__config__.py' 2025-03-14T04:23:08.4999627Z adding 'torch/__future__.py' 2025-03-14T04:23:08.5036634Z adding 'torch/__init__.py' 2025-03-14T04:23:08.5047142Z adding 'torch/_appdirs.py' 2025-03-14T04:23:08.5051210Z adding 'torch/_classes.py' 2025-03-14T04:23:08.5054584Z adding 'torch/_compile.py' 2025-03-14T04:23:08.5060455Z adding 'torch/_custom_ops.py' 2025-03-14T04:23:08.5064646Z adding 'torch/_deploy.py' 2025-03-14T04:23:08.5067571Z adding 'torch/_environment.py' 2025-03-14T04:23:08.5081482Z adding 'torch/_guards.py' 2025-03-14T04:23:08.5104305Z adding 'torch/_jit_internal.py' 2025-03-14T04:23:08.5109626Z adding 'torch/_linalg_utils.py' 2025-03-14T04:23:08.5125721Z adding 'torch/_lobpcg.py' 2025-03-14T04:23:08.5132272Z adding 'torch/_lowrank.py' 2025-03-14T04:23:08.5204016Z adding 'torch/_meta_registrations.py' 2025-03-14T04:23:08.5213677Z adding 'torch/_namedtensor_internals.py' 2025-03-14T04:23:08.5234776Z adding 'torch/_ops.py' 2025-03-14T04:23:08.5240936Z adding 'torch/_python_dispatcher.py' 2025-03-14T04:23:08.5244521Z adding 'torch/_size_docs.py' 2025-03-14T04:23:08.5248737Z adding 'torch/_sources.py' 2025-03-14T04:23:08.5252189Z adding 'torch/_storage_docs.py' 2025-03-14T04:23:08.5255315Z adding 'torch/_streambase.py' 2025-03-14T04:23:08.5279903Z adding 'torch/_tensor.py' 2025-03-14T04:23:08.5326517Z adding 'torch/_tensor_docs.py' 2025-03-14T04:23:08.5340206Z adding 'torch/_tensor_str.py' 2025-03-14T04:23:08.5344049Z adding 'torch/_thread_safe_fork.py' 2025-03-14T04:23:08.5479887Z adding 'torch/_torch_docs.py' 2025-03-14T04:23:08.5505509Z adding 'torch/_utils.py' 2025-03-14T04:23:08.5511866Z adding 'torch/_utils_internal.py' 2025-03-14T04:23:08.5517519Z adding 'torch/_vmap_internals.py' 2025-03-14T04:23:08.5525787Z adding 'torch/_weights_only_unpickler.py' 2025-03-14T04:23:08.5557622Z adding 'torch/functional.py' 2025-03-14T04:23:08.5572456Z adding 'torch/hub.py' 2025-03-14T04:23:08.5594637Z adding 'torch/library.py' 2025-03-14T04:23:08.5622824Z adding 'torch/overrides.py' 2025-03-14T04:23:08.5628258Z adding 'torch/py.typed' 2025-03-14T04:23:08.5633039Z adding 'torch/quasirandom.py' 2025-03-14T04:23:08.5637992Z adding 'torch/random.py' 2025-03-14T04:23:08.5641613Z adding 'torch/return_types.py' 2025-03-14T04:23:08.5645995Z adding 'torch/return_types.pyi' 2025-03-14T04:23:08.5675790Z adding 'torch/serialization.py' 2025-03-14T04:23:08.5692986Z adding 'torch/storage.py' 2025-03-14T04:23:08.5697973Z adding 'torch/torch_version.py' 2025-03-14T04:23:08.5701948Z adding 'torch/types.py' 2025-03-14T04:23:08.5705293Z adding 'torch/version.py' 2025-03-14T04:23:08.5926267Z adding 'torch/_C/_VariableFunctions.pyi' 2025-03-14T04:23:08.6041229Z adding 'torch/_C/__init__.pyi' 2025-03-14T04:23:08.6053546Z adding 'torch/_C/_aoti.pyi' 2025-03-14T04:23:08.6057415Z adding 'torch/_C/_autograd.pyi' 2025-03-14T04:23:08.6060533Z adding 'torch/_C/_cpu.pyi' 2025-03-14T04:23:08.6063544Z adding 'torch/_C/_cudnn.pyi' 2025-03-14T04:23:08.6066461Z adding 'torch/_C/_cusparselt.pyi' 2025-03-14T04:23:08.6069426Z adding 'torch/_C/_distributed_autograd.pyi' 2025-03-14T04:23:08.6076724Z adding 'torch/_C/_distributed_c10d.pyi' 2025-03-14T04:23:08.6081394Z adding 'torch/_C/_distributed_rpc.pyi' 2025-03-14T04:23:08.6084762Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-03-14T04:23:08.6087667Z adding 'torch/_C/_export.pyi' 2025-03-14T04:23:08.6090675Z adding 'torch/_C/_functions.pyi' 2025-03-14T04:23:08.6094131Z adding 'torch/_C/_functorch.pyi' 2025-03-14T04:23:08.6097156Z adding 'torch/_C/_instruction_counter.pyi' 2025-03-14T04:23:08.6100014Z adding 'torch/_C/_itt.pyi' 2025-03-14T04:23:08.6103161Z adding 'torch/_C/_lazy.pyi' 2025-03-14T04:23:08.6106124Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-03-14T04:23:08.6109338Z adding 'torch/_C/_monitor.pyi' 2025-03-14T04:23:08.6113004Z adding 'torch/_C/_nn.pyi' 2025-03-14T04:23:08.6116068Z adding 'torch/_C/_nvtx.pyi' 2025-03-14T04:23:08.6119231Z adding 'torch/_C/_onnx.pyi' 2025-03-14T04:23:08.6123495Z adding 'torch/_C/_profiler.pyi' 2025-03-14T04:23:08.6126570Z adding 'torch/_C/_verbose.pyi' 2025-03-14T04:23:08.6130674Z adding 'torch/_awaits/__init__.py' 2025-03-14T04:23:08.6134309Z adding 'torch/_custom_op/__init__.py' 2025-03-14T04:23:08.6139864Z adding 'torch/_custom_op/autograd.py' 2025-03-14T04:23:08.6149860Z adding 'torch/_custom_op/impl.py' 2025-03-14T04:23:08.6158364Z adding 'torch/_decomp/__init__.py' 2025-03-14T04:23:08.6216964Z adding 'torch/_decomp/decompositions.py' 2025-03-14T04:23:08.6226874Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-03-14T04:23:08.6232249Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-03-14T04:23:08.6236120Z adding 'torch/_dispatch/__init__.py' 2025-03-14T04:23:08.6240509Z adding 'torch/_dispatch/python.py' 2025-03-14T04:23:08.6246357Z adding 'torch/_dynamo/__init__.py' 2025-03-14T04:23:08.6251894Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-03-14T04:23:08.6257023Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-03-14T04:23:08.6278588Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-03-14T04:23:08.6285001Z adding 'torch/_dynamo/cache_size.py' 2025-03-14T04:23:08.6289171Z adding 'torch/_dynamo/callback.py' 2025-03-14T04:23:08.6292697Z adding 'torch/_dynamo/code_context.py' 2025-03-14T04:23:08.6302627Z adding 'torch/_dynamo/codegen.py' 2025-03-14T04:23:08.6321387Z adding 'torch/_dynamo/compiled_autograd.py' 2025-03-14T04:23:08.6330994Z adding 'torch/_dynamo/comptime.py' 2025-03-14T04:23:08.6345215Z adding 'torch/_dynamo/config.py' 2025-03-14T04:23:08.6366822Z adding 'torch/_dynamo/convert_frame.py' 2025-03-14T04:23:08.6372046Z adding 'torch/_dynamo/create_parameter_op.py' 2025-03-14T04:23:08.6375386Z adding 'torch/_dynamo/current_scope_id.py' 2025-03-14T04:23:08.6388086Z adding 'torch/_dynamo/debug_utils.py' 2025-03-14T04:23:08.6399280Z adding 'torch/_dynamo/decorators.py' 2025-03-14T04:23:08.6405765Z adding 'torch/_dynamo/device_interface.py' 2025-03-14T04:23:08.6409695Z adding 'torch/_dynamo/distributed.py' 2025-03-14T04:23:08.6437168Z adding 'torch/_dynamo/eval_frame.py' 2025-03-14T04:23:08.6448053Z adding 'torch/_dynamo/exc.py' 2025-03-14T04:23:08.6453045Z adding 'torch/_dynamo/external_utils.py' 2025-03-14T04:23:08.6457003Z adding 'torch/_dynamo/funcname_cache.py' 2025-03-14T04:23:08.6460220Z adding 'torch/_dynamo/graph_break_hints.py' 2025-03-14T04:23:08.6465764Z adding 'torch/_dynamo/graph_deduplication.py' 2025-03-14T04:23:08.6472608Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-03-14T04:23:08.6515732Z adding 'torch/_dynamo/guards.py' 2025-03-14T04:23:08.6521693Z adding 'torch/_dynamo/hooks.py' 2025-03-14T04:23:08.6525186Z adding 'torch/_dynamo/logging.py' 2025-03-14T04:23:08.6529691Z adding 'torch/_dynamo/metrics_context.py' 2025-03-14T04:23:08.6534011Z adding 'torch/_dynamo/mutation_guard.py' 2025-03-14T04:23:08.6576848Z adding 'torch/_dynamo/output_graph.py' 2025-03-14T04:23:08.6589795Z adding 'torch/_dynamo/pgo.py' 2025-03-14T04:23:08.6594723Z adding 'torch/_dynamo/profiler.py' 2025-03-14T04:23:08.6598587Z adding 'torch/_dynamo/replay_record.py' 2025-03-14T04:23:08.6608062Z adding 'torch/_dynamo/resume_execution.py' 2025-03-14T04:23:08.6623265Z adding 'torch/_dynamo/side_effects.py' 2025-03-14T04:23:08.6632611Z adding 'torch/_dynamo/source.py' 2025-03-14T04:23:08.6688588Z adding 'torch/_dynamo/symbolic_convert.py' 2025-03-14T04:23:08.6695935Z adding 'torch/_dynamo/tensor_version_op.py' 2025-03-14T04:23:08.6699587Z adding 'torch/_dynamo/test_case.py' 2025-03-14T04:23:08.6705663Z adding 'torch/_dynamo/test_minifier_common.py' 2025-03-14T04:23:08.6713091Z adding 'torch/_dynamo/testing.py' 2025-03-14T04:23:08.6750343Z adding 'torch/_dynamo/trace_rules.py' 2025-03-14T04:23:08.6757689Z adding 'torch/_dynamo/types.py' 2025-03-14T04:23:08.6814945Z adding 'torch/_dynamo/utils.py' 2025-03-14T04:23:08.6823238Z adding 'torch/_dynamo/backends/__init__.py' 2025-03-14T04:23:08.6827804Z adding 'torch/_dynamo/backends/common.py' 2025-03-14T04:23:08.6833453Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-03-14T04:23:08.6840546Z adding 'torch/_dynamo/backends/debugging.py' 2025-03-14T04:23:08.6851709Z adding 'torch/_dynamo/backends/distributed.py' 2025-03-14T04:23:08.6855457Z adding 'torch/_dynamo/backends/inductor.py' 2025-03-14T04:23:08.6859176Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-03-14T04:23:08.6863608Z adding 'torch/_dynamo/backends/registry.py' 2025-03-14T04:23:08.6866804Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-03-14T04:23:08.6870099Z adding 'torch/_dynamo/backends/torchxla.py' 2025-03-14T04:23:08.6874832Z adding 'torch/_dynamo/backends/tvm.py' 2025-03-14T04:23:08.6880934Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-03-14T04:23:08.6884622Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-03-14T04:23:08.6887853Z adding 'torch/_dynamo/polyfills/functools.py' 2025-03-14T04:23:08.6890988Z adding 'torch/_dynamo/polyfills/fx.py' 2025-03-14T04:23:08.6895182Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-03-14T04:23:08.6898586Z adding 'torch/_dynamo/polyfills/loader.py' 2025-03-14T04:23:08.6902156Z adding 'torch/_dynamo/polyfills/operator.py' 2025-03-14T04:23:08.6905382Z adding 'torch/_dynamo/polyfills/os.py' 2025-03-14T04:23:08.6911497Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-03-14T04:23:08.6915077Z adding 'torch/_dynamo/polyfills/sys.py' 2025-03-14T04:23:08.6918807Z adding 'torch/_dynamo/repro/__init__.py' 2025-03-14T04:23:08.6931947Z adding 'torch/_dynamo/repro/after_aot.py' 2025-03-14T04:23:08.6940714Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-03-14T04:23:08.6949813Z adding 'torch/_dynamo/repro/aoti.py' 2025-03-14T04:23:08.6955563Z adding 'torch/_dynamo/variables/__init__.py' 2025-03-14T04:23:08.6964213Z adding 'torch/_dynamo/variables/base.py' 2025-03-14T04:23:08.7011466Z adding 'torch/_dynamo/variables/builder.py' 2025-03-14T04:23:08.7040341Z adding 'torch/_dynamo/variables/builtin.py' 2025-03-14T04:23:08.7047607Z adding 'torch/_dynamo/variables/constant.py' 2025-03-14T04:23:08.7060586Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-03-14T04:23:08.7072767Z adding 'torch/_dynamo/variables/dicts.py' 2025-03-14T04:23:08.7079953Z adding 'torch/_dynamo/variables/distributed.py' 2025-03-14T04:23:08.7105730Z adding 'torch/_dynamo/variables/functions.py' 2025-03-14T04:23:08.7142307Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-03-14T04:23:08.7151921Z adding 'torch/_dynamo/variables/iter.py' 2025-03-14T04:23:08.7156887Z adding 'torch/_dynamo/variables/lazy.py' 2025-03-14T04:23:08.7168628Z adding 'torch/_dynamo/variables/lists.py' 2025-03-14T04:23:08.7190042Z adding 'torch/_dynamo/variables/misc.py' 2025-03-14T04:23:08.7210787Z adding 'torch/_dynamo/variables/nn_module.py' 2025-03-14T04:23:08.7219005Z adding 'torch/_dynamo/variables/optimizer.py' 2025-03-14T04:23:08.7223467Z adding 'torch/_dynamo/variables/script_object.py' 2025-03-14T04:23:08.7227073Z adding 'torch/_dynamo/variables/sdpa.py' 2025-03-14T04:23:08.7246123Z adding 'torch/_dynamo/variables/tensor.py' 2025-03-14T04:23:08.7268418Z adding 'torch/_dynamo/variables/torch.py' 2025-03-14T04:23:08.7279167Z adding 'torch/_dynamo/variables/torch_function.py' 2025-03-14T04:23:08.7301181Z adding 'torch/_dynamo/variables/user_defined.py' 2025-03-14T04:23:08.7308292Z adding 'torch/_export/__init__.py' 2025-03-14T04:23:08.7331104Z adding 'torch/_export/converter.py' 2025-03-14T04:23:08.7336042Z adding 'torch/_export/error.py' 2025-03-14T04:23:08.7346907Z adding 'torch/_export/non_strict_utils.py' 2025-03-14T04:23:08.7354156Z adding 'torch/_export/pass_base.py' 2025-03-14T04:23:08.7358663Z adding 'torch/_export/tools.py' 2025-03-14T04:23:08.7381315Z adding 'torch/_export/utils.py' 2025-03-14T04:23:08.7418811Z adding 'torch/_export/verifier.py' 2025-03-14T04:23:08.7419135Z adding 'torch/_export/wrappers.py' 2025-03-14T04:23:08.7419436Z adding 'torch/_export/db/__init__.py' 2025-03-14T04:23:08.7419738Z adding 'torch/_export/db/case.py' 2025-03-14T04:23:08.7420047Z adding 'torch/_export/db/gen_example.py' 2025-03-14T04:23:08.7420369Z adding 'torch/_export/db/logging.py' 2025-03-14T04:23:08.7420681Z adding 'torch/_export/db/examples/__init__.py' 2025-03-14T04:23:08.7421087Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-03-14T04:23:08.7421736Z adding 'torch/_export/db/examples/autograd_function.py' 2025-03-14T04:23:08.7425105Z adding 'torch/_export/db/examples/class_method.py' 2025-03-14T04:23:08.7428384Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-03-14T04:23:08.7431881Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-03-14T04:23:08.7435290Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-03-14T04:23:08.7438551Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-03-14T04:23:08.7442381Z adding 'torch/_export/db/examples/cond_operands.py' 2025-03-14T04:23:08.7444932Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-03-14T04:23:08.7448074Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-03-14T04:23:08.7451178Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-03-14T04:23:08.7454309Z adding 'torch/_export/db/examples/decorator.py' 2025-03-14T04:23:08.7457278Z adding 'torch/_export/db/examples/dictionary.py' 2025-03-14T04:23:08.7460285Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-03-14T04:23:08.7463408Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-03-14T04:23:08.7493839Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-03-14T04:23:08.7496928Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-03-14T04:23:08.7499984Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-03-14T04:23:08.7503094Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-03-14T04:23:08.7506065Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-03-14T04:23:08.7509124Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-03-14T04:23:08.7512195Z adding 'torch/_export/db/examples/list_contains.py' 2025-03-14T04:23:08.7515145Z adding 'torch/_export/db/examples/list_unpack.py' 2025-03-14T04:23:08.7518218Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-03-14T04:23:08.7521200Z adding 'torch/_export/db/examples/nested_function.py' 2025-03-14T04:23:08.7524256Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-03-14T04:23:08.7527224Z adding 'torch/_export/db/examples/optional_input.py' 2025-03-14T04:23:08.7530184Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-03-14T04:23:08.7533174Z adding 'torch/_export/db/examples/scalar_output.py' 2025-03-14T04:23:08.7536199Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-03-14T04:23:08.7539123Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-03-14T04:23:08.7542138Z adding 'torch/_export/db/examples/static_if.py' 2025-03-14T04:23:08.7545089Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-03-14T04:23:08.7548071Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-03-14T04:23:08.7551104Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-03-14T04:23:08.7553953Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-03-14T04:23:08.7557511Z adding 'torch/_export/pass_infra/__init__.py' 2025-03-14T04:23:08.7560558Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-03-14T04:23:08.7563731Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-03-14T04:23:08.7567497Z adding 'torch/_export/passes/__init__.py' 2025-03-14T04:23:08.7571020Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-03-14T04:23:08.7576277Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-03-14T04:23:08.7580697Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-03-14T04:23:08.7586669Z adding 'torch/_export/passes/constant_folding.py' 2025-03-14T04:23:08.7590736Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-03-14T04:23:08.7594052Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-03-14T04:23:08.7600407Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-03-14T04:23:08.7604035Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-03-14T04:23:08.7608607Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-03-14T04:23:08.7617717Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-03-14T04:23:08.7622249Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-03-14T04:23:08.7626205Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-03-14T04:23:08.7631020Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-03-14T04:23:08.7636430Z adding 'torch/_export/serde/__init__.py' 2025-03-14T04:23:08.7639651Z adding 'torch/_export/serde/aoti_schema.py' 2025-03-14T04:23:08.7645937Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-03-14T04:23:08.7651043Z adding 'torch/_export/serde/export_schema.thrift' 2025-03-14T04:23:08.7657725Z adding 'torch/_export/serde/schema.py' 2025-03-14T04:23:08.7663097Z adding 'torch/_export/serde/schema.yaml' 2025-03-14T04:23:08.7672078Z adding 'torch/_export/serde/schema_check.py' 2025-03-14T04:23:08.7717132Z adding 'torch/_export/serde/serialize.py' 2025-03-14T04:23:08.7723915Z adding 'torch/_export/serde/union.py' 2025-03-14T04:23:08.7728142Z adding 'torch/_functorch/__init__.py' 2025-03-14T04:23:08.7755506Z adding 'torch/_functorch/aot_autograd.py' 2025-03-14T04:23:08.7764573Z adding 'torch/_functorch/apis.py' 2025-03-14T04:23:08.7776071Z adding 'torch/_functorch/autograd_function.py' 2025-03-14T04:23:08.7780073Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-03-14T04:23:08.7784694Z adding 'torch/_functorch/benchmark_utils.py' 2025-03-14T04:23:08.7789437Z adding 'torch/_functorch/compile_utils.py' 2025-03-14T04:23:08.7796056Z adding 'torch/_functorch/compilers.py' 2025-03-14T04:23:08.7802939Z adding 'torch/_functorch/config.py' 2025-03-14T04:23:08.7807403Z adding 'torch/_functorch/deprecated.py' 2025-03-14T04:23:08.7839416Z adding 'torch/_functorch/eager_transforms.py' 2025-03-14T04:23:08.7841461Z adding 'torch/_functorch/functional_call.py' 2025-03-14T04:23:08.7848985Z adding 'torch/_functorch/fx_minifier.py' 2025-03-14T04:23:08.7857829Z adding 'torch/_functorch/make_functional.py' 2025-03-14T04:23:08.7888346Z adding 'torch/_functorch/partitioners.py' 2025-03-14T04:23:08.7895426Z adding 'torch/_functorch/pyfunctorch.py' 2025-03-14T04:23:08.7898692Z adding 'torch/_functorch/python_key.py' 2025-03-14T04:23:08.7901770Z adding 'torch/_functorch/pytree_hacks.py' 2025-03-14T04:23:08.7909977Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-03-14T04:23:08.7913678Z adding 'torch/_functorch/utils.py' 2025-03-14T04:23:08.7921857Z adding 'torch/_functorch/vmap.py' 2025-03-14T04:23:08.7926221Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-03-14T04:23:08.7930057Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-03-14T04:23:08.7935688Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-03-14T04:23:08.7939765Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-03-14T04:23:08.7945268Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-03-14T04:23:08.7949785Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-03-14T04:23:08.7963907Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-03-14T04:23:08.7981193Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-03-14T04:23:08.7987737Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-03-14T04:23:08.7996585Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-03-14T04:23:08.8004257Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-03-14T04:23:08.8024621Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-03-14T04:23:08.8030248Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-03-14T04:23:08.8066383Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-03-14T04:23:08.8084711Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-03-14T04:23:08.8089475Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-03-14T04:23:08.8097376Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-03-14T04:23:08.8114817Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-03-14T04:23:08.8124049Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-03-14T04:23:08.8129050Z adding 'torch/_higher_order_ops/__init__.py' 2025-03-14T04:23:08.8132814Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-03-14T04:23:08.8136515Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-03-14T04:23:08.8144477Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-03-14T04:23:08.8154343Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-03-14T04:23:08.8159661Z adding 'torch/_higher_order_ops/base_hop.py' 2025-03-14T04:23:08.8171252Z adding 'torch/_higher_order_ops/cond.py' 2025-03-14T04:23:08.8177873Z adding 'torch/_higher_order_ops/effects.py' 2025-03-14T04:23:08.8182208Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-03-14T04:23:08.8186517Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-03-14T04:23:08.8198630Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-03-14T04:23:08.8202806Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-03-14T04:23:08.8206954Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-03-14T04:23:08.8213072Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-03-14T04:23:08.8218122Z adding 'torch/_higher_order_ops/map.py' 2025-03-14T04:23:08.8223007Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-03-14T04:23:08.8226432Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-03-14T04:23:08.8233691Z adding 'torch/_higher_order_ops/scan.py' 2025-03-14T04:23:08.8238095Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-03-14T04:23:08.8242666Z adding 'torch/_higher_order_ops/torchbind.py' 2025-03-14T04:23:08.8267407Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-03-14T04:23:08.8279765Z adding 'torch/_higher_order_ops/utils.py' 2025-03-14T04:23:08.8288378Z adding 'torch/_higher_order_ops/while_loop.py' 2025-03-14T04:23:08.8294247Z adding 'torch/_higher_order_ops/wrap.py' 2025-03-14T04:23:08.8303341Z adding 'torch/_inductor/__init__.py' 2025-03-14T04:23:08.8308113Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-03-14T04:23:08.8313651Z adding 'torch/_inductor/aoti_eager.py' 2025-03-14T04:23:08.8321204Z adding 'torch/_inductor/async_compile.py' 2025-03-14T04:23:08.8333086Z adding 'torch/_inductor/autotune_process.py' 2025-03-14T04:23:08.8339334Z adding 'torch/_inductor/bounds.py' 2025-03-14T04:23:08.8345537Z adding 'torch/_inductor/choices.py' 2025-03-14T04:23:08.8388575Z adding 'torch/_inductor/codecache.py' 2025-03-14T04:23:08.8396101Z adding 'torch/_inductor/comm_analysis.py' 2025-03-14T04:23:08.8401965Z adding 'torch/_inductor/comm_lowering.py' 2025-03-14T04:23:08.8414000Z adding 'torch/_inductor/comms.py' 2025-03-14T04:23:08.8446462Z adding 'torch/_inductor/compile_fx.py' 2025-03-14T04:23:08.8456868Z adding 'torch/_inductor/compile_fx_ext.py' 2025-03-14T04:23:08.8461267Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-03-14T04:23:08.8469831Z adding 'torch/_inductor/compiler_bisector.py' 2025-03-14T04:23:08.8497350Z adding 'torch/_inductor/config.py' 2025-03-14T04:23:08.8505282Z adding 'torch/_inductor/constant_folding.py' 2025-03-14T04:23:08.8524767Z adding 'torch/_inductor/cpp_builder.py' 2025-03-14T04:23:08.8532294Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-03-14T04:23:08.8571742Z adding 'torch/_inductor/cudagraph_trees.py' 2025-03-14T04:23:08.8580310Z adding 'torch/_inductor/cudagraph_utils.py' 2025-03-14T04:23:08.8584469Z adding 'torch/_inductor/custom_graph_pass.py' 2025-03-14T04:23:08.8596397Z adding 'torch/_inductor/debug.py' 2025-03-14T04:23:08.8609960Z adding 'torch/_inductor/decomposition.py' 2025-03-14T04:23:08.8621719Z adding 'torch/_inductor/dependencies.py' 2025-03-14T04:23:08.8627646Z adding 'torch/_inductor/dtype_propagation.py' 2025-03-14T04:23:08.8631842Z adding 'torch/_inductor/exc.py' 2025-03-14T04:23:08.8635117Z adding 'torch/_inductor/extern_node_serializer.py' 2025-03-14T04:23:08.8640456Z adding 'torch/_inductor/freezing.py' 2025-03-14T04:23:08.8643912Z adding 'torch/_inductor/freezing_utils.py' 2025-03-14T04:23:08.8656863Z adding 'torch/_inductor/fuzzer.py' 2025-03-14T04:23:08.8662972Z adding 'torch/_inductor/fx_utils.py' 2025-03-14T04:23:08.8695860Z adding 'torch/_inductor/graph.py' 2025-03-14T04:23:08.8701405Z adding 'torch/_inductor/hooks.py' 2025-03-14T04:23:08.8707345Z adding 'torch/_inductor/index_propagation.py' 2025-03-14T04:23:08.8712032Z adding 'torch/_inductor/inductor_prims.py' 2025-03-14T04:23:08.8803334Z adding 'torch/_inductor/ir.py' 2025-03-14T04:23:08.8845574Z adding 'torch/_inductor/jagged_lowerings.py' 2025-03-14T04:23:08.8845964Z adding 'torch/_inductor/loop_body.py' 2025-03-14T04:23:08.8903969Z adding 'torch/_inductor/lowering.py' 2025-03-14T04:23:08.8918320Z adding 'torch/_inductor/memory.py' 2025-03-14T04:23:08.8925122Z adding 'torch/_inductor/metrics.py' 2025-03-14T04:23:08.8935377Z adding 'torch/_inductor/mkldnn_ir.py' 2025-03-14T04:23:08.8947578Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-03-14T04:23:08.8953293Z adding 'torch/_inductor/mock_cache.py' 2025-03-14T04:23:08.8964825Z adding 'torch/_inductor/ops_handler.py' 2025-03-14T04:23:08.8969784Z adding 'torch/_inductor/optimize_indexing.py' 2025-03-14T04:23:08.8980076Z adding 'torch/_inductor/output_code.py' 2025-03-14T04:23:08.9008750Z adding 'torch/_inductor/pattern_matcher.py' 2025-03-14T04:23:08.9014723Z adding 'torch/_inductor/quantized_lowerings.py' 2025-03-14T04:23:08.9020810Z adding 'torch/_inductor/remote_cache.py' 2025-03-14T04:23:08.9082276Z adding 'torch/_inductor/scheduler.py' 2025-03-14T04:23:08.9089844Z adding 'torch/_inductor/script.ld' 2025-03-14T04:23:08.9119530Z adding 'torch/_inductor/select_algorithm.py' 2025-03-14T04:23:08.9134256Z adding 'torch/_inductor/sizevars.py' 2025-03-14T04:23:08.9140181Z adding 'torch/_inductor/subgraph_lowering.py' 2025-03-14T04:23:08.9143415Z adding 'torch/_inductor/test_case.py' 2025-03-14T04:23:08.9146606Z adding 'torch/_inductor/test_operators.py' 2025-03-14T04:23:08.9151797Z adding 'torch/_inductor/triton_bundler.py' 2025-03-14T04:23:08.9186217Z adding 'torch/_inductor/utils.py' 2025-03-14T04:23:08.9194373Z adding 'torch/_inductor/virtualized.py' 2025-03-14T04:23:08.9201263Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-03-14T04:23:08.9205544Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-03-14T04:23:08.9211369Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-03-14T04:23:08.9216913Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-03-14T04:23:08.9221173Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-03-14T04:23:08.9225018Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-03-14T04:23:08.9232869Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-03-14T04:23:08.9241050Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-03-14T04:23:08.9245866Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-03-14T04:23:08.9250176Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-03-14T04:23:08.9254110Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-03-14T04:23:08.9257185Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-03-14T04:23:08.9261407Z adding 'torch/_inductor/codegen/__init__.py' 2025-03-14T04:23:08.9264783Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-03-14T04:23:08.9269488Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-03-14T04:23:08.9299119Z adding 'torch/_inductor/codegen/common.py' 2025-03-14T04:23:08.9371465Z adding 'torch/_inductor/codegen/cpp.py' 2025-03-14T04:23:08.9381464Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-03-14T04:23:08.9395266Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-03-14T04:23:08.9416883Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-03-14T04:23:08.9426144Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-03-14T04:23:08.9443713Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-03-14T04:23:08.9456068Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-03-14T04:23:08.9460680Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-03-14T04:23:08.9469394Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-03-14T04:23:08.9480931Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-03-14T04:23:08.9516590Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-03-14T04:23:08.9532437Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-03-14T04:23:08.9541152Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-03-14T04:23:08.9545032Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-03-14T04:23:08.9549333Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-03-14T04:23:08.9554236Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-03-14T04:23:08.9575516Z adding 'torch/_inductor/codegen/halide.py' 2025-03-14T04:23:08.9586580Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-03-14T04:23:08.9596309Z adding 'torch/_inductor/codegen/mps.py' 2025-03-14T04:23:08.9600343Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-03-14T04:23:08.9607131Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-03-14T04:23:08.9637491Z adding 'torch/_inductor/codegen/simd.py' 2025-03-14T04:23:08.9647911Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-03-14T04:23:08.9706187Z adding 'torch/_inductor/codegen/triton.py' 2025-03-14T04:23:08.9724183Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-03-14T04:23:08.9729685Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-03-14T04:23:08.9734480Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-03-14T04:23:08.9774362Z adding 'torch/_inductor/codegen/wrapper.py' 2025-03-14T04:23:08.9783305Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-03-14T04:23:08.9787478Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-03-14T04:23:08.9791608Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-03-14T04:23:08.9795026Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-03-14T04:23:08.9803102Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-03-14T04:23:08.9808921Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-03-14T04:23:08.9815570Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-03-14T04:23:08.9820745Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-03-14T04:23:08.9840922Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-03-14T04:23:08.9846332Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-03-14T04:23:08.9850930Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-03-14T04:23:08.9854795Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-03-14T04:23:08.9863059Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-03-14T04:23:08.9867279Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-03-14T04:23:08.9880000Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-03-14T04:23:08.9890381Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-03-14T04:23:08.9891655Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-03-14T04:23:08.9895654Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-03-14T04:23:08.9901163Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-03-14T04:23:08.9905859Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-03-14T04:23:08.9909260Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-03-14T04:23:08.9912832Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-03-14T04:23:08.9916049Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-03-14T04:23:08.9919644Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-03-14T04:23:08.9923025Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-03-14T04:23:08.9929204Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-03-14T04:23:08.9932793Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-03-14T04:23:08.9936710Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-03-14T04:23:08.9946096Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-03-14T04:23:08.9952941Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-03-14T04:23:08.9961865Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-03-14T04:23:08.9966337Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-03-14T04:23:08.9970047Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-03-14T04:23:08.9975507Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-03-14T04:23:08.9980318Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-03-14T04:23:08.9989164Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-03-14T04:23:09.0005254Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-03-14T04:23:09.0017347Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-03-14T04:23:09.0030024Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-03-14T04:23:09.0034596Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-03-14T04:23:09.0049762Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-03-14T04:23:09.0055774Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-03-14T04:23:09.0066048Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-03-14T04:23:09.0083004Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-03-14T04:23:09.0094997Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-03-14T04:23:09.0127715Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-03-14T04:23:09.0141615Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-03-14T04:23:09.0146661Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-03-14T04:23:09.0179354Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-03-14T04:23:09.0186597Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-03-14T04:23:09.0190716Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-03-14T04:23:09.0195838Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-03-14T04:23:09.0199903Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-03-14T04:23:09.0204747Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-03-14T04:23:09.0208998Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-03-14T04:23:09.0213512Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-03-14T04:23:09.0219670Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-03-14T04:23:09.0225311Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-03-14T04:23:09.0231050Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-03-14T04:23:09.0237013Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-03-14T04:23:09.0242225Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-03-14T04:23:09.0246619Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-03-14T04:23:09.0251310Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-03-14T04:23:09.0256138Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-03-14T04:23:09.0260702Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-03-14T04:23:09.0265362Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-03-14T04:23:09.0270117Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-03-14T04:23:09.0275334Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-03-14T04:23:09.0279589Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-03-14T04:23:09.0283385Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-03-14T04:23:09.0286876Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-03-14T04:23:09.0289979Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-03-14T04:23:09.0293704Z adding 'torch/_inductor/kernel/__init__.py' 2025-03-14T04:23:09.0298695Z adding 'torch/_inductor/kernel/bmm.py' 2025-03-14T04:23:09.0307385Z adding 'torch/_inductor/kernel/conv.py' 2025-03-14T04:23:09.0344938Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-03-14T04:23:09.0351876Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-03-14T04:23:09.0362474Z adding 'torch/_inductor/kernel/mm.py' 2025-03-14T04:23:09.0370675Z adding 'torch/_inductor/kernel/mm_common.py' 2025-03-14T04:23:09.0375911Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-03-14T04:23:09.0384098Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-03-14T04:23:09.0388306Z adding 'torch/_inductor/package/__init__.py' 2025-03-14T04:23:09.0391277Z adding 'torch/_inductor/package/build_package.py' 2025-03-14T04:23:09.0396935Z adding 'torch/_inductor/package/package.py' 2025-03-14T04:23:09.0400406Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-03-14T04:23:09.0404137Z adding 'torch/_inductor/runtime/__init__.py' 2025-03-14T04:23:09.0411870Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-03-14T04:23:09.0417742Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-03-14T04:23:09.0421224Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-03-14T04:23:09.0424782Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-03-14T04:23:09.0430364Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-03-14T04:23:09.0434364Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-03-14T04:23:09.0439139Z adding 'torch/_inductor/runtime/hints.py' 2025-03-14T04:23:09.0443590Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-03-14T04:23:09.0447423Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-03-14T04:23:09.0456424Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-03-14T04:23:09.0488185Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-03-14T04:23:09.0494684Z adding 'torch/_lazy/__init__.py' 2025-03-14T04:23:09.0499034Z adding 'torch/_lazy/closure.py' 2025-03-14T04:23:09.0502356Z adding 'torch/_lazy/computation.py' 2025-03-14T04:23:09.0505440Z adding 'torch/_lazy/config.py' 2025-03-14T04:23:09.0508458Z adding 'torch/_lazy/debug.py' 2025-03-14T04:23:09.0511618Z adding 'torch/_lazy/device_context.py' 2025-03-14T04:23:09.0516876Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-03-14T04:23:09.0520097Z adding 'torch/_lazy/ir_cache.py' 2025-03-14T04:23:09.0523381Z adding 'torch/_lazy/metrics.py' 2025-03-14T04:23:09.0526662Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-03-14T04:23:09.0529347Z adding 'torch/_lazy/ts_backend.py' 2025-03-14T04:23:09.0533188Z adding 'torch/_library/__init__.py' 2025-03-14T04:23:09.0538269Z adding 'torch/_library/autograd.py' 2025-03-14T04:23:09.0551816Z adding 'torch/_library/custom_ops.py' 2025-03-14T04:23:09.0558932Z adding 'torch/_library/fake_class_registry.py' 2025-03-14T04:23:09.0564219Z adding 'torch/_library/fake_impl.py' 2025-03-14T04:23:09.0570553Z adding 'torch/_library/infer_schema.py' 2025-03-14T04:23:09.0574608Z adding 'torch/_library/simple_registry.py' 2025-03-14T04:23:09.0580609Z adding 'torch/_library/triton.py' 2025-03-14T04:23:09.0588966Z adding 'torch/_library/utils.py' 2025-03-14T04:23:09.0593061Z adding 'torch/_logging/__init__.py' 2025-03-14T04:23:09.0611477Z adding 'torch/_logging/_internal.py' 2025-03-14T04:23:09.0617164Z adding 'torch/_logging/_registrations.py' 2025-03-14T04:23:09.0620853Z adding 'torch/_logging/scribe.py' 2025-03-14T04:23:09.0624850Z adding 'torch/_logging/structured.py' 2025-03-14T04:23:09.0629163Z adding 'torch/_numpy/__init__.py' 2025-03-14T04:23:09.0632510Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-03-14T04:23:09.0638672Z adding 'torch/_numpy/_casting_dicts.py' 2025-03-14T04:23:09.0645415Z adding 'torch/_numpy/_dtypes.py' 2025-03-14T04:23:09.0650279Z adding 'torch/_numpy/_dtypes_impl.py' 2025-03-14T04:23:09.0654036Z adding 'torch/_numpy/_funcs.py' 2025-03-14T04:23:09.0676166Z adding 'torch/_numpy/_funcs_impl.py' 2025-03-14T04:23:09.0681894Z adding 'torch/_numpy/_getlimits.py' 2025-03-14T04:23:09.0689224Z adding 'torch/_numpy/_ndarray.py' 2025-03-14T04:23:09.0694636Z adding 'torch/_numpy/_normalizations.py' 2025-03-14T04:23:09.0700364Z adding 'torch/_numpy/_reductions_impl.py' 2025-03-14T04:23:09.0705457Z adding 'torch/_numpy/_ufuncs.py' 2025-03-14T04:23:09.0709024Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-03-14T04:23:09.0714081Z adding 'torch/_numpy/_util.py' 2025-03-14T04:23:09.0717722Z adding 'torch/_numpy/fft.py' 2025-03-14T04:23:09.0721949Z adding 'torch/_numpy/linalg.py' 2025-03-14T04:23:09.0726130Z adding 'torch/_numpy/random.py' 2025-03-14T04:23:09.0730055Z adding 'torch/_numpy/testing/__init__.py' 2025-03-14T04:23:09.0756668Z adding 'torch/_numpy/testing/utils.py' 2025-03-14T04:23:09.0784920Z adding 'torch/_prims/__init__.py' 2025-03-14T04:23:09.0791207Z adding 'torch/_prims/context.py' 2025-03-14T04:23:09.0795257Z adding 'torch/_prims/debug_prims.py' 2025-03-14T04:23:09.0798906Z adding 'torch/_prims/executor.py' 2025-03-14T04:23:09.0804959Z adding 'torch/_prims/rng_prims.py' 2025-03-14T04:23:09.0832378Z adding 'torch/_prims_common/__init__.py' 2025-03-14T04:23:09.0841394Z adding 'torch/_prims_common/wrappers.py' 2025-03-14T04:23:09.0913529Z adding 'torch/_refs/__init__.py' 2025-03-14T04:23:09.0922119Z adding 'torch/_refs/_conversions.py' 2025-03-14T04:23:09.0928670Z adding 'torch/_refs/fft.py' 2025-03-14T04:23:09.0935206Z adding 'torch/_refs/linalg/__init__.py' 2025-03-14T04:23:09.0939063Z adding 'torch/_refs/nn/__init__.py' 2025-03-14T04:23:09.0953415Z adding 'torch/_refs/nn/functional/__init__.py' 2025-03-14T04:23:09.0958947Z adding 'torch/_refs/special/__init__.py' 2025-03-14T04:23:09.0962731Z adding 'torch/_strobelight/__init__.py' 2025-03-14T04:23:09.0968006Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-03-14T04:23:09.0973070Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-03-14T04:23:09.0977062Z adding 'torch/_subclasses/__init__.py' 2025-03-14T04:23:09.0981932Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-03-14T04:23:09.0994612Z adding 'torch/_subclasses/fake_impls.py' 2025-03-14T04:23:09.1039278Z adding 'torch/_subclasses/fake_tensor.py' 2025-03-14T04:23:09.1047196Z adding 'torch/_subclasses/fake_utils.py' 2025-03-14T04:23:09.1060129Z adding 'torch/_subclasses/functional_tensor.py' 2025-03-14T04:23:09.1089530Z adding 'torch/_subclasses/meta_utils.py' 2025-03-14T04:23:09.1096390Z adding 'torch/_subclasses/schema_check_mode.py' 2025-03-14T04:23:09.1100086Z adding 'torch/_vendor/__init__.py' 2025-03-14T04:23:09.1103931Z adding 'torch/_vendor/packaging/__init__.py' 2025-03-14T04:23:09.1107072Z adding 'torch/_vendor/packaging/_structures.py' 2025-03-14T04:23:09.1113810Z adding 'torch/_vendor/packaging/version.py' 2025-03-14T04:23:09.1119173Z adding 'torch/accelerator/__init__.py' 2025-03-14T04:23:09.1122512Z adding 'torch/accelerator/_utils.py' 2025-03-14T04:23:09.1126272Z adding 'torch/amp/__init__.py' 2025-03-14T04:23:09.1134759Z adding 'torch/amp/autocast_mode.py' 2025-03-14T04:23:09.1146846Z adding 'torch/amp/grad_scaler.py' 2025-03-14T04:23:09.1151652Z adding 'torch/ao/__init__.py' 2025-03-14T04:23:09.1155931Z adding 'torch/ao/nn/__init__.py' 2025-03-14T04:23:09.1159688Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-03-14T04:23:09.1163660Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-03-14T04:23:09.1168054Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-03-14T04:23:09.1171590Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-03-14T04:23:09.1175527Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-03-14T04:23:09.1184932Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-14T04:23:09.1190561Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-14T04:23:09.1199549Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-14T04:23:09.1199987Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-03-14T04:23:09.1201641Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-14T04:23:09.1205227Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-14T04:23:09.1208824Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-14T04:23:09.1212690Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-03-14T04:23:09.1216251Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-14T04:23:09.1220108Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-03-14T04:23:09.1224455Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-14T04:23:09.1228710Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-14T04:23:09.1232537Z adding 'torch/ao/nn/qat/__init__.py' 2025-03-14T04:23:09.1236148Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-03-14T04:23:09.1239676Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-03-14T04:23:09.1242999Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-03-14T04:23:09.1246893Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-03-14T04:23:09.1251285Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-03-14T04:23:09.1255795Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-03-14T04:23:09.1259783Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-03-14T04:23:09.1263571Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-03-14T04:23:09.1267461Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-03-14T04:23:09.1275489Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-03-14T04:23:09.1283995Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-03-14T04:23:09.1288595Z adding 'torch/ao/nn/quantized/__init__.py' 2025-03-14T04:23:09.1297004Z adding 'torch/ao/nn/quantized/functional.py' 2025-03-14T04:23:09.1301551Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-03-14T04:23:09.1305370Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-03-14T04:23:09.1310464Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-03-14T04:23:09.1315769Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-03-14T04:23:09.1329648Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-03-14T04:23:09.1335976Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-03-14T04:23:09.1351967Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-03-14T04:23:09.1352388Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-03-14T04:23:09.1356485Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-03-14T04:23:09.1360747Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-03-14T04:23:09.1366457Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-03-14T04:23:09.1371361Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-03-14T04:23:09.1378047Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-03-14T04:23:09.1382539Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-03-14T04:23:09.1386394Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-03-14T04:23:09.1390418Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-03-14T04:23:09.1394303Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-03-14T04:23:09.1398141Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-03-14T04:23:09.1402893Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-03-14T04:23:09.1406837Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-03-14T04:23:09.1414760Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-03-14T04:23:09.1419157Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-03-14T04:23:09.1424778Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-03-14T04:23:09.1428756Z adding 'torch/ao/nn/sparse/__init__.py' 2025-03-14T04:23:09.1432943Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-03-14T04:23:09.1437278Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-03-14T04:23:09.1440889Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-03-14T04:23:09.1444590Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-03-14T04:23:09.1449033Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-03-14T04:23:09.1452879Z adding 'torch/ao/ns/__init__.py' 2025-03-14T04:23:09.1459851Z adding 'torch/ao/ns/_numeric_suite.py' 2025-03-14T04:23:09.1473703Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-03-14T04:23:09.1478547Z adding 'torch/ao/ns/fx/__init__.py' 2025-03-14T04:23:09.1486567Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-03-14T04:23:09.1501437Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-03-14T04:23:09.1509120Z adding 'torch/ao/ns/fx/mappings.py' 2025-03-14T04:23:09.1527497Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-03-14T04:23:09.1532017Z adding 'torch/ao/ns/fx/ns_types.py' 2025-03-14T04:23:09.1536921Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-03-14T04:23:09.1542537Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-03-14T04:23:09.1550639Z adding 'torch/ao/ns/fx/utils.py' 2025-03-14T04:23:09.1556251Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-03-14T04:23:09.1560987Z adding 'torch/ao/pruning/__init__.py' 2025-03-14T04:23:09.1563661Z adding 'torch/ao/pruning/_mappings.py' 2025-03-14T04:23:09.1567508Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-03-14T04:23:09.1571186Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-03-14T04:23:09.1579300Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-03-14T04:23:09.1584344Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-03-14T04:23:09.1588851Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-03-14T04:23:09.1592941Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-03-14T04:23:09.1599584Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-03-14T04:23:09.1604874Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-03-14T04:23:09.1609406Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-03-14T04:23:09.1613383Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-03-14T04:23:09.1617086Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-03-14T04:23:09.1620649Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-03-14T04:23:09.1625563Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-03-14T04:23:09.1630005Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-03-14T04:23:09.1633084Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-03-14T04:23:09.1638463Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-03-14T04:23:09.1642401Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-03-14T04:23:09.1645857Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-03-14T04:23:09.1649498Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-03-14T04:23:09.1656567Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-03-14T04:23:09.1660530Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-03-14T04:23:09.1664476Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-03-14T04:23:09.1668930Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-03-14T04:23:09.1673100Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-03-14T04:23:09.1676795Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-03-14T04:23:09.1680810Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-03-14T04:23:09.1687657Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-03-14T04:23:09.1691271Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-14T04:23:09.1695608Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-03-14T04:23:09.1700967Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-03-14T04:23:09.1706925Z adding 'torch/ao/quantization/__init__.py' 2025-03-14T04:23:09.1711567Z adding 'torch/ao/quantization/_correct_bias.py' 2025-03-14T04:23:09.1717152Z adding 'torch/ao/quantization/_equalize.py' 2025-03-14T04:23:09.1722497Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-03-14T04:23:09.1730573Z adding 'torch/ao/quantization/fake_quantize.py' 2025-03-14T04:23:09.1735863Z adding 'torch/ao/quantization/fuse_modules.py' 2025-03-14T04:23:09.1741110Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-03-14T04:23:09.1766844Z adding 'torch/ao/quantization/observer.py' 2025-03-14T04:23:09.1776343Z adding 'torch/ao/quantization/qconfig.py' 2025-03-14T04:23:09.1783804Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-03-14T04:23:09.1786862Z adding 'torch/ao/quantization/quant_type.py' 2025-03-14T04:23:09.1792521Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-03-14T04:23:09.1803729Z adding 'torch/ao/quantization/quantize.py' 2025-03-14T04:23:09.1814302Z adding 'torch/ao/quantization/quantize_fx.py' 2025-03-14T04:23:09.1821243Z adding 'torch/ao/quantization/quantize_jit.py' 2025-03-14T04:23:09.1826811Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-03-14T04:23:09.1830653Z adding 'torch/ao/quantization/stubs.py' 2025-03-14T04:23:09.1842483Z adding 'torch/ao/quantization/utils.py' 2025-03-14T04:23:09.1847635Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-03-14T04:23:09.1855616Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-03-14T04:23:09.1860434Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-03-14T04:23:09.1871065Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-03-14T04:23:09.1877535Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-03-14T04:23:09.1882022Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-03-14T04:23:09.1886121Z adding 'torch/ao/quantization/backend_config/native.py' 2025-03-14T04:23:09.1889359Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-03-14T04:23:09.1895378Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-03-14T04:23:09.1899648Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-03-14T04:23:09.1903461Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-03-14T04:23:09.1909210Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-03-14T04:23:09.1913154Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-03-14T04:23:09.1917150Z adding 'torch/ao/quantization/fx/__init__.py' 2025-03-14T04:23:09.1927745Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-03-14T04:23:09.1942369Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-03-14T04:23:09.1959381Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-03-14T04:23:09.1980354Z adding 'torch/ao/quantization/fx/convert.py' 2025-03-14T04:23:09.1988380Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-03-14T04:23:09.1993504Z adding 'torch/ao/quantization/fx/fuse.py' 2025-03-14T04:23:09.1997889Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-03-14T04:23:09.2002159Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-03-14T04:23:09.2005396Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-03-14T04:23:09.2008442Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-03-14T04:23:09.2013500Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-03-14T04:23:09.2018767Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-03-14T04:23:09.2022973Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-03-14T04:23:09.2053811Z adding 'torch/ao/quantization/fx/prepare.py' 2025-03-14T04:23:09.2062058Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-03-14T04:23:09.2066989Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-03-14T04:23:09.2070544Z adding 'torch/ao/quantization/fx/tracer.py' 2025-03-14T04:23:09.2084384Z adding 'torch/ao/quantization/fx/utils.py' 2025-03-14T04:23:09.2089207Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-03-14T04:23:09.2112605Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-03-14T04:23:09.2125966Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-03-14T04:23:09.2132110Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-03-14T04:23:09.2144176Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-03-14T04:23:09.2148970Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-03-14T04:23:09.2159500Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-03-14T04:23:09.2166174Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-03-14T04:23:09.2170159Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-03-14T04:23:09.2174978Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-03-14T04:23:09.2179789Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-03-14T04:23:09.2185330Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-03-14T04:23:09.2194634Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-03-14T04:23:09.2207614Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-03-14T04:23:09.2217383Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-03-14T04:23:09.2221868Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-03-14T04:23:09.2229880Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-03-14T04:23:09.2234392Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-03-14T04:23:09.2238240Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-03-14T04:23:09.2242414Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-03-14T04:23:09.2247402Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-03-14T04:23:09.2250916Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-03-14T04:23:09.2268282Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-03-14T04:23:09.2276298Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-03-14T04:23:09.2287924Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-03-14T04:23:09.2292835Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-03-14T04:23:09.2303986Z adding 'torch/autograd/__init__.py' 2025-03-14T04:23:09.2308542Z adding 'torch/autograd/anomaly_mode.py' 2025-03-14T04:23:09.2313500Z adding 'torch/autograd/forward_ad.py' 2025-03-14T04:23:09.2326273Z adding 'torch/autograd/function.py' 2025-03-14T04:23:09.2342458Z adding 'torch/autograd/functional.py' 2025-03-14T04:23:09.2349565Z adding 'torch/autograd/grad_mode.py' 2025-03-14T04:23:09.2383880Z adding 'torch/autograd/gradcheck.py' 2025-03-14T04:23:09.2397286Z adding 'torch/autograd/graph.py' 2025-03-14T04:23:09.2415103Z adding 'torch/autograd/profiler.py' 2025-03-14T04:23:09.2421507Z adding 'torch/autograd/profiler_legacy.py' 2025-03-14T04:23:09.2436410Z adding 'torch/autograd/profiler_util.py' 2025-03-14T04:23:09.2440409Z adding 'torch/autograd/variable.py' 2025-03-14T04:23:09.2444110Z adding 'torch/autograd/_functions/__init__.py' 2025-03-14T04:23:09.2447430Z adding 'torch/autograd/_functions/tensor.py' 2025-03-14T04:23:09.2450845Z adding 'torch/autograd/_functions/utils.py' 2025-03-14T04:23:09.2455208Z adding 'torch/backends/__init__.py' 2025-03-14T04:23:09.2458865Z adding 'torch/backends/_coreml/__init__.py' 2025-03-14T04:23:09.2462950Z adding 'torch/backends/_coreml/preprocess.py' 2025-03-14T04:23:09.2466694Z adding 'torch/backends/_nnapi/__init__.py' 2025-03-14T04:23:09.2471075Z adding 'torch/backends/_nnapi/prepare.py' 2025-03-14T04:23:09.2495160Z adding 'torch/backends/_nnapi/serializer.py' 2025-03-14T04:23:09.2500875Z adding 'torch/backends/cpu/__init__.py' 2025-03-14T04:23:09.2508155Z adding 'torch/backends/cuda/__init__.py' 2025-03-14T04:23:09.2513813Z adding 'torch/backends/cudnn/__init__.py' 2025-03-14T04:23:09.2517485Z adding 'torch/backends/cudnn/rnn.py' 2025-03-14T04:23:09.2521510Z adding 'torch/backends/cusparselt/__init__.py' 2025-03-14T04:23:09.2525178Z adding 'torch/backends/kleidiai/__init__.py' 2025-03-14T04:23:09.2528945Z adding 'torch/backends/mha/__init__.py' 2025-03-14T04:23:09.2533042Z adding 'torch/backends/mkl/__init__.py' 2025-03-14T04:23:09.2537582Z adding 'torch/backends/mkldnn/__init__.py' 2025-03-14T04:23:09.2541702Z adding 'torch/backends/mps/__init__.py' 2025-03-14T04:23:09.2545632Z adding 'torch/backends/nnpack/__init__.py' 2025-03-14T04:23:09.2549233Z adding 'torch/backends/openmp/__init__.py' 2025-03-14T04:23:09.2553745Z adding 'torch/backends/opt_einsum/__init__.py' 2025-03-14T04:23:09.2557917Z adding 'torch/backends/quantized/__init__.py' 2025-03-14T04:23:09.2561522Z adding 'torch/backends/xeon/__init__.py' 2025-03-14T04:23:09.2573377Z adding 'torch/backends/xeon/run_cpu.py' 2025-03-14T04:23:09.2578183Z adding 'torch/backends/xnnpack/__init__.py' 2025-03-14T04:23:09.2787273Z adding 'torch/bin/FileStoreTest.exe' 2025-03-14T04:23:09.3016493Z adding 'torch/bin/TCPStoreTest.exe' 2025-03-14T04:23:09.3229157Z adding 'torch/bin/asmjit.dll' 2025-03-14T04:23:09.4767793Z adding 'torch/bin/fbgemm.dll' 2025-03-14T04:23:09.6307517Z adding 'torch/bin/protoc.exe' 2025-03-14T04:23:10.0629165Z adding 'torch/bin/test_api.exe' 2025-03-14T04:23:10.1025071Z adding 'torch/bin/test_edge_op_registration.exe' 2025-03-14T04:23:10.3481503Z adding 'torch/bin/test_jit.exe' 2025-03-14T04:23:10.4597612Z adding 'torch/bin/test_lazy.exe' 2025-03-14T04:23:10.7706905Z adding 'torch/bin/test_tensorexpr.exe' 2025-03-14T04:23:10.7911702Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-03-14T04:23:10.7924298Z adding 'torch/compiler/__init__.py' 2025-03-14T04:23:10.7929656Z adding 'torch/compiler/_cache.py' 2025-03-14T04:23:10.7933817Z adding 'torch/compiler/config.py' 2025-03-14T04:23:10.7937734Z adding 'torch/contrib/__init__.py' 2025-03-14T04:23:10.7942333Z adding 'torch/contrib/_tensorboard_vis.py' 2025-03-14T04:23:10.7947260Z adding 'torch/cpu/__init__.py' 2025-03-14T04:23:10.7951564Z adding 'torch/cpu/amp/__init__.py' 2025-03-14T04:23:10.7955263Z adding 'torch/cpu/amp/autocast_mode.py' 2025-03-14T04:23:10.7958918Z adding 'torch/cpu/amp/grad_scaler.py' 2025-03-14T04:23:10.7980286Z adding 'torch/cuda/__init__.py' 2025-03-14T04:23:10.7985242Z adding 'torch/cuda/_gpu_trace.py' 2025-03-14T04:23:10.7995622Z adding 'torch/cuda/_memory_viz.py' 2025-03-14T04:23:10.8004635Z adding 'torch/cuda/_sanitizer.py' 2025-03-14T04:23:10.8008519Z adding 'torch/cuda/_utils.py' 2025-03-14T04:23:10.8011856Z adding 'torch/cuda/comm.py' 2025-03-14T04:23:10.8014559Z adding 'torch/cuda/error.py' 2025-03-14T04:23:10.8018508Z adding 'torch/cuda/gds.py' 2025-03-14T04:23:10.8027514Z adding 'torch/cuda/graphs.py' 2025-03-14T04:23:10.8032434Z adding 'torch/cuda/jiterator.py' 2025-03-14T04:23:10.8048327Z adding 'torch/cuda/memory.py' 2025-03-14T04:23:10.8053348Z adding 'torch/cuda/nccl.py' 2025-03-14T04:23:10.8057176Z adding 'torch/cuda/nvtx.py' 2025-03-14T04:23:10.8060796Z adding 'torch/cuda/profiler.py' 2025-03-14T04:23:10.8064786Z adding 'torch/cuda/random.py' 2025-03-14T04:23:10.8067725Z adding 'torch/cuda/sparse.py' 2025-03-14T04:23:10.8072580Z adding 'torch/cuda/streams.py' 2025-03-14T04:23:10.8082648Z adding 'torch/cuda/tunable.py' 2025-03-14T04:23:10.8087068Z adding 'torch/cuda/amp/__init__.py' 2025-03-14T04:23:10.8090546Z adding 'torch/cuda/amp/autocast_mode.py' 2025-03-14T04:23:10.8093613Z adding 'torch/cuda/amp/common.py' 2025-03-14T04:23:10.8096635Z adding 'torch/cuda/amp/grad_scaler.py' 2025-03-14T04:23:10.8102290Z adding 'torch/distributed/__init__.py' 2025-03-14T04:23:10.8105848Z adding 'torch/distributed/_checkpointable.py' 2025-03-14T04:23:10.8109157Z adding 'torch/distributed/_composable_state.py' 2025-03-14T04:23:10.8124265Z adding 'torch/distributed/_functional_collectives.py' 2025-03-14T04:23:10.8128762Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-03-14T04:23:10.8132754Z adding 'torch/distributed/_serialization.py' 2025-03-14T04:23:10.8143206Z adding 'torch/distributed/_state_dict_utils.py' 2025-03-14T04:23:10.8147595Z adding 'torch/distributed/argparse_util.py' 2025-03-14T04:23:10.8151323Z adding 'torch/distributed/c10d_logger.py' 2025-03-14T04:23:10.8156155Z adding 'torch/distributed/collective_utils.py' 2025-03-14T04:23:10.8159607Z adding 'torch/distributed/constants.py' 2025-03-14T04:23:10.8176231Z adding 'torch/distributed/device_mesh.py' 2025-03-14T04:23:10.8247661Z adding 'torch/distributed/distributed_c10d.py' 2025-03-14T04:23:10.8257603Z adding 'torch/distributed/launch.py' 2025-03-14T04:23:10.8260896Z adding 'torch/distributed/logging_handlers.py' 2025-03-14T04:23:10.8264911Z adding 'torch/distributed/remote_device.py' 2025-03-14T04:23:10.8270293Z adding 'torch/distributed/rendezvous.py' 2025-03-14T04:23:10.8282906Z adding 'torch/distributed/run.py' 2025-03-14T04:23:10.8290103Z adding 'torch/distributed/utils.py' 2025-03-14T04:23:10.8295226Z adding 'torch/distributed/_composable/__init__.py' 2025-03-14T04:23:10.8299401Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-03-14T04:23:10.8305542Z adding 'torch/distributed/_composable/contract.py' 2025-03-14T04:23:10.8310366Z adding 'torch/distributed/_composable/replicate.py' 2025-03-14T04:23:10.8314545Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-03-14T04:23:10.8317608Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-03-14T04:23:10.8321470Z adding 'torch/distributed/_shard/__init__.py' 2025-03-14T04:23:10.8324642Z adding 'torch/distributed/_shard/_utils.py' 2025-03-14T04:23:10.8330745Z adding 'torch/distributed/_shard/api.py' 2025-03-14T04:23:10.8334695Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-03-14T04:23:10.8340088Z adding 'torch/distributed/_shard/metadata.py' 2025-03-14T04:23:10.8343131Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-03-14T04:23:10.8346569Z adding 'torch/distributed/_shard/sharder.py' 2025-03-14T04:23:10.8350387Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-03-14T04:23:10.8354676Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-03-14T04:23:10.8358775Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-03-14T04:23:10.8366012Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-03-14T04:23:10.8383904Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-03-14T04:23:10.8388506Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-03-14T04:23:10.8391874Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-03-14T04:23:10.8395328Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-03-14T04:23:10.8400555Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-03-14T04:23:10.8404556Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-03-14T04:23:10.8409688Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-03-14T04:23:10.8414119Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-03-14T04:23:10.8417999Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-03-14T04:23:10.8421825Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-03-14T04:23:10.8426183Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-03-14T04:23:10.8429446Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-03-14T04:23:10.8434091Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-03-14T04:23:10.8438099Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-03-14T04:23:10.8442657Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-03-14T04:23:10.8446008Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-03-14T04:23:10.8451139Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-03-14T04:23:10.8470648Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-03-14T04:23:10.8471155Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-03-14T04:23:10.8471754Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-03-14T04:23:10.8474727Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-03-14T04:23:10.8480942Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-03-14T04:23:10.8489037Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-03-14T04:23:10.8493260Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-03-14T04:23:10.8497226Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-03-14T04:23:10.8516262Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-03-14T04:23:10.8521711Z adding 'torch/distributed/_tensor/__init__.py' 2025-03-14T04:23:10.8524677Z adding 'torch/distributed/_tensor/api.py' 2025-03-14T04:23:10.8527948Z adding 'torch/distributed/_tensor/placement_types.py' 2025-03-14T04:23:10.8531801Z adding 'torch/distributed/_tools/__init__.py' 2025-03-14T04:23:10.8534985Z adding 'torch/distributed/_tools/common_utils.py' 2025-03-14T04:23:10.8539742Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-03-14T04:23:10.8548431Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-03-14T04:23:10.8554518Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-03-14T04:23:10.8569644Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-03-14T04:23:10.8576198Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-03-14T04:23:10.8581642Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-03-14T04:23:10.8589836Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-03-14T04:23:10.8604812Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-03-14T04:23:10.8611562Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-03-14T04:23:10.8615695Z adding 'torch/distributed/algorithms/__init__.py' 2025-03-14T04:23:10.8622041Z adding 'torch/distributed/algorithms/join.py' 2025-03-14T04:23:10.8626268Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-03-14T04:23:10.8632200Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-03-14T04:23:10.8636161Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-03-14T04:23:10.8640677Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-03-14T04:23:10.8644547Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-03-14T04:23:10.8648303Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-03-14T04:23:10.8652129Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-03-14T04:23:10.8656002Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-03-14T04:23:10.8660771Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-03-14T04:23:10.8668188Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-03-14T04:23:10.8672013Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-03-14T04:23:10.8676436Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-03-14T04:23:10.8680460Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-03-14T04:23:10.8684840Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-03-14T04:23:10.8689223Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-03-14T04:23:10.8703237Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-03-14T04:23:10.8708943Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-03-14T04:23:10.8712629Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-03-14T04:23:10.8716836Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-03-14T04:23:10.8722206Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-03-14T04:23:10.8726195Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-03-14T04:23:10.8730388Z adding 'torch/distributed/autograd/__init__.py' 2025-03-14T04:23:10.8734801Z adding 'torch/distributed/checkpoint/__init__.py' 2025-03-14T04:23:10.8738071Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-03-14T04:23:10.8743465Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-03-14T04:23:10.8747044Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-03-14T04:23:10.8750708Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-03-14T04:23:10.8754403Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-03-14T04:23:10.8758100Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-03-14T04:23:10.8762883Z adding 'torch/distributed/checkpoint/_extension.py' 2025-03-14T04:23:10.8767259Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-03-14T04:23:10.8771929Z adding 'torch/distributed/checkpoint/_hf_storage.py' 2025-03-14T04:23:10.8775696Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-03-14T04:23:10.8779630Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-03-14T04:23:10.8783094Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-03-14T04:23:10.8787441Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-03-14T04:23:10.8790533Z adding 'torch/distributed/checkpoint/_version.py' 2025-03-14T04:23:10.8793777Z adding 'torch/distributed/checkpoint/api.py' 2025-03-14T04:23:10.8802968Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-03-14T04:23:10.8815322Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-03-14T04:23:10.8821280Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-03-14T04:23:10.8825500Z adding 'torch/distributed/checkpoint/logger.py' 2025-03-14T04:23:10.8828770Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-03-14T04:23:10.8833019Z adding 'torch/distributed/checkpoint/metadata.py' 2025-03-14T04:23:10.8839360Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-03-14T04:23:10.8846656Z adding 'torch/distributed/checkpoint/planner.py' 2025-03-14T04:23:10.8853810Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-03-14T04:23:10.8857851Z adding 'torch/distributed/checkpoint/resharding.py' 2025-03-14T04:23:10.8862332Z adding 'torch/distributed/checkpoint/staging.py' 2025-03-14T04:23:10.8880695Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-03-14T04:23:10.8888905Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-03-14T04:23:10.8894692Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-03-14T04:23:10.8898158Z adding 'torch/distributed/checkpoint/stateful.py' 2025-03-14T04:23:10.8903167Z adding 'torch/distributed/checkpoint/storage.py' 2025-03-14T04:23:10.8910033Z adding 'torch/distributed/checkpoint/utils.py' 2025-03-14T04:23:10.8915477Z adding 'torch/distributed/elastic/__init__.py' 2025-03-14T04:23:10.8919000Z adding 'torch/distributed/elastic/control_plane.py' 2025-03-14T04:23:10.8922877Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-03-14T04:23:10.8926911Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-03-14T04:23:10.8941902Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-03-14T04:23:10.8946522Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-03-14T04:23:10.8953540Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-03-14T04:23:10.8959462Z adding 'torch/distributed/elastic/events/__init__.py' 2025-03-14T04:23:10.8963985Z adding 'torch/distributed/elastic/events/api.py' 2025-03-14T04:23:10.8967581Z adding 'torch/distributed/elastic/events/handlers.py' 2025-03-14T04:23:10.8973516Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-03-14T04:23:10.8978499Z adding 'torch/distributed/elastic/metrics/api.py' 2025-03-14T04:23:10.8985301Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-03-14T04:23:10.8998272Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-03-14T04:23:10.9003001Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-03-14T04:23:10.9007409Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-03-14T04:23:10.9015443Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-03-14T04:23:10.9020272Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-03-14T04:23:10.9023779Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-03-14T04:23:10.9027714Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-03-14T04:23:10.9030856Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-03-14T04:23:10.9034454Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-03-14T04:23:10.9039988Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-03-14T04:23:10.9043551Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-03-14T04:23:10.9049608Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-03-14T04:23:10.9055569Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-03-14T04:23:10.9071397Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-03-14T04:23:10.9087309Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-03-14T04:23:10.9092933Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-03-14T04:23:10.9098219Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-03-14T04:23:10.9103257Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-03-14T04:23:10.9107032Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-03-14T04:23:10.9111008Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-03-14T04:23:10.9116201Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-03-14T04:23:10.9120664Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-03-14T04:23:10.9126085Z adding 'torch/distributed/elastic/timer/api.py' 2025-03-14T04:23:10.9129650Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-03-14T04:23:10.9136553Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-03-14T04:23:10.9140924Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-03-14T04:23:10.9144994Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-03-14T04:23:10.9148420Z adding 'torch/distributed/elastic/utils/api.py' 2025-03-14T04:23:10.9153013Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-03-14T04:23:10.9156099Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-03-14T04:23:10.9159626Z adding 'torch/distributed/elastic/utils/logging.py' 2025-03-14T04:23:10.9164400Z adding 'torch/distributed/elastic/utils/store.py' 2025-03-14T04:23:10.9168489Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-03-14T04:23:10.9171842Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-03-14T04:23:10.9175530Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-03-14T04:23:10.9179813Z adding 'torch/distributed/fsdp/__init__.py' 2025-03-14T04:23:10.9189352Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-03-14T04:23:10.9194319Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-03-14T04:23:10.9198059Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-03-14T04:23:10.9204480Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-03-14T04:23:10.9246910Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-03-14T04:23:10.9253640Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-03-14T04:23:10.9270972Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-03-14T04:23:10.9275349Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-03-14T04:23:10.9307356Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-03-14T04:23:10.9333397Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-03-14T04:23:10.9339066Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-03-14T04:23:10.9350659Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-03-14T04:23:10.9357631Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-03-14T04:23:10.9362445Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-03-14T04:23:10.9368795Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-03-14T04:23:10.9375296Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-03-14T04:23:10.9384248Z adding 'torch/distributed/fsdp/api.py' 2025-03-14T04:23:10.9417618Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-03-14T04:23:10.9426870Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-03-14T04:23:10.9436355Z adding 'torch/distributed/fsdp/wrap.py' 2025-03-14T04:23:10.9440920Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-03-14T04:23:10.9444600Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-03-14T04:23:10.9453647Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-03-14T04:23:10.9458427Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-03-14T04:23:10.9463746Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-03-14T04:23:10.9483462Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-03-14T04:23:10.9493935Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-03-14T04:23:10.9501215Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-03-14T04:23:10.9511966Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-03-14T04:23:10.9516203Z adding 'torch/distributed/launcher/__init__.py' 2025-03-14T04:23:10.9521985Z adding 'torch/distributed/launcher/api.py' 2025-03-14T04:23:10.9526073Z adding 'torch/distributed/nn/__init__.py' 2025-03-14T04:23:10.9532116Z adding 'torch/distributed/nn/functional.py' 2025-03-14T04:23:10.9536099Z adding 'torch/distributed/nn/api/__init__.py' 2025-03-14T04:23:10.9546098Z adding 'torch/distributed/nn/api/remote_module.py' 2025-03-14T04:23:10.9550514Z adding 'torch/distributed/nn/jit/__init__.py' 2025-03-14T04:23:10.9554608Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-03-14T04:23:10.9558365Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-03-14T04:23:10.9562109Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-03-14T04:23:10.9566426Z adding 'torch/distributed/optim/__init__.py' 2025-03-14T04:23:10.9569514Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-03-14T04:23:10.9573747Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-03-14T04:23:10.9577545Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-03-14T04:23:10.9581517Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-03-14T04:23:10.9586311Z adding 'torch/distributed/optim/functional_adam.py' 2025-03-14T04:23:10.9590480Z adding 'torch/distributed/optim/functional_adamax.py' 2025-03-14T04:23:10.9594986Z adding 'torch/distributed/optim/functional_adamw.py' 2025-03-14T04:23:10.9599133Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-03-14T04:23:10.9603070Z adding 'torch/distributed/optim/functional_rprop.py' 2025-03-14T04:23:10.9607270Z adding 'torch/distributed/optim/functional_sgd.py' 2025-03-14T04:23:10.9613599Z adding 'torch/distributed/optim/named_optimizer.py' 2025-03-14T04:23:10.9619494Z adding 'torch/distributed/optim/optimizer.py' 2025-03-14T04:23:10.9623895Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-03-14T04:23:10.9627359Z adding 'torch/distributed/optim/utils.py' 2025-03-14T04:23:10.9652303Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-03-14T04:23:10.9657478Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-03-14T04:23:10.9677661Z adding 'torch/distributed/pipelining/_IR.py' 2025-03-14T04:23:10.9681936Z adding 'torch/distributed/pipelining/__init__.py' 2025-03-14T04:23:10.9688944Z adding 'torch/distributed/pipelining/_backward.py' 2025-03-14T04:23:10.9692366Z adding 'torch/distributed/pipelining/_debug.py' 2025-03-14T04:23:10.9695462Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-03-14T04:23:10.9699214Z adding 'torch/distributed/pipelining/_utils.py' 2025-03-14T04:23:10.9706666Z adding 'torch/distributed/pipelining/microbatch.py' 2025-03-14T04:23:10.9737886Z adding 'torch/distributed/pipelining/schedules.py' 2025-03-14T04:23:10.9762796Z adding 'torch/distributed/pipelining/stage.py' 2025-03-14T04:23:10.9770375Z adding 'torch/distributed/rpc/__init__.py' 2025-03-14T04:23:10.9774313Z adding 'torch/distributed/rpc/_utils.py' 2025-03-14T04:23:10.9786557Z adding 'torch/distributed/rpc/api.py' 2025-03-14T04:23:10.9794402Z adding 'torch/distributed/rpc/backend_registry.py' 2025-03-14T04:23:10.9798107Z adding 'torch/distributed/rpc/constants.py' 2025-03-14T04:23:10.9802502Z adding 'torch/distributed/rpc/functions.py' 2025-03-14T04:23:10.9808198Z adding 'torch/distributed/rpc/internal.py' 2025-03-14T04:23:10.9813133Z adding 'torch/distributed/rpc/options.py' 2025-03-14T04:23:10.9816987Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-03-14T04:23:10.9822115Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-03-14T04:23:10.9826201Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-03-14T04:23:10.9829687Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-03-14T04:23:10.9834075Z adding 'torch/distributed/tensor/__init__.py' 2025-03-14T04:23:10.9851951Z adding 'torch/distributed/tensor/_api.py' 2025-03-14T04:23:10.9859877Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-03-14T04:23:10.9868223Z adding 'torch/distributed/tensor/_dispatch.py' 2025-03-14T04:23:10.9874202Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-03-14T04:23:10.9882729Z adding 'torch/distributed/tensor/_op_schema.py' 2025-03-14T04:23:10.9890419Z adding 'torch/distributed/tensor/_random.py' 2025-03-14T04:23:10.9897266Z adding 'torch/distributed/tensor/_redistribute.py' 2025-03-14T04:23:10.9906046Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-03-14T04:23:10.9912007Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-03-14T04:23:10.9917005Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-03-14T04:23:10.9923467Z adding 'torch/distributed/tensor/_utils.py' 2025-03-14T04:23:10.9926915Z adding 'torch/distributed/tensor/device_mesh.py' 2025-03-14T04:23:10.9936113Z adding 'torch/distributed/tensor/placement_types.py' 2025-03-14T04:23:10.9940701Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-03-14T04:23:10.9947094Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-03-14T04:23:10.9951132Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-03-14T04:23:10.9955730Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-03-14T04:23:10.9961171Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-03-14T04:23:10.9964635Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-03-14T04:23:10.9978158Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-03-14T04:23:10.9986999Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-03-14T04:23:10.9995967Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-03-14T04:23:10.9998748Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-03-14T04:23:11.0009663Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-03-14T04:23:11.0020029Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-03-14T04:23:11.0026262Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-03-14T04:23:11.0030702Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-03-14T04:23:11.0039855Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-03-14T04:23:11.0044221Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-03-14T04:23:11.0048887Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-03-14T04:23:11.0053119Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-03-14T04:23:11.0069342Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-03-14T04:23:11.0075992Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-03-14T04:23:11.0080645Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-03-14T04:23:11.0088606Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-03-14T04:23:11.0092970Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-03-14T04:23:11.0096351Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-03-14T04:23:11.0099894Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-03-14T04:23:11.0104406Z adding 'torch/distributed/tensor/parallel/api.py' 2025-03-14T04:23:11.0108394Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-03-14T04:23:11.0114746Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-03-14T04:23:11.0119000Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-03-14T04:23:11.0126171Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-03-14T04:23:11.0135424Z adding 'torch/distributed/tensor/parallel/style.py' 2025-03-14T04:23:11.0142167Z adding 'torch/distributions/__init__.py' 2025-03-14T04:23:11.0146267Z adding 'torch/distributions/bernoulli.py' 2025-03-14T04:23:11.0150008Z adding 'torch/distributions/beta.py' 2025-03-14T04:23:11.0154354Z adding 'torch/distributions/binomial.py' 2025-03-14T04:23:11.0158873Z adding 'torch/distributions/categorical.py' 2025-03-14T04:23:11.0162610Z adding 'torch/distributions/cauchy.py' 2025-03-14T04:23:11.0165795Z adding 'torch/distributions/chi2.py' 2025-03-14T04:23:11.0171616Z adding 'torch/distributions/constraint_registry.py' 2025-03-14T04:23:11.0178287Z adding 'torch/distributions/constraints.py' 2025-03-14T04:23:11.0183820Z adding 'torch/distributions/continuous_bernoulli.py' 2025-03-14T04:23:11.0187938Z adding 'torch/distributions/dirichlet.py' 2025-03-14T04:23:11.0193606Z adding 'torch/distributions/distribution.py' 2025-03-14T04:23:11.0197474Z adding 'torch/distributions/exp_family.py' 2025-03-14T04:23:11.0200985Z adding 'torch/distributions/exponential.py' 2025-03-14T04:23:11.0204757Z adding 'torch/distributions/fishersnedecor.py' 2025-03-14T04:23:11.0208491Z adding 'torch/distributions/gamma.py' 2025-03-14T04:23:11.0212648Z adding 'torch/distributions/geometric.py' 2025-03-14T04:23:11.0217114Z adding 'torch/distributions/gumbel.py' 2025-03-14T04:23:11.0219979Z adding 'torch/distributions/half_cauchy.py' 2025-03-14T04:23:11.0223651Z adding 'torch/distributions/half_normal.py' 2025-03-14T04:23:11.0227577Z adding 'torch/distributions/independent.py' 2025-03-14T04:23:11.0231428Z adding 'torch/distributions/inverse_gamma.py' 2025-03-14T04:23:11.0241739Z adding 'torch/distributions/kl.py' 2025-03-14T04:23:11.0246280Z adding 'torch/distributions/kumaraswamy.py' 2025-03-14T04:23:11.0250015Z adding 'torch/distributions/laplace.py' 2025-03-14T04:23:11.0254752Z adding 'torch/distributions/lkj_cholesky.py' 2025-03-14T04:23:11.0258798Z adding 'torch/distributions/log_normal.py' 2025-03-14T04:23:11.0262274Z adding 'torch/distributions/logistic_normal.py' 2025-03-14T04:23:11.0267639Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-03-14T04:23:11.0272789Z adding 'torch/distributions/mixture_same_family.py' 2025-03-14T04:23:11.0277307Z adding 'torch/distributions/multinomial.py' 2025-03-14T04:23:11.0282874Z adding 'torch/distributions/multivariate_normal.py' 2025-03-14T04:23:11.0287359Z adding 'torch/distributions/negative_binomial.py' 2025-03-14T04:23:11.0291145Z adding 'torch/distributions/normal.py' 2025-03-14T04:23:11.0295394Z adding 'torch/distributions/one_hot_categorical.py' 2025-03-14T04:23:11.0299126Z adding 'torch/distributions/pareto.py' 2025-03-14T04:23:11.0302784Z adding 'torch/distributions/poisson.py' 2025-03-14T04:23:11.0307072Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-03-14T04:23:11.0311346Z adding 'torch/distributions/relaxed_categorical.py' 2025-03-14T04:23:11.0315318Z adding 'torch/distributions/studentT.py' 2025-03-14T04:23:11.0320337Z adding 'torch/distributions/transformed_distribution.py' 2025-03-14T04:23:11.0333635Z adding 'torch/distributions/transforms.py' 2025-03-14T04:23:11.0338383Z adding 'torch/distributions/uniform.py' 2025-03-14T04:23:11.0343490Z adding 'torch/distributions/utils.py' 2025-03-14T04:23:11.0348778Z adding 'torch/distributions/von_mises.py' 2025-03-14T04:23:11.0352115Z adding 'torch/distributions/weibull.py' 2025-03-14T04:23:11.0358230Z adding 'torch/distributions/wishart.py' 2025-03-14T04:23:11.0368286Z adding 'torch/export/__init__.py' 2025-03-14T04:23:11.0376060Z adding 'torch/export/_draft_export.py' 2025-03-14T04:23:11.0380168Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-03-14T04:23:11.0384717Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-03-14T04:23:11.0388538Z adding 'torch/export/_safeguard.py' 2025-03-14T04:23:11.0395638Z adding 'torch/export/_swap.py' 2025-03-14T04:23:11.0427248Z adding 'torch/export/_trace.py' 2025-03-14T04:23:11.0432853Z adding 'torch/export/_tree_utils.py' 2025-03-14T04:23:11.0439954Z adding 'torch/export/_unlift.py' 2025-03-14T04:23:11.0443231Z adding 'torch/export/custom_obj.py' 2025-03-14T04:23:11.0446402Z adding 'torch/export/custom_ops.py' 2025-03-14T04:23:11.0450875Z adding 'torch/export/decomp_utils.py' 2025-03-14T04:23:11.0467051Z adding 'torch/export/dynamic_shapes.py' 2025-03-14T04:23:11.0491232Z adding 'torch/export/exported_program.py' 2025-03-14T04:23:11.0500626Z adding 'torch/export/graph_signature.py' 2025-03-14T04:23:11.0526866Z adding 'torch/export/unflatten.py' 2025-03-14T04:23:11.0533457Z adding 'torch/export/experimental/__init__.py' 2025-03-14T04:23:11.0537190Z adding 'torch/export/passes/__init__.py' 2025-03-14T04:23:11.0550267Z adding 'torch/fft/__init__.py' 2025-03-14T04:23:11.0557959Z adding 'torch/func/__init__.py' 2025-03-14T04:23:11.0563944Z adding 'torch/futures/__init__.py' 2025-03-14T04:23:11.0569371Z adding 'torch/fx/__init__.py' 2025-03-14T04:23:11.0572674Z adding 'torch/fx/_compatibility.py' 2025-03-14T04:23:11.0611836Z adding 'torch/fx/_graph_pickler.py' 2025-03-14T04:23:11.0617233Z adding 'torch/fx/_lazy_graph_module.py' 2025-03-14T04:23:11.0621028Z adding 'torch/fx/_pytree.py' 2025-03-14T04:23:11.0640069Z adding 'torch/fx/_symbolic_trace.py' 2025-03-14T04:23:11.0644543Z adding 'torch/fx/_utils.py' 2025-03-14T04:23:11.0647816Z adding 'torch/fx/annotate.py' 2025-03-14T04:23:11.0650747Z adding 'torch/fx/config.py' 2025-03-14T04:23:11.0678806Z adding 'torch/fx/graph.py' 2025-03-14T04:23:11.0695910Z adding 'torch/fx/graph_module.py' 2025-03-14T04:23:11.0700494Z adding 'torch/fx/immutable_collections.py' 2025-03-14T04:23:11.0708687Z adding 'torch/fx/interpreter.py' 2025-03-14T04:23:11.0722042Z adding 'torch/fx/node.py' 2025-03-14T04:23:11.0731307Z adding 'torch/fx/operator_schemas.py' 2025-03-14T04:23:11.0742960Z adding 'torch/fx/proxy.py' 2025-03-14T04:23:11.0750739Z adding 'torch/fx/subgraph_rewriter.py' 2025-03-14T04:23:11.0754649Z adding 'torch/fx/tensor_type.py' 2025-03-14T04:23:11.0759267Z adding 'torch/fx/traceback.py' 2025-03-14T04:23:11.0763652Z adding 'torch/fx/experimental/__init__.py' 2025-03-14T04:23:11.0766785Z adding 'torch/fx/experimental/_backward_state.py' 2025-03-14T04:23:11.0770870Z adding 'torch/fx/experimental/_config.py' 2025-03-14T04:23:11.0774202Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-03-14T04:23:11.0778113Z adding 'torch/fx/experimental/_dynamism.py' 2025-03-14T04:23:11.0794352Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-03-14T04:23:11.0801564Z adding 'torch/fx/experimental/const_fold.py' 2025-03-14T04:23:11.0805125Z adding 'torch/fx/experimental/debug.py' 2025-03-14T04:23:11.0816857Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-03-14T04:23:11.0822433Z adding 'torch/fx/experimental/merge_matmul.py' 2025-03-14T04:23:11.0828014Z adding 'torch/fx/experimental/meta_tracer.py' 2025-03-14T04:23:11.0832485Z adding 'torch/fx/experimental/normalize.py' 2025-03-14T04:23:11.0840237Z adding 'torch/fx/experimental/optimization.py' 2025-03-14T04:23:11.0846460Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-03-14T04:23:11.0879965Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-03-14T04:23:11.0890484Z adding 'torch/fx/experimental/recording.py' 2025-03-14T04:23:11.0894007Z adding 'torch/fx/experimental/refinement_types.py' 2025-03-14T04:23:11.0898250Z adding 'torch/fx/experimental/rewriter.py' 2025-03-14T04:23:11.0902693Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-03-14T04:23:11.0923666Z adding 'torch/fx/experimental/sym_node.py' 2025-03-14T04:23:11.1046103Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-03-14T04:23:11.1057108Z adding 'torch/fx/experimental/unify_refinements.py' 2025-03-14T04:23:11.1070180Z adding 'torch/fx/experimental/validator.py' 2025-03-14T04:23:11.1075041Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-03-14T04:23:11.1080993Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-03-14T04:23:11.1096291Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-03-14T04:23:11.1111186Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-03-14T04:23:11.1115111Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-03-14T04:23:11.1121267Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-03-14T04:23:11.1124880Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-03-14T04:23:11.1128082Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-03-14T04:23:11.1132374Z adding 'torch/fx/experimental/unification/__init__.py' 2025-03-14T04:23:11.1135474Z adding 'torch/fx/experimental/unification/core.py' 2025-03-14T04:23:11.1138405Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-03-14T04:23:11.1142218Z adding 'torch/fx/experimental/unification/match.py' 2025-03-14T04:23:11.1145858Z adding 'torch/fx/experimental/unification/more.py' 2025-03-14T04:23:11.1151476Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-03-14T04:23:11.1155447Z adding 'torch/fx/experimental/unification/utils.py' 2025-03-14T04:23:11.1158968Z adding 'torch/fx/experimental/unification/variable.py' 2025-03-14T04:23:11.1162932Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-03-14T04:23:11.1166796Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-03-14T04:23:11.1170553Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-03-14T04:23:11.1177131Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-03-14T04:23:11.1182092Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-03-14T04:23:11.1185387Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-03-14T04:23:11.1189377Z adding 'torch/fx/passes/__init__.py' 2025-03-14T04:23:11.1196358Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-03-14T04:23:11.1200095Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-03-14T04:23:11.1203726Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-03-14T04:23:11.1210703Z adding 'torch/fx/passes/graph_drawer.py' 2025-03-14T04:23:11.1215079Z adding 'torch/fx/passes/graph_manipulation.py' 2025-03-14T04:23:11.1219662Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-03-14T04:23:11.1231454Z adding 'torch/fx/passes/net_min_base.py' 2025-03-14T04:23:11.1236926Z adding 'torch/fx/passes/operator_support.py' 2025-03-14T04:23:11.1240916Z adding 'torch/fx/passes/param_fetch.py' 2025-03-14T04:23:11.1245693Z adding 'torch/fx/passes/pass_manager.py' 2025-03-14T04:23:11.1259411Z adding 'torch/fx/passes/reinplace.py' 2025-03-14T04:23:11.1270357Z adding 'torch/fx/passes/runtime_assert.py' 2025-03-14T04:23:11.1275839Z adding 'torch/fx/passes/shape_prop.py' 2025-03-14T04:23:11.1285958Z adding 'torch/fx/passes/split_module.py' 2025-03-14T04:23:11.1292480Z adding 'torch/fx/passes/split_utils.py' 2025-03-14T04:23:11.1305061Z adding 'torch/fx/passes/splitter_base.py' 2025-03-14T04:23:11.1311583Z adding 'torch/fx/passes/tools_common.py' 2025-03-14T04:23:11.1315665Z adding 'torch/fx/passes/backends/__init__.py' 2025-03-14T04:23:11.1319021Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-03-14T04:23:11.1322677Z adding 'torch/fx/passes/dialect/__init__.py' 2025-03-14T04:23:11.1326120Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-03-14T04:23:11.1330243Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-03-14T04:23:11.1333974Z adding 'torch/fx/passes/infra/__init__.py' 2025-03-14T04:23:11.1340781Z adding 'torch/fx/passes/infra/partitioner.py' 2025-03-14T04:23:11.1344755Z adding 'torch/fx/passes/infra/pass_base.py' 2025-03-14T04:23:11.1350428Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-03-14T04:23:11.1354316Z adding 'torch/fx/passes/tests/__init__.py' 2025-03-14T04:23:11.1357548Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-03-14T04:23:11.1361267Z adding 'torch/fx/passes/utils/__init__.py' 2025-03-14T04:23:11.1364806Z adding 'torch/fx/passes/utils/common.py' 2025-03-14T04:23:11.1370296Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-03-14T04:23:11.1377857Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-03-14T04:23:11.1382437Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-03-14T04:23:11.1387021Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-03-14T04:23:11.1400829Z adding 'torch/include/cpuinfo.h' 2025-03-14T04:23:11.1405301Z adding 'torch/include/dnnl.h' 2025-03-14T04:23:11.1408476Z adding 'torch/include/dnnl_config.h' 2025-03-14T04:23:11.1411438Z adding 'torch/include/dnnl_debug.h' 2025-03-14T04:23:11.1414466Z adding 'torch/include/dnnl_ocl.h' 2025-03-14T04:23:11.1417466Z adding 'torch/include/dnnl_sycl.h' 2025-03-14T04:23:11.1420552Z adding 'torch/include/dnnl_sycl_types.h' 2025-03-14T04:23:11.1423665Z adding 'torch/include/dnnl_threadpool.h' 2025-03-14T04:23:11.1426749Z adding 'torch/include/dnnl_types.h' 2025-03-14T04:23:11.1429797Z adding 'torch/include/dnnl_version.h' 2025-03-14T04:23:11.1432811Z adding 'torch/include/experiments-config.h' 2025-03-14T04:23:11.1435564Z adding 'torch/include/fp16.h' 2025-03-14T04:23:11.1440724Z adding 'torch/include/fxdiv.h' 2025-03-14T04:23:11.1444099Z adding 'torch/include/libshm.h' 2025-03-14T04:23:11.1454107Z adding 'torch/include/psimd.h' 2025-03-14T04:23:11.1469680Z adding 'torch/include/pthreadpool.h' 2025-03-14T04:23:11.1508954Z adding 'torch/include/sleef.h' 2025-03-14T04:23:11.1550258Z adding 'torch/include/xnnpack.h' 2025-03-14T04:23:11.1561303Z adding 'torch/include/ATen/ATen.h' 2025-03-14T04:23:11.1566174Z adding 'torch/include/ATen/AccumulateType.h' 2025-03-14T04:23:11.1568497Z adding 'torch/include/ATen/ArrayRef.h' 2025-03-14T04:23:11.1571166Z adding 'torch/include/ATen/Backend.h' 2025-03-14T04:23:11.1573933Z adding 'torch/include/ATen/Backtrace.h' 2025-03-14T04:23:11.1576793Z adding 'torch/include/ATen/BlasBackend.h' 2025-03-14T04:23:11.1582104Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-03-14T04:23:11.1592916Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-03-14T04:23:11.1593289Z adding 'torch/include/ATen/CPUFunctions.h' 2025-03-14T04:23:11.1596242Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-03-14T04:23:11.1620446Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-03-14T04:23:11.1620829Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-03-14T04:23:11.1621191Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-03-14T04:23:11.1621549Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-03-14T04:23:11.1621953Z adding 'torch/include/ATen/CollapseDims.h' 2025-03-14T04:23:11.1624492Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-03-14T04:23:11.1631685Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-03-14T04:23:11.1636833Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-03-14T04:23:11.1641606Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-03-14T04:23:11.1645645Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-03-14T04:23:11.1652174Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-03-14T04:23:11.1656582Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-03-14T04:23:11.1660205Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-03-14T04:23:11.1663203Z adding 'torch/include/ATen/Config.h' 2025-03-14T04:23:11.1671445Z adding 'torch/include/ATen/Context.h' 2025-03-14T04:23:11.1675122Z adding 'torch/include/ATen/DLConvertor.h' 2025-03-14T04:23:11.1678046Z adding 'torch/include/ATen/Device.h' 2025-03-14T04:23:11.1682068Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-03-14T04:23:11.1684889Z adding 'torch/include/ATen/DeviceGuard.h' 2025-03-14T04:23:11.1687821Z adding 'torch/include/ATen/DimVector.h' 2025-03-14T04:23:11.1690549Z adding 'torch/include/ATen/Dimname.h' 2025-03-14T04:23:11.1703136Z adding 'torch/include/ATen/Dispatch.h' 2025-03-14T04:23:11.1708482Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-03-14T04:23:11.1713003Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-03-14T04:23:11.1716580Z adding 'torch/include/ATen/EmptyTensor.h' 2025-03-14T04:23:11.1719847Z adding 'torch/include/ATen/ExpandBase.h' 2025-03-14T04:23:11.1725702Z adding 'torch/include/ATen/ExpandUtils.h' 2025-03-14T04:23:11.1729091Z adding 'torch/include/ATen/Formatting.h' 2025-03-14T04:23:11.1732386Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-03-14T04:23:11.1737618Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-03-14T04:23:11.1745335Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-03-14T04:23:11.1756924Z adding 'torch/include/ATen/Functions.h' 2025-03-14T04:23:11.1761171Z adding 'torch/include/ATen/Generator.h' 2025-03-14T04:23:11.1764708Z adding 'torch/include/ATen/InferSize.h' 2025-03-14T04:23:11.1767832Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-03-14T04:23:11.1770534Z adding 'torch/include/ATen/Layout.h' 2025-03-14T04:23:11.1773974Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-03-14T04:23:11.1778301Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-03-14T04:23:11.1781627Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-03-14T04:23:11.1786802Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-03-14T04:23:11.1790058Z adding 'torch/include/ATen/LinalgBackend.h' 2025-03-14T04:23:11.1793818Z adding 'torch/include/ATen/MapAllocator.h' 2025-03-14T04:23:11.1797564Z adding 'torch/include/ATen/MatrixRef.h' 2025-03-14T04:23:11.1801475Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-03-14T04:23:11.1804221Z adding 'torch/include/ATen/MetaFunctions.h' 2025-03-14T04:23:11.1808990Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-03-14T04:23:11.1814195Z adding 'torch/include/ATen/MethodOperators.h' 2025-03-14T04:23:11.1817399Z adding 'torch/include/ATen/NamedTensor.h' 2025-03-14T04:23:11.1821985Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-03-14T04:23:11.1832733Z adding 'torch/include/ATen/NativeFunctions.h' 2025-03-14T04:23:11.1844340Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-03-14T04:23:11.1851455Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-03-14T04:23:11.1855075Z adding 'torch/include/ATen/NumericUtils.h' 2025-03-14T04:23:11.1858407Z adding 'torch/include/ATen/OpMathType.h' 2025-03-14T04:23:11.1862622Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-03-14T04:23:11.1873717Z adding 'torch/include/ATen/Operators.h' 2025-03-14T04:23:11.1878108Z adding 'torch/include/ATen/PTThreadPool.h' 2025-03-14T04:23:11.1880934Z adding 'torch/include/ATen/PadNd.h' 2025-03-14T04:23:11.1884224Z adding 'torch/include/ATen/Parallel-inl.h' 2025-03-14T04:23:11.1888213Z adding 'torch/include/ATen/Parallel.h' 2025-03-14T04:23:11.1891314Z adding 'torch/include/ATen/ParallelFuture.h' 2025-03-14T04:23:11.1894189Z adding 'torch/include/ATen/ParallelNative.h' 2025-03-14T04:23:11.1897352Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-03-14T04:23:11.1900537Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-03-14T04:23:11.1903611Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-03-14T04:23:11.2169295Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-03-14T04:23:11.2357006Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-03-14T04:23:11.2387252Z adding 'torch/include/ATen/SDPBackend.h' 2025-03-14T04:23:11.2390404Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-03-14T04:23:11.2393233Z adding 'torch/include/ATen/Scalar.h' 2025-03-14T04:23:11.2396502Z adding 'torch/include/ATen/ScalarOps.h' 2025-03-14T04:23:11.2399351Z adding 'torch/include/ATen/ScalarType.h' 2025-03-14T04:23:11.2402267Z adding 'torch/include/ATen/SequenceNumber.h' 2025-03-14T04:23:11.2404987Z adding 'torch/include/ATen/SmallVector.h' 2025-03-14T04:23:11.2409397Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-03-14T04:23:11.2415499Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-03-14T04:23:11.2422385Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-03-14T04:23:11.2425636Z adding 'torch/include/ATen/Storage.h' 2025-03-14T04:23:11.2428866Z adding 'torch/include/ATen/StorageUtils.h' 2025-03-14T04:23:11.2431670Z adding 'torch/include/ATen/Tensor.h' 2025-03-14T04:23:11.2434421Z adding 'torch/include/ATen/TensorAccessor.h' 2025-03-14T04:23:11.2438102Z adding 'torch/include/ATen/TensorGeometry.h' 2025-03-14T04:23:11.2447616Z adding 'torch/include/ATen/TensorIndexing.h' 2025-03-14T04:23:11.2463031Z adding 'torch/include/ATen/TensorIterator.h' 2025-03-14T04:23:11.2467720Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-03-14T04:23:11.2471734Z adding 'torch/include/ATen/TensorMeta.h' 2025-03-14T04:23:11.2475508Z adding 'torch/include/ATen/TensorNames.h' 2025-03-14T04:23:11.2478877Z adding 'torch/include/ATen/TensorOperators.h' 2025-03-14T04:23:11.2482322Z adding 'torch/include/ATen/TensorOptions.h' 2025-03-14T04:23:11.2486070Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-03-14T04:23:11.2490111Z adding 'torch/include/ATen/TensorUtils.h' 2025-03-14T04:23:11.2493339Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-03-14T04:23:11.2497295Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-03-14T04:23:11.2501755Z adding 'torch/include/ATen/TracerMode.h' 2025-03-14T04:23:11.2504937Z adding 'torch/include/ATen/TypeDefault.h' 2025-03-14T04:23:11.2508534Z adding 'torch/include/ATen/Utils.h' 2025-03-14T04:23:11.2511565Z adding 'torch/include/ATen/Version.h' 2025-03-14T04:23:11.2687733Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-03-14T04:23:11.2732710Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-03-14T04:23:11.2736210Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-03-14T04:23:11.2747441Z adding 'torch/include/ATen/autocast_mode.h' 2025-03-14T04:23:11.2751475Z adding 'torch/include/ATen/ceil_div.h' 2025-03-14T04:23:11.2756182Z adding 'torch/include/ATen/code_template.h' 2025-03-14T04:23:11.2760152Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-03-14T04:23:11.2763211Z adding 'torch/include/ATen/div_rtn.h' 2025-03-14T04:23:11.2767974Z adding 'torch/include/ATen/dlpack.h' 2025-03-14T04:23:11.2771338Z adding 'torch/include/ATen/jit_macros.h' 2025-03-14T04:23:11.2774594Z adding 'torch/include/ATen/jiterator_macros.h' 2025-03-14T04:23:11.2783751Z adding 'torch/include/ATen/record_function.h' 2025-03-14T04:23:11.2789370Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-03-14T04:23:11.2792251Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-03-14T04:23:11.2795272Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-03-14T04:23:11.2799131Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-03-14T04:23:11.2802575Z adding 'torch/include/ATen/core/Array.h' 2025-03-14T04:23:11.2805481Z adding 'torch/include/ATen/core/Backtrace.h' 2025-03-14T04:23:11.2815210Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-03-14T04:23:11.2818879Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-03-14T04:23:11.2822796Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-03-14T04:23:11.2826068Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-03-14T04:23:11.2832431Z adding 'torch/include/ATen/core/Dict.h' 2025-03-14T04:23:11.2837067Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-03-14T04:23:11.2840194Z adding 'torch/include/ATen/core/DimVector.h' 2025-03-14T04:23:11.2843332Z adding 'torch/include/ATen/core/Dimname.h' 2025-03-14T04:23:11.2848341Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-03-14T04:23:11.2851699Z adding 'torch/include/ATen/core/Formatting.h' 2025-03-14T04:23:11.2856267Z adding 'torch/include/ATen/core/Generator.h' 2025-03-14T04:23:11.2859901Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-03-14T04:23:11.2868067Z adding 'torch/include/ATen/core/IListRef.h' 2025-03-14T04:23:11.2872596Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-03-14T04:23:11.2876867Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-03-14T04:23:11.2883467Z adding 'torch/include/ATen/core/List.h' 2025-03-14T04:23:11.2888906Z adding 'torch/include/ATen/core/List_inl.h' 2025-03-14T04:23:11.2893792Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-03-14T04:23:11.2898216Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-03-14T04:23:11.2902832Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-03-14T04:23:11.2907770Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-03-14T04:23:11.2911104Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-03-14T04:23:11.2914300Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-03-14T04:23:11.2917686Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-03-14T04:23:11.2920673Z adding 'torch/include/ATen/core/Range.h' 2025-03-14T04:23:11.2924093Z adding 'torch/include/ATen/core/Reduction.h' 2025-03-14T04:23:11.2926868Z adding 'torch/include/ATen/core/Scalar.h' 2025-03-14T04:23:11.2929563Z adding 'torch/include/ATen/core/ScalarType.h' 2025-03-14T04:23:11.2932852Z adding 'torch/include/ATen/core/Tensor.h' 2025-03-14T04:23:11.2937558Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-03-14T04:23:11.2952505Z adding 'torch/include/ATen/core/TensorBase.h' 2025-03-14T04:23:11.3009944Z adding 'torch/include/ATen/core/TensorBody.h' 2025-03-14T04:23:11.3019041Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-03-14T04:23:11.3024166Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-03-14T04:23:11.3027236Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-03-14T04:23:11.3030339Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-03-14T04:23:11.3034193Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-03-14T04:23:11.3037871Z adding 'torch/include/ATen/core/Variadic.h' 2025-03-14T04:23:11.3043119Z adding 'torch/include/ATen/core/Vitals.h' 2025-03-14T04:23:11.3045861Z adding 'torch/include/ATen/core/alias_info.h' 2025-03-14T04:23:11.3061942Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-03-14T04:23:11.3067942Z adding 'torch/include/ATen/core/blob.h' 2025-03-14T04:23:11.3071497Z adding 'torch/include/ATen/core/builtin_function.h' 2025-03-14T04:23:11.3077973Z adding 'torch/include/ATen/core/class_type.h' 2025-03-14T04:23:11.3081686Z adding 'torch/include/ATen/core/custom_class.h' 2025-03-14T04:23:11.3087303Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-03-14T04:23:11.3091086Z adding 'torch/include/ATen/core/enum_tag.h' 2025-03-14T04:23:11.3094362Z adding 'torch/include/ATen/core/enum_type.h' 2025-03-14T04:23:11.3098376Z adding 'torch/include/ATen/core/function.h' 2025-03-14T04:23:11.3108525Z adding 'torch/include/ATen/core/function_schema.h' 2025-03-14T04:23:11.3112665Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-03-14T04:23:11.3115902Z adding 'torch/include/ATen/core/functional.h' 2025-03-14T04:23:11.3118814Z adding 'torch/include/ATen/core/grad_mode.h' 2025-03-14T04:23:11.3124553Z adding 'torch/include/ATen/core/interned_strings.h' 2025-03-14T04:23:11.3128016Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-03-14T04:23:11.3147233Z adding 'torch/include/ATen/core/ivalue.h' 2025-03-14T04:23:11.3177430Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-03-14T04:23:11.3182614Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-03-14T04:23:11.3204975Z adding 'torch/include/ATen/core/jit_type.h' 2025-03-14T04:23:11.3215006Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-03-14T04:23:11.3219283Z adding 'torch/include/ATen/core/operator_name.h' 2025-03-14T04:23:11.3223464Z adding 'torch/include/ATen/core/qualified_name.h' 2025-03-14T04:23:11.3226784Z adding 'torch/include/ATen/core/rref_interface.h' 2025-03-14T04:23:11.3231194Z adding 'torch/include/ATen/core/stack.h' 2025-03-14T04:23:11.3235664Z adding 'torch/include/ATen/core/symbol.h' 2025-03-14T04:23:11.3239287Z adding 'torch/include/ATen/core/type_factory.h' 2025-03-14T04:23:11.3242478Z adding 'torch/include/ATen/core/type_ptr.h' 2025-03-14T04:23:11.3245246Z adding 'torch/include/ATen/core/typeid.h' 2025-03-14T04:23:11.3251198Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-03-14T04:23:11.3255076Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-03-14T04:23:11.3259818Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-03-14T04:23:11.3265333Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-03-14T04:23:11.3268732Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-03-14T04:23:11.3273027Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-03-14T04:23:11.3276431Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-03-14T04:23:11.3282203Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-03-14T04:23:11.3292177Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-03-14T04:23:11.3296859Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-03-14T04:23:11.3301552Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-03-14T04:23:11.3307668Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-03-14T04:23:11.3320755Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-03-14T04:23:11.3324765Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-03-14T04:23:11.3331251Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-03-14T04:23:11.3334805Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-03-14T04:23:11.3338069Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-03-14T04:23:11.3342767Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-03-14T04:23:11.3347224Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-03-14T04:23:11.3352365Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-03-14T04:23:11.3360636Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-03-14T04:23:11.3365323Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-03-14T04:23:11.3368396Z adding 'torch/include/ATen/cpu/Utils.h' 2025-03-14T04:23:11.3372843Z adding 'torch/include/ATen/cpu/vml.h' 2025-03-14T04:23:11.3377009Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-03-14T04:23:11.3381878Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-03-14T04:23:11.3388394Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-03-14T04:23:11.3392447Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-03-14T04:23:11.3395715Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-03-14T04:23:11.3407586Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-03-14T04:23:11.3412083Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-03-14T04:23:11.3416104Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-03-14T04:23:11.3421255Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-03-14T04:23:11.3428189Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-03-14T04:23:11.3432965Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-03-14T04:23:11.3437358Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-03-14T04:23:11.3443356Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-03-14T04:23:11.3450113Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-03-14T04:23:11.3457042Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-03-14T04:23:11.3463754Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-03-14T04:23:11.3468359Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-03-14T04:23:11.3475189Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-03-14T04:23:11.3479255Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-03-14T04:23:11.3485935Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-03-14T04:23:11.3493125Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-03-14T04:23:11.3511879Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-03-14T04:23:11.3512453Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-03-14T04:23:11.3512907Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-03-14T04:23:11.3514339Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-03-14T04:23:11.3523768Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-03-14T04:23:11.3527743Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-03-14T04:23:11.3535561Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-03-14T04:23:11.3543077Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-03-14T04:23:11.3548348Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-03-14T04:23:11.3553771Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-03-14T04:23:11.3562379Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-03-14T04:23:11.3566657Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-03-14T04:23:11.3580512Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-03-14T04:23:11.3586682Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-03-14T04:23:11.3598164Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-03-14T04:23:11.3604036Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-03-14T04:23:11.3608507Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-03-14T04:23:11.3616491Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-03-14T04:23:11.3624461Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-03-14T04:23:11.3630565Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-03-14T04:23:11.3636536Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-03-14T04:23:11.3642105Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-03-14T04:23:11.3647564Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-03-14T04:23:11.3652676Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-03-14T04:23:11.3657762Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-03-14T04:23:11.3664080Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-03-14T04:23:11.3670512Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-03-14T04:23:11.3677762Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-03-14T04:23:11.3702224Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-03-14T04:23:11.3710396Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-03-14T04:23:11.3725376Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-03-14T04:23:11.3734576Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-03-14T04:23:11.3744900Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-03-14T04:23:11.3750447Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-03-14T04:23:11.3756095Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-03-14T04:23:11.3764519Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-03-14T04:23:11.3777363Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-03-14T04:23:11.3783841Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-03-14T04:23:11.3795242Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-03-14T04:23:11.3800837Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-03-14T04:23:11.3804035Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-03-14T04:23:11.3807532Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-03-14T04:23:11.3814303Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-03-14T04:23:11.3822761Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-03-14T04:23:11.3828066Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-03-14T04:23:11.3831374Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-03-14T04:23:11.3834943Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-03-14T04:23:11.3838318Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-03-14T04:23:11.3841481Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-03-14T04:23:11.3845925Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-03-14T04:23:11.3850634Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-03-14T04:23:11.3854653Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-03-14T04:23:11.3858100Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-03-14T04:23:11.3861400Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-03-14T04:23:11.3866221Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-03-14T04:23:11.3870778Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-03-14T04:23:11.3873971Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-03-14T04:23:11.3876861Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-03-14T04:23:11.3880157Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-03-14T04:23:11.3883687Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-03-14T04:23:11.3886708Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-03-14T04:23:11.3891482Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-03-14T04:23:11.3895814Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-03-14T04:23:11.3898917Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-03-14T04:23:11.3901767Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-03-14T04:23:11.3904617Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-03-14T04:23:11.3907447Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-03-14T04:23:11.3910739Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-03-14T04:23:11.3913809Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-03-14T04:23:11.3916733Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-03-14T04:23:11.3924242Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-03-14T04:23:11.3928445Z adding 'torch/include/ATen/cuda/cub.h' 2025-03-14T04:23:11.3931749Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-03-14T04:23:11.3934827Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-03-14T04:23:11.3939061Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-03-14T04:23:11.3942317Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-03-14T04:23:11.3946809Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-03-14T04:23:11.3952451Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-03-14T04:23:11.3955416Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-03-14T04:23:11.3959772Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-03-14T04:23:11.3963008Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-03-14T04:23:11.3966286Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-03-14T04:23:11.3970337Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-03-14T04:23:11.3973577Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-03-14T04:23:11.3977352Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-03-14T04:23:11.3981100Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-03-14T04:23:11.3988386Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-03-14T04:23:11.4021792Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-03-14T04:23:11.4022233Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-03-14T04:23:11.4022643Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-03-14T04:23:11.4023022Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-03-14T04:23:11.4023398Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-03-14T04:23:11.4023802Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-03-14T04:23:11.4031568Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-03-14T04:23:11.4035273Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-03-14T04:23:11.4038041Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-03-14T04:23:11.4041162Z adding 'torch/include/ATen/cudnn/Types.h' 2025-03-14T04:23:11.4045366Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-03-14T04:23:11.4047360Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-03-14T04:23:11.4051837Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-03-14T04:23:11.4056448Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-03-14T04:23:11.4060121Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-03-14T04:23:11.4063883Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-03-14T04:23:11.4067186Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-03-14T04:23:11.4070345Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-03-14T04:23:11.4073785Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-03-14T04:23:11.4077295Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-03-14T04:23:11.4081027Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-03-14T04:23:11.4084666Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-03-14T04:23:11.4088197Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-03-14T04:23:11.4092385Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-03-14T04:23:11.4098890Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-03-14T04:23:11.4103255Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-03-14T04:23:11.4107876Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-03-14T04:23:11.4112095Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-03-14T04:23:11.4116359Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-03-14T04:23:11.4119699Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-03-14T04:23:11.4124469Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-03-14T04:23:11.4129786Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-03-14T04:23:11.4133048Z adding 'torch/include/ATen/functorch/Macros.h' 2025-03-14T04:23:11.4136705Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-03-14T04:23:11.4140798Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-03-14T04:23:11.4144227Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-03-14T04:23:11.4149036Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-03-14T04:23:11.4152163Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-03-14T04:23:11.4158284Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-03-14T04:23:11.4162666Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-03-14T04:23:11.4167408Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-03-14T04:23:11.4170696Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-03-14T04:23:11.4173541Z adding 'torch/include/ATen/miopen/Handle.h' 2025-03-14T04:23:11.4176439Z adding 'torch/include/ATen/miopen/Types.h' 2025-03-14T04:23:11.4179325Z adding 'torch/include/ATen/miopen/Utils.h' 2025-03-14T04:23:11.4182587Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-03-14T04:23:11.4186477Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-03-14T04:23:11.4190261Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-03-14T04:23:11.4198906Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-03-14T04:23:11.4207946Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-03-14T04:23:11.4211300Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-03-14T04:23:11.4215114Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-03-14T04:23:11.4218462Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-03-14T04:23:11.4222636Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-03-14T04:23:11.4226174Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-03-14T04:23:11.4233505Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-03-14T04:23:11.4237816Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-03-14T04:23:11.4243895Z adding 'torch/include/ATen/native/Activation.h' 2025-03-14T04:23:11.4247324Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-03-14T04:23:11.4250343Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-03-14T04:23:11.4254701Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-03-14T04:23:11.4258622Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-03-14T04:23:11.4263701Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-03-14T04:23:11.4268124Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-03-14T04:23:11.4271922Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-03-14T04:23:11.4275111Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-03-14T04:23:11.4278978Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-03-14T04:23:11.4282583Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-03-14T04:23:11.4286586Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-03-14T04:23:11.4293596Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-03-14T04:23:11.4297094Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-03-14T04:23:11.4300682Z adding 'torch/include/ATen/native/Copy.h' 2025-03-14T04:23:11.4303757Z adding 'torch/include/ATen/native/Cross.h' 2025-03-14T04:23:11.4307990Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-03-14T04:23:11.4314041Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-03-14T04:23:11.4317625Z adding 'torch/include/ATen/native/Distance.h' 2025-03-14T04:23:11.4324613Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-03-14T04:23:11.4333874Z adding 'torch/include/ATen/native/Distributions.h' 2025-03-14T04:23:11.4338499Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-03-14T04:23:11.4341900Z adding 'torch/include/ATen/native/Fill.h' 2025-03-14T04:23:11.4348528Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-03-14T04:23:11.4352430Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-03-14T04:23:11.4355701Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-03-14T04:23:11.4358730Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-03-14T04:23:11.4361665Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-03-14T04:23:11.4365212Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-03-14T04:23:11.4368694Z adding 'torch/include/ATen/native/Gelu.h' 2025-03-14T04:23:11.4491393Z adding 'torch/include/ATen/native/GridSampler.h' 2025-03-14T04:23:11.4495291Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-03-14T04:23:11.4499041Z adding 'torch/include/ATen/native/Histogram.h' 2025-03-14T04:23:11.4502802Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-03-14T04:23:11.4507400Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-03-14T04:23:11.4510866Z adding 'torch/include/ATen/native/Lerp.h' 2025-03-14T04:23:11.4514059Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-03-14T04:23:11.4525174Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-03-14T04:23:11.4529324Z adding 'torch/include/ATen/native/LossMulti.h' 2025-03-14T04:23:11.4575626Z adding 'torch/include/ATen/native/Math.h' 2025-03-14T04:23:11.4582435Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-03-14T04:23:11.4587228Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-03-14T04:23:11.4591309Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-03-14T04:23:11.4594440Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-03-14T04:23:11.4597863Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-03-14T04:23:11.4600983Z adding 'torch/include/ATen/native/Normalization.h' 2025-03-14T04:23:11.4604288Z adding 'torch/include/ATen/native/Padding.h' 2025-03-14T04:23:11.4607535Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-03-14T04:23:11.4610557Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-03-14T04:23:11.4616093Z adding 'torch/include/ATen/native/Pool.h' 2025-03-14T04:23:11.4619686Z adding 'torch/include/ATen/native/Pow.h' 2025-03-14T04:23:11.4623164Z adding 'torch/include/ATen/native/RNN.h' 2025-03-14T04:23:11.4626202Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-03-14T04:23:11.4629476Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-03-14T04:23:11.4632489Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-03-14T04:23:11.4635690Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-03-14T04:23:11.4642027Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-03-14T04:23:11.4645787Z adding 'torch/include/ATen/native/ReductionType.h' 2025-03-14T04:23:11.4649135Z adding 'torch/include/ATen/native/Repeat.h' 2025-03-14T04:23:11.4654256Z adding 'torch/include/ATen/native/Resize.h' 2025-03-14T04:23:11.4658231Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-03-14T04:23:11.4662389Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-03-14T04:23:11.4665490Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-03-14T04:23:11.4671227Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-03-14T04:23:11.4675279Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-03-14T04:23:11.4678459Z adding 'torch/include/ATen/native/Sorting.h' 2025-03-14T04:23:11.4681818Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-03-14T04:23:11.4686536Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-03-14T04:23:11.4690615Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-03-14T04:23:11.4694947Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-03-14T04:23:11.4698489Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-03-14T04:23:11.4702597Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-03-14T04:23:11.4706205Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-03-14T04:23:11.4709132Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-03-14T04:23:11.4712994Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-03-14T04:23:11.4716932Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-03-14T04:23:11.4720061Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-03-14T04:23:11.4723814Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-03-14T04:23:11.4726424Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-03-14T04:23:11.4730513Z adding 'torch/include/ATen/native/TensorShape.h' 2025-03-14T04:23:11.4733855Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-03-14T04:23:11.4737498Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-03-14T04:23:11.4740778Z adding 'torch/include/ATen/native/TransposeType.h' 2025-03-14T04:23:11.4744315Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-03-14T04:23:11.4747453Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-03-14T04:23:11.4751610Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-03-14T04:23:11.4754448Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-03-14T04:23:11.4757625Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-03-14T04:23:11.4761231Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-03-14T04:23:11.4768940Z adding 'torch/include/ATen/native/UpSample.h' 2025-03-14T04:23:11.4772418Z adding 'torch/include/ATen/native/batch_norm.h' 2025-03-14T04:23:11.4775702Z adding 'torch/include/ATen/native/group_norm.h' 2025-03-14T04:23:11.4779791Z adding 'torch/include/ATen/native/im2col.h' 2025-03-14T04:23:11.4783975Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-03-14T04:23:11.4787981Z adding 'torch/include/ATen/native/layer_norm.h' 2025-03-14T04:23:11.4790993Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-03-14T04:23:11.4794553Z adding 'torch/include/ATen/native/vol2col.h' 2025-03-14T04:23:11.4799260Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-03-14T04:23:11.4802287Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-03-14T04:23:11.4805402Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-03-14T04:23:11.4808302Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-03-14T04:23:11.4811438Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-03-14T04:23:11.4817166Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-03-14T04:23:11.4821191Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-03-14T04:23:11.4824471Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-03-14T04:23:11.4828356Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-03-14T04:23:11.4832000Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-03-14T04:23:11.4835134Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-03-14T04:23:11.4838796Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-03-14T04:23:11.4844897Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-03-14T04:23:11.4848981Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-03-14T04:23:11.4851466Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-03-14T04:23:11.4857385Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-03-14T04:23:11.4862345Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-03-14T04:23:11.4866070Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-03-14T04:23:11.4868973Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-03-14T04:23:11.4873360Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-03-14T04:23:11.4876729Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-03-14T04:23:11.4879868Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-03-14T04:23:11.4882947Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-03-14T04:23:11.4898702Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-03-14T04:23:11.4903328Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-03-14T04:23:11.4909912Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-03-14T04:23:11.4913588Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-03-14T04:23:11.4916837Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-03-14T04:23:11.4921339Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-03-14T04:23:11.4926176Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-03-14T04:23:11.4930279Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-03-14T04:23:11.4935544Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-03-14T04:23:11.4938762Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-03-14T04:23:11.4944647Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-03-14T04:23:11.4952780Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-03-14T04:23:11.4956622Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-03-14T04:23:11.4959622Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-03-14T04:23:11.4967632Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-03-14T04:23:11.4971571Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-03-14T04:23:11.4974963Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-03-14T04:23:11.4984079Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-03-14T04:23:11.4987982Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-03-14T04:23:11.4991893Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-03-14T04:23:11.5021796Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-03-14T04:23:11.5022325Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-03-14T04:23:11.5022792Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-03-14T04:23:11.5023194Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-03-14T04:23:11.5023589Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-03-14T04:23:11.5023995Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-03-14T04:23:11.5024597Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-03-14T04:23:11.5028093Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-03-14T04:23:11.5033650Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-03-14T04:23:11.5067631Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-03-14T04:23:11.5077612Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-03-14T04:23:11.5081251Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-03-14T04:23:11.5086688Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-03-14T04:23:11.5105386Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-03-14T04:23:11.5113156Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-03-14T04:23:11.5117202Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-03-14T04:23:11.5120721Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-03-14T04:23:11.5137473Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-03-14T04:23:11.5141819Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-03-14T04:23:11.5145074Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-03-14T04:23:11.5148098Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-03-14T04:23:11.5151075Z adding 'torch/include/ATen/native/cuda/ScaledGroupMM.h' 2025-03-14T04:23:11.5154135Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-03-14T04:23:11.5161190Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-03-14T04:23:11.5164758Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-03-14T04:23:11.5167750Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-03-14T04:23:11.5173221Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-03-14T04:23:11.5176480Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-03-14T04:23:11.5180801Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-03-14T04:23:11.5194057Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-03-14T04:23:11.5201309Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-03-14T04:23:11.5205331Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-03-14T04:23:11.5208052Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-03-14T04:23:11.5211012Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-03-14T04:23:11.5216442Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-03-14T04:23:11.5220608Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-03-14T04:23:11.5228574Z adding 'torch/include/ATen/native/cuda/cutlass_utils.cuh' 2025-03-14T04:23:11.5232475Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-03-14T04:23:11.5235584Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-03-14T04:23:11.5240273Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-03-14T04:23:11.5243739Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-03-14T04:23:11.5246869Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-03-14T04:23:11.5251638Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-03-14T04:23:11.5256618Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-03-14T04:23:11.5265134Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-03-14T04:23:11.5268925Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-03-14T04:23:11.5274141Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-03-14T04:23:11.5279977Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-03-14T04:23:11.5283290Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-03-14T04:23:11.5287911Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-03-14T04:23:11.5291594Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-03-14T04:23:11.5295854Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-03-14T04:23:11.5299361Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-03-14T04:23:11.5303339Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-03-14T04:23:11.5313969Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-03-14T04:23:11.5318551Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-03-14T04:23:11.5322587Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-03-14T04:23:11.5326471Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-03-14T04:23:11.5330524Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-03-14T04:23:11.5333948Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-03-14T04:23:11.5337459Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-03-14T04:23:11.5341912Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-03-14T04:23:11.5346516Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-03-14T04:23:11.5354302Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-03-14T04:23:11.5358065Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-03-14T04:23:11.5362324Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-03-14T04:23:11.5365980Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-03-14T04:23:11.5369862Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-03-14T04:23:11.5373238Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-03-14T04:23:11.5380118Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-03-14T04:23:11.5385155Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-03-14T04:23:11.5388676Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-03-14T04:23:11.5392163Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-03-14T04:23:11.5395299Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-03-14T04:23:11.5398650Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-03-14T04:23:11.5401834Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-03-14T04:23:11.5405678Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-03-14T04:23:11.5408740Z adding 'torch/include/ATen/native/quantized/library.h' 2025-03-14T04:23:11.5414392Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-03-14T04:23:11.5419002Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-03-14T04:23:11.5426280Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-03-14T04:23:11.5435918Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-03-14T04:23:11.5443052Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-03-14T04:23:11.5448899Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-03-14T04:23:11.5453516Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-03-14T04:23:11.5460356Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-03-14T04:23:11.5467880Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-03-14T04:23:11.5474671Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-03-14T04:23:11.5479385Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-03-14T04:23:11.5484048Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-03-14T04:23:11.5488632Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-03-14T04:23:11.5491966Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-03-14T04:23:11.5496562Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-03-14T04:23:11.5502920Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-03-14T04:23:11.5510747Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-03-14T04:23:11.5515775Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-03-14T04:23:11.5519632Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-03-14T04:23:11.5523722Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-03-14T04:23:11.5705708Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-03-14T04:23:11.5709224Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-03-14T04:23:11.5712609Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5715667Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:23:11.5718730Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:23:11.5721728Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-03-14T04:23:11.5724978Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-03-14T04:23:11.5728317Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5731405Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-14T04:23:11.5734521Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-14T04:23:11.5737585Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-03-14T04:23:11.5740695Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-03-14T04:23:11.5744245Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-03-14T04:23:11.5747418Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-03-14T04:23:11.5750721Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5753722Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:23:11.5756755Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:23:11.5759724Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-03-14T04:23:11.5762897Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-03-14T04:23:11.5766134Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5769204Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-14T04:23:11.5772191Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-14T04:23:11.5775224Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-03-14T04:23:11.5778459Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-03-14T04:23:11.5781537Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-03-14T04:23:11.5784898Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.5787780Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-03-14T04:23:11.5790993Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-03-14T04:23:11.5794221Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-03-14T04:23:11.5797513Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5800628Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-03-14T04:23:11.5803743Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-03-14T04:23:11.5806780Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-03-14T04:23:11.5810263Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-03-14T04:23:11.5813875Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-03-14T04:23:11.5817086Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.5820160Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-03-14T04:23:11.5823505Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-03-14T04:23:11.5826684Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-03-14T04:23:11.5829899Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-03-14T04:23:11.5833075Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-03-14T04:23:11.5836495Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-03-14T04:23:11.5839692Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-03-14T04:23:11.5843194Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5846204Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-03-14T04:23:11.5849477Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-03-14T04:23:11.5852532Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-03-14T04:23:11.5856006Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-03-14T04:23:11.5859804Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-03-14T04:23:11.5863354Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5866529Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-03-14T04:23:11.5869641Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-03-14T04:23:11.5872917Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-03-14T04:23:11.5876694Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-03-14T04:23:11.5879560Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-03-14T04:23:11.5883065Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5886173Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-03-14T04:23:11.5889352Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-03-14T04:23:11.5892421Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-03-14T04:23:11.5895687Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-03-14T04:23:11.5899117Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-03-14T04:23:11.5902535Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-03-14T04:23:11.5905808Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-03-14T04:23:11.5908886Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-03-14T04:23:11.5912053Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-03-14T04:23:11.5915148Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-03-14T04:23:11.5918291Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-03-14T04:23:11.5921543Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5924621Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-03-14T04:23:11.5927736Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-03-14T04:23:11.5931206Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-03-14T04:23:11.5934682Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.5937760Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-03-14T04:23:11.5940952Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-03-14T04:23:11.5944350Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-03-14T04:23:11.5947500Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-03-14T04:23:11.5950730Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.5953773Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-03-14T04:23:11.5956940Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-03-14T04:23:11.5960033Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-03-14T04:23:11.5963406Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.5966344Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-03-14T04:23:11.5969658Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-03-14T04:23:11.5972674Z adding 'torch/include/ATen/ops/_backward.h' 2025-03-14T04:23:11.5976038Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.5978940Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-03-14T04:23:11.5982363Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-03-14T04:23:11.5986066Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-03-14T04:23:11.5988977Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-03-14T04:23:11.5992446Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.5995463Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-03-14T04:23:11.5998913Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-03-14T04:23:11.6002183Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6005437Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-03-14T04:23:11.6008684Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-03-14T04:23:11.6042043Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-03-14T04:23:11.6042615Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6043210Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-03-14T04:23:11.6043667Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-03-14T04:23:11.6044088Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-03-14T04:23:11.6044657Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6045281Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-03-14T04:23:11.6045802Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-03-14T04:23:11.6046309Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-03-14T04:23:11.6047874Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-03-14T04:23:11.6050163Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-03-14T04:23:11.6053911Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6056400Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-03-14T04:23:11.6059683Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-03-14T04:23:11.6062818Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-03-14T04:23:11.6066234Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6069115Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-03-14T04:23:11.6072234Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-03-14T04:23:11.6076381Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-03-14T04:23:11.6078723Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6081589Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-03-14T04:23:11.6084655Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-03-14T04:23:11.6087639Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-03-14T04:23:11.6090827Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6093890Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-03-14T04:23:11.6096990Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-03-14T04:23:11.6100012Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-03-14T04:23:11.6103323Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6106153Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-03-14T04:23:11.6109225Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-03-14T04:23:11.6112221Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-03-14T04:23:11.6115416Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6118227Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-03-14T04:23:11.6121294Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-03-14T04:23:11.6124498Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-03-14T04:23:11.6127771Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6130626Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-03-14T04:23:11.6133706Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-03-14T04:23:11.6136726Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-03-14T04:23:11.6139934Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6142879Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-03-14T04:23:11.6145916Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-03-14T04:23:11.6148989Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-03-14T04:23:11.6152248Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6155239Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-03-14T04:23:11.6158438Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6161390Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-03-14T04:23:11.6164501Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-03-14T04:23:11.6167623Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-03-14T04:23:11.6170885Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6173859Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-03-14T04:23:11.6177283Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-03-14T04:23:11.6180249Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-03-14T04:23:11.6183546Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-03-14T04:23:11.6186706Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-03-14T04:23:11.6189983Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6192947Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-03-14T04:23:11.6196029Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-03-14T04:23:11.6198960Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-03-14T04:23:11.6202113Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-03-14T04:23:11.6205196Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-03-14T04:23:11.6208458Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6211332Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-03-14T04:23:11.6214427Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-03-14T04:23:11.6217457Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-03-14T04:23:11.6220729Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6223837Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-03-14T04:23:11.6226801Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-03-14T04:23:11.6229982Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-03-14T04:23:11.6233031Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-03-14T04:23:11.6236279Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6239134Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-03-14T04:23:11.6242255Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-03-14T04:23:11.6245338Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-03-14T04:23:11.6248582Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6251544Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-03-14T04:23:11.6254472Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-03-14T04:23:11.6257665Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-03-14T04:23:11.6260870Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-03-14T04:23:11.6264184Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-03-14T04:23:11.6267286Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-03-14T04:23:11.6270283Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-03-14T04:23:11.6273449Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-03-14T04:23:11.6276423Z adding 'torch/include/ATen/ops/_conj.h' 2025-03-14T04:23:11.6279651Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6282563Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-03-14T04:23:11.6285870Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6288902Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.6291717Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-03-14T04:23:11.6294865Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-03-14T04:23:11.6297759Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-03-14T04:23:11.6300861Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-03-14T04:23:11.6304107Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-03-14T04:23:11.6307386Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6310247Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-03-14T04:23:11.6313345Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-03-14T04:23:11.6355457Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-03-14T04:23:11.6355934Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-03-14T04:23:11.6356392Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-03-14T04:23:11.6356831Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-03-14T04:23:11.6357282Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-03-14T04:23:11.6358112Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.6358882Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-03-14T04:23:11.6359498Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-03-14T04:23:11.6360111Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-03-14T04:23:11.6360776Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-03-14T04:23:11.6361363Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-03-14T04:23:11.6361900Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-03-14T04:23:11.6362877Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-03-14T04:23:11.6367294Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.6369804Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-03-14T04:23:11.6373166Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-03-14T04:23:11.6376215Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-03-14T04:23:11.6379573Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-03-14T04:23:11.6382758Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-03-14T04:23:11.6385990Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-03-14T04:23:11.6389449Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-03-14T04:23:11.6392285Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-03-14T04:23:11.6395289Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-03-14T04:23:11.6398390Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-03-14T04:23:11.6401319Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-03-14T04:23:11.6404420Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-03-14T04:23:11.6407414Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-03-14T04:23:11.6410650Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-03-14T04:23:11.6414493Z adding 'torch/include/ATen/ops/_convolution.h' 2025-03-14T04:23:11.6418215Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6421450Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6424920Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-03-14T04:23:11.6428419Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6431432Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-03-14T04:23:11.6434771Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-03-14T04:23:11.6437915Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-03-14T04:23:11.6441364Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6444267Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-03-14T04:23:11.6447461Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-03-14T04:23:11.6450583Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-03-14T04:23:11.6454050Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-03-14T04:23:11.6457230Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-03-14T04:23:11.6460358Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-03-14T04:23:11.6463715Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6466574Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-03-14T04:23:11.6469808Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-03-14T04:23:11.6472986Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6475880Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-03-14T04:23:11.6479050Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-03-14T04:23:11.6482077Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-03-14T04:23:11.6485158Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-03-14T04:23:11.6488076Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-03-14T04:23:11.6491112Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-03-14T04:23:11.6494527Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-03-14T04:23:11.6497925Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-03-14T04:23:11.6500924Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-03-14T04:23:11.6504237Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-03-14T04:23:11.6507365Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-03-14T04:23:11.6510531Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-03-14T04:23:11.6513531Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-03-14T04:23:11.6516724Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-03-14T04:23:11.6519998Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-03-14T04:23:11.6523408Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-03-14T04:23:11.6526725Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6529738Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:11.6533204Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6536278Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-03-14T04:23:11.6539736Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-03-14T04:23:11.6543209Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6546248Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-03-14T04:23:11.6549288Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-03-14T04:23:11.6552343Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-03-14T04:23:11.6555380Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-03-14T04:23:11.6558835Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-03-14T04:23:11.6562382Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-03-14T04:23:11.6565743Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-03-14T04:23:11.6568800Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-03-14T04:23:11.6572112Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-03-14T04:23:11.6575346Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-03-14T04:23:11.6578793Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6581801Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-14T04:23:11.6584912Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-03-14T04:23:11.6588302Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-03-14T04:23:11.6591680Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-03-14T04:23:11.6594953Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6598161Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-03-14T04:23:11.6601240Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-03-14T04:23:11.6604626Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-03-14T04:23:11.6608533Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-03-14T04:23:11.6612948Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-03-14T04:23:11.6616917Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6620149Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6623499Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-03-14T04:23:11.6627112Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-03-14T04:23:11.6630664Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6633816Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-03-14T04:23:11.6637345Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-03-14T04:23:11.6640892Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6643960Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-03-14T04:23:11.6647030Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-03-14T04:23:11.6650311Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-03-14T04:23:11.6653433Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-03-14T04:23:11.6656953Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-03-14T04:23:11.6660142Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-03-14T04:23:11.6663644Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6666517Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-03-14T04:23:11.6669576Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-03-14T04:23:11.6672643Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-03-14T04:23:11.6675869Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6678750Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-03-14T04:23:11.6681804Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-03-14T04:23:11.6684829Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-03-14T04:23:11.6688074Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6690944Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-03-14T04:23:11.6694025Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-03-14T04:23:11.6697052Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-03-14T04:23:11.6700854Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6703868Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-03-14T04:23:11.6707143Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-03-14T04:23:11.6710211Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-03-14T04:23:11.6713517Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-03-14T04:23:11.6716661Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-03-14T04:23:11.6719709Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-03-14T04:23:11.6723064Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-03-14T04:23:11.6726045Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-03-14T04:23:11.6729331Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-03-14T04:23:11.6732381Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-03-14T04:23:11.6735516Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-03-14T04:23:11.6738638Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-03-14T04:23:11.6741965Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-03-14T04:23:11.6745613Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6748323Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-03-14T04:23:11.6751540Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-03-14T04:23:11.6754402Z adding 'torch/include/ATen/ops/_dimI.h' 2025-03-14T04:23:11.6757512Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-03-14T04:23:11.6760602Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-03-14T04:23:11.6763704Z adding 'torch/include/ATen/ops/_dimV.h' 2025-03-14T04:23:11.6766724Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-03-14T04:23:11.6769965Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-03-14T04:23:11.6773049Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-03-14T04:23:11.6776415Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6779329Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-03-14T04:23:11.6782647Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-03-14T04:23:11.6785866Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-03-14T04:23:11.6789153Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6792268Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-03-14T04:23:11.6795337Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-03-14T04:23:11.6798457Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-03-14T04:23:11.6801783Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-03-14T04:23:11.6805039Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-03-14T04:23:11.6809232Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-03-14T04:23:11.6811385Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-03-14T04:23:11.6814894Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-03-14T04:23:11.6817873Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-03-14T04:23:11.6821234Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-03-14T04:23:11.6824406Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-03-14T04:23:11.6827777Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-03-14T04:23:11.6831496Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-03-14T04:23:11.6834924Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6838234Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-03-14T04:23:11.6841638Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-03-14T04:23:11.6845377Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-03-14T04:23:11.6849091Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-03-14T04:23:11.6852077Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-03-14T04:23:11.6855575Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-03-14T04:23:11.6860047Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-03-14T04:23:11.6863235Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6866429Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-03-14T04:23:11.6869571Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-03-14T04:23:11.6872810Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-03-14T04:23:11.6875922Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-03-14T04:23:11.6879253Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-03-14T04:23:11.6882728Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-03-14T04:23:11.6886194Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-03-14T04:23:11.6889628Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-03-14T04:23:11.6892830Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6896097Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-03-14T04:23:11.6899290Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-03-14T04:23:11.6902909Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6906093Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-03-14T04:23:11.6909238Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-03-14T04:23:11.6912977Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-03-14T04:23:11.6916602Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6919838Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-03-14T04:23:11.6923039Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6926291Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-03-14T04:23:11.6929804Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-03-14T04:23:11.6933164Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-03-14T04:23:11.6936744Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6939821Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-03-14T04:23:11.6943238Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-03-14T04:23:11.6946475Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-03-14T04:23:11.6949881Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-03-14T04:23:11.6953185Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-03-14T04:23:11.6956602Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-03-14T04:23:11.6960121Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-03-14T04:23:11.6963619Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.6966802Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-03-14T04:23:11.6970017Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-03-14T04:23:11.6973132Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-03-14T04:23:11.6976557Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-03-14T04:23:11.6979841Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-03-14T04:23:11.6983464Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.6986463Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-03-14T04:23:11.6989858Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-03-14T04:23:11.6993765Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-03-14T04:23:11.6997261Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7000496Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-03-14T04:23:11.7003573Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-03-14T04:23:11.7007076Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-03-14T04:23:11.7011158Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-03-14T04:23:11.7014806Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7018132Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-03-14T04:23:11.7021280Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-03-14T04:23:11.7025375Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-03-14T04:23:11.7028733Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-03-14T04:23:11.7031959Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7034855Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-03-14T04:23:11.7038011Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-03-14T04:23:11.7041340Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-03-14T04:23:11.7044711Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-03-14T04:23:11.7047948Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-03-14T04:23:11.7051098Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-03-14T04:23:11.7054124Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-03-14T04:23:11.7057315Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-03-14T04:23:11.7060591Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7063736Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-03-14T04:23:11.7066829Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-03-14T04:23:11.7069826Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-03-14T04:23:11.7073092Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-03-14T04:23:11.7076552Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-03-14T04:23:11.7079817Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-03-14T04:23:11.7083002Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-03-14T04:23:11.7086128Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-03-14T04:23:11.7089249Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-03-14T04:23:11.7092472Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-03-14T04:23:11.7095771Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7099543Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-03-14T04:23:11.7102840Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-03-14T04:23:11.7105908Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-03-14T04:23:11.7109172Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-03-14T04:23:11.7112610Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-03-14T04:23:11.7116013Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7119097Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-03-14T04:23:11.7122207Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-03-14T04:23:11.7125251Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-03-14T04:23:11.7128578Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-03-14T04:23:11.7131951Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-03-14T04:23:11.7135293Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-03-14T04:23:11.7138504Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-03-14T04:23:11.7141645Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-03-14T04:23:11.7144872Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-03-14T04:23:11.7148231Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-03-14T04:23:11.7151523Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-03-14T04:23:11.7154694Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-03-14T04:23:11.7157702Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-03-14T04:23:11.7160913Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-03-14T04:23:11.7164076Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-03-14T04:23:11.7167352Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-03-14T04:23:11.7170465Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-03-14T04:23:11.7173472Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-03-14T04:23:11.7176669Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-03-14T04:23:11.7179826Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-03-14T04:23:11.7183090Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-03-14T04:23:11.7186168Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-03-14T04:23:11.7189143Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-03-14T04:23:11.7192303Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-03-14T04:23:11.7196177Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-03-14T04:23:11.7199576Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-03-14T04:23:11.7202655Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-03-14T04:23:11.7205996Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-03-14T04:23:11.7209548Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-03-14T04:23:11.7212951Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-03-14T04:23:11.7216043Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-03-14T04:23:11.7219369Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-03-14T04:23:11.7222600Z adding 'torch/include/ATen/ops/_foobar.h' 2025-03-14T04:23:11.7225883Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7228922Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-03-14T04:23:11.7231899Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-03-14T04:23:11.7235079Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-03-14T04:23:11.7238173Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-03-14T04:23:11.7241432Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7244373Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-03-14T04:23:11.7247322Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-03-14T04:23:11.7250539Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-03-14T04:23:11.7253759Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-03-14T04:23:11.7256953Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7259897Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-03-14T04:23:11.7262955Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-03-14T04:23:11.7266126Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-03-14T04:23:11.7269568Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-03-14T04:23:11.7273075Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7276192Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-03-14T04:23:11.7279426Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-03-14T04:23:11.7283330Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-03-14T04:23:11.7286967Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-03-14T04:23:11.7290545Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7293612Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-03-14T04:23:11.7296841Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-03-14T04:23:11.7300585Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-03-14T04:23:11.7304320Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-03-14T04:23:11.7307830Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7310964Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-03-14T04:23:11.7314178Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-03-14T04:23:11.7317911Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-03-14T04:23:11.7321225Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-03-14T04:23:11.7324636Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7327693Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-03-14T04:23:11.7330824Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-03-14T04:23:11.7334049Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-03-14T04:23:11.7337363Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-03-14T04:23:11.7340788Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7344057Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-03-14T04:23:11.7347080Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-03-14T04:23:11.7350713Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-03-14T04:23:11.7353983Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-03-14T04:23:11.7357231Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7360344Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-03-14T04:23:11.7363710Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-03-14T04:23:11.7367084Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-03-14T04:23:11.7370511Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-03-14T04:23:11.7374110Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7377308Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-03-14T04:23:11.7380465Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-03-14T04:23:11.7384293Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-03-14T04:23:11.7388737Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-03-14T04:23:11.7391485Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7394724Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-03-14T04:23:11.7397879Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-03-14T04:23:11.7401728Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-03-14T04:23:11.7405385Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-03-14T04:23:11.7408443Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7411631Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-03-14T04:23:11.7414677Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-03-14T04:23:11.7418065Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-03-14T04:23:11.7421219Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-03-14T04:23:11.7424733Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7428115Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-03-14T04:23:11.7430859Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-03-14T04:23:11.7434248Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-03-14T04:23:11.7437410Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-03-14T04:23:11.7440894Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7443826Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-03-14T04:23:11.7447005Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-03-14T04:23:11.7450207Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-03-14T04:23:11.7453858Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-03-14T04:23:11.7457469Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7460614Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-03-14T04:23:11.7464095Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-03-14T04:23:11.7468267Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-03-14T04:23:11.7471322Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-03-14T04:23:11.7474719Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7477749Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-03-14T04:23:11.7480853Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-03-14T04:23:11.7484085Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-03-14T04:23:11.7487411Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-03-14T04:23:11.7491034Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7493766Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-03-14T04:23:11.7496866Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-03-14T04:23:11.7500073Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-03-14T04:23:11.7503465Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-03-14T04:23:11.7506776Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7509982Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-03-14T04:23:11.7527267Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-03-14T04:23:11.7527824Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-03-14T04:23:11.7528981Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-03-14T04:23:11.7529576Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7530188Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-03-14T04:23:11.7533655Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-03-14T04:23:11.7537625Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-03-14T04:23:11.7541001Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-03-14T04:23:11.7545236Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7547602Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-03-14T04:23:11.7551046Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-03-14T04:23:11.7554009Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-03-14T04:23:11.7557206Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-03-14T04:23:11.7560392Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7563622Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-03-14T04:23:11.7566611Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-03-14T04:23:11.7569796Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-03-14T04:23:11.7573213Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-03-14T04:23:11.7576666Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7579940Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-03-14T04:23:11.7583221Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-03-14T04:23:11.7586902Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-03-14T04:23:11.7590184Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-03-14T04:23:11.7593451Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7596510Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-03-14T04:23:11.7599394Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-03-14T04:23:11.7602554Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-03-14T04:23:11.7605689Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-03-14T04:23:11.7608989Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-03-14T04:23:11.7612418Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7615435Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-03-14T04:23:11.7618457Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-03-14T04:23:11.7621721Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-03-14T04:23:11.7624892Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-03-14T04:23:11.7628137Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7631109Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-03-14T04:23:11.7634114Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-03-14T04:23:11.7637330Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-03-14T04:23:11.7640500Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-03-14T04:23:11.7643751Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7646693Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-03-14T04:23:11.7649651Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-03-14T04:23:11.7652835Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-03-14T04:23:11.7656136Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7659139Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-03-14T04:23:11.7662215Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-03-14T04:23:11.7665556Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-03-14T04:23:11.7668651Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-03-14T04:23:11.7672124Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7675701Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-03-14T04:23:11.7678282Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-03-14T04:23:11.7681662Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-03-14T04:23:11.7684972Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-03-14T04:23:11.7688550Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7691658Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-03-14T04:23:11.7695338Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-03-14T04:23:11.7698779Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-03-14T04:23:11.7702837Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-03-14T04:23:11.7706373Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7709922Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-03-14T04:23:11.7712755Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-03-14T04:23:11.7716510Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-03-14T04:23:11.7720066Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-03-14T04:23:11.7723684Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7726866Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-03-14T04:23:11.7730290Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-03-14T04:23:11.7734233Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-03-14T04:23:11.7737540Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-03-14T04:23:11.7741011Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7744283Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-03-14T04:23:11.7747257Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-03-14T04:23:11.7750596Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-03-14T04:23:11.7753810Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-03-14T04:23:11.7757230Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7760416Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-03-14T04:23:11.7763577Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-03-14T04:23:11.7766767Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-03-14T04:23:11.7770257Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-03-14T04:23:11.7773918Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7777033Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-03-14T04:23:11.7780347Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-03-14T04:23:11.7784623Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-03-14T04:23:11.7787598Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-03-14T04:23:11.7791075Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7794126Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-03-14T04:23:11.7797279Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-03-14T04:23:11.7800495Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-03-14T04:23:11.7803773Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-03-14T04:23:11.7807485Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7810227Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-03-14T04:23:11.7813373Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-03-14T04:23:11.7816545Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-03-14T04:23:11.7819806Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-03-14T04:23:11.7823248Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7826474Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-03-14T04:23:11.7829404Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-03-14T04:23:11.7832735Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-03-14T04:23:11.7836020Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-03-14T04:23:11.7839337Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7842466Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-03-14T04:23:11.7845491Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-03-14T04:23:11.7848954Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-03-14T04:23:11.7852202Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-03-14T04:23:11.7856310Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7859492Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-03-14T04:23:11.7862637Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-03-14T04:23:11.7866008Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-03-14T04:23:11.7869181Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-03-14T04:23:11.7872909Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7875932Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-03-14T04:23:11.7879091Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-03-14T04:23:11.7882358Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-03-14T04:23:11.7885555Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-03-14T04:23:11.7888939Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7892013Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-03-14T04:23:11.7895008Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-03-14T04:23:11.7898167Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-03-14T04:23:11.7901456Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-03-14T04:23:11.7904869Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7907994Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-03-14T04:23:11.7910984Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-03-14T04:23:11.7914330Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-03-14T04:23:11.7917772Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-03-14T04:23:11.7921227Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7924489Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-03-14T04:23:11.7927693Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-03-14T04:23:11.7931467Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-03-14T04:23:11.7934821Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-03-14T04:23:11.7938127Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7941221Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-03-14T04:23:11.7944341Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-03-14T04:23:11.7947689Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-03-14T04:23:11.7950881Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-03-14T04:23:11.7954307Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7957340Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-03-14T04:23:11.7960418Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-03-14T04:23:11.7963681Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-03-14T04:23:11.7966889Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-03-14T04:23:11.7970284Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7974380Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-03-14T04:23:11.7977581Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-03-14T04:23:11.7980866Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-03-14T04:23:11.7984278Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-03-14T04:23:11.7987661Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.7990662Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-03-14T04:23:11.7993789Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-03-14T04:23:11.7997015Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-03-14T04:23:11.8000314Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-03-14T04:23:11.8004027Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-03-14T04:23:11.8006614Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-03-14T04:23:11.8009770Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-03-14T04:23:11.8012980Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-03-14T04:23:11.8016417Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8019370Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-03-14T04:23:11.8022765Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-03-14T04:23:11.8025933Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-03-14T04:23:11.8029409Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8032420Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-03-14T04:23:11.8035813Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8040370Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-03-14T04:23:11.8042345Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-03-14T04:23:11.8045357Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-03-14T04:23:11.8048476Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-03-14T04:23:11.8051740Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-03-14T04:23:11.8056254Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8058389Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-03-14T04:23:11.8061459Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-03-14T04:23:11.8065164Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-03-14T04:23:11.8068841Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-03-14T04:23:11.8072506Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8075678Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-03-14T04:23:11.8078819Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-03-14T04:23:11.8082048Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-03-14T04:23:11.8086083Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-03-14T04:23:11.8090236Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-03-14T04:23:11.8093866Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8096973Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-03-14T04:23:11.8100098Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-03-14T04:23:11.8103426Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-03-14T04:23:11.8107323Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-03-14T04:23:11.8110756Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-03-14T04:23:11.8114131Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8117044Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-03-14T04:23:11.8120057Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-03-14T04:23:11.8123256Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-03-14T04:23:11.8126774Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-03-14T04:23:11.8130287Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8133879Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-03-14T04:23:11.8137969Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-03-14T04:23:11.8141184Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-03-14T04:23:11.8145116Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-03-14T04:23:11.8148325Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-03-14T04:23:11.8151501Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-03-14T04:23:11.8154655Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-03-14T04:23:11.8157763Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-03-14T04:23:11.8160814Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-03-14T04:23:11.8163997Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-03-14T04:23:11.8167519Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-03-14T04:23:11.8171110Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8174447Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-03-14T04:23:11.8177644Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-03-14T04:23:11.8180928Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-03-14T04:23:11.8184917Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-03-14T04:23:11.8188253Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-03-14T04:23:11.8194738Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8198567Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-03-14T04:23:11.8202119Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8205450Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8208355Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-03-14T04:23:11.8211579Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-03-14T04:23:11.8214671Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-03-14T04:23:11.8217864Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-03-14T04:23:11.8221030Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-03-14T04:23:11.8224486Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.8227431Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-03-14T04:23:11.8230683Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-03-14T04:23:11.8234034Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-03-14T04:23:11.8237289Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-03-14T04:23:11.8240681Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.8243687Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-03-14T04:23:11.8247133Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-03-14T04:23:11.8250491Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8253513Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-03-14T04:23:11.8256820Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-03-14T04:23:11.8259948Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-03-14T04:23:11.8263369Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.8266306Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-03-14T04:23:11.8269533Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-03-14T04:23:11.8272615Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-03-14T04:23:11.8275912Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8278870Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-03-14T04:23:11.8282132Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-03-14T04:23:11.8285311Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-03-14T04:23:11.8288682Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8291768Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-03-14T04:23:11.8294852Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-03-14T04:23:11.8298159Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-03-14T04:23:11.8301450Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-03-14T04:23:11.8304944Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8308017Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-03-14T04:23:11.8311100Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-03-14T04:23:11.8314400Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-03-14T04:23:11.8318258Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-03-14T04:23:11.8321025Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8324124Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-03-14T04:23:11.8327137Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-03-14T04:23:11.8330495Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-03-14T04:23:11.8333730Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-03-14T04:23:11.8337181Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8340235Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-03-14T04:23:11.8343822Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-03-14T04:23:11.8346902Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-03-14T04:23:11.8349990Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-03-14T04:23:11.8353481Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-03-14T04:23:11.8356562Z adding 'torch/include/ATen/ops/_indices.h' 2025-03-14T04:23:11.8359814Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-03-14T04:23:11.8363313Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8366447Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8369391Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-03-14T04:23:11.8372630Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-03-14T04:23:11.8375852Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-03-14T04:23:11.8379027Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-03-14T04:23:11.8382418Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-03-14T04:23:11.8385777Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-03-14T04:23:11.8388895Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-03-14T04:23:11.8392046Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-03-14T04:23:11.8395296Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-03-14T04:23:11.8398522Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-03-14T04:23:11.8401900Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8404913Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-03-14T04:23:11.8408354Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-03-14T04:23:11.8411231Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-03-14T04:23:11.8414602Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8417529Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-03-14T04:23:11.8420765Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-03-14T04:23:11.8424098Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-03-14T04:23:11.8427429Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.8430956Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-03-14T04:23:11.8433679Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-03-14T04:23:11.8437130Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-03-14T04:23:11.8440399Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-03-14T04:23:11.8443750Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-03-14T04:23:11.8446841Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-03-14T04:23:11.8450225Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-03-14T04:23:11.8453584Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-03-14T04:23:11.8456637Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8460304Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-03-14T04:23:11.8462992Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-03-14T04:23:11.8466250Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-03-14T04:23:11.8469607Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8472671Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-03-14T04:23:11.8476179Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-03-14T04:23:11.8479069Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-03-14T04:23:11.8482565Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8485604Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-03-14T04:23:11.8489385Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-03-14T04:23:11.8493175Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-03-14T04:23:11.8495831Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-03-14T04:23:11.8498991Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-03-14T04:23:11.8502361Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-03-14T04:23:11.8505768Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-03-14T04:23:11.8509277Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8512437Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-03-14T04:23:11.8515776Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-03-14T04:23:11.8518780Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-03-14T04:23:11.8535118Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-03-14T04:23:11.8535285Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-03-14T04:23:11.8535428Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-03-14T04:23:11.8535562Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-03-14T04:23:11.8536563Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-03-14T04:23:11.8539739Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-03-14T04:23:11.8543008Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-03-14T04:23:11.8546837Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-03-14T04:23:11.8549553Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-03-14T04:23:11.8553121Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8556142Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-03-14T04:23:11.8559528Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-03-14T04:23:11.8562586Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-03-14T04:23:11.8565829Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-03-14T04:23:11.8569548Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-03-14T04:23:11.8572430Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-03-14T04:23:11.8575617Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-03-14T04:23:11.8579176Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8582316Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-03-14T04:23:11.8585729Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-03-14T04:23:11.8588850Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-03-14T04:23:11.8592135Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-03-14T04:23:11.8595251Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-03-14T04:23:11.8598554Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-03-14T04:23:11.8601895Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-03-14T04:23:11.8605301Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8608425Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-03-14T04:23:11.8612343Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-03-14T04:23:11.8616409Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-03-14T04:23:11.8618900Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-03-14T04:23:11.8622077Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-03-14T04:23:11.8625427Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-03-14T04:23:11.8628575Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-03-14T04:23:11.8631727Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-03-14T04:23:11.8634832Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-03-14T04:23:11.8637853Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-03-14T04:23:11.8641084Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-03-14T04:23:11.8644244Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-03-14T04:23:11.8647491Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-03-14T04:23:11.8650978Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8653966Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-03-14T04:23:11.8657124Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-03-14T04:23:11.8660246Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-03-14T04:23:11.8663595Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-03-14T04:23:11.8666656Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-03-14T04:23:11.8669934Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-03-14T04:23:11.8673398Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8676403Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-03-14T04:23:11.8679662Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-03-14T04:23:11.8682782Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-03-14T04:23:11.8685975Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-03-14T04:23:11.8689041Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-03-14T04:23:11.8692273Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-03-14T04:23:11.8695391Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-03-14T04:23:11.8698598Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-03-14T04:23:11.8701741Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-03-14T04:23:11.8704828Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-03-14T04:23:11.8708008Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-03-14T04:23:11.8711396Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-03-14T04:23:11.8714957Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8717894Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-03-14T04:23:11.8721278Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-03-14T04:23:11.8724444Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-03-14T04:23:11.8727724Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.8730638Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-03-14T04:23:11.8733868Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-03-14T04:23:11.8737109Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-03-14T04:23:11.8740382Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-03-14T04:23:11.8743546Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-03-14T04:23:11.8746782Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-03-14T04:23:11.8749839Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-03-14T04:23:11.8753194Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8756172Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-03-14T04:23:11.8759544Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8762794Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.8765675Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-03-14T04:23:11.8768889Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-03-14T04:23:11.8771963Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-03-14T04:23:11.8775125Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-03-14T04:23:11.8778383Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-03-14T04:23:11.8781834Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8784994Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-03-14T04:23:11.8788129Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-03-14T04:23:11.8791151Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-03-14T04:23:11.8794485Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-03-14T04:23:11.8797665Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-03-14T04:23:11.8801071Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8804071Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-03-14T04:23:11.8807230Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-03-14T04:23:11.8810277Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-03-14T04:23:11.8813559Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-03-14T04:23:11.8816645Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-03-14T04:23:11.8819923Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8823063Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-03-14T04:23:11.8826176Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-03-14T04:23:11.8829400Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-03-14T04:23:11.8832630Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-03-14T04:23:11.8836038Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-03-14T04:23:11.8839830Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8842623Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-03-14T04:23:11.8845841Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-03-14T04:23:11.8848992Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-03-14T04:23:11.8852388Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-03-14T04:23:11.8855764Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8858979Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-03-14T04:23:11.8862366Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-03-14T04:23:11.8865409Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-03-14T04:23:11.8868799Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-03-14T04:23:11.8872478Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-03-14T04:23:11.8875937Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-03-14T04:23:11.8879323Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-03-14T04:23:11.8882288Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-03-14T04:23:11.8885592Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-03-14T04:23:11.8888954Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8891980Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-03-14T04:23:11.8895254Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-03-14T04:23:11.8898620Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-03-14T04:23:11.8902317Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8905246Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-03-14T04:23:11.8908390Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-03-14T04:23:11.8911678Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-03-14T04:23:11.8915432Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-03-14T04:23:11.8919632Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8922161Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-03-14T04:23:11.8925581Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-03-14T04:23:11.8929297Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-03-14T04:23:11.8933030Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8936182Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-03-14T04:23:11.8939444Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-03-14T04:23:11.8943223Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-03-14T04:23:11.8946715Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8950109Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-03-14T04:23:11.8953576Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-03-14T04:23:11.8956910Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-03-14T04:23:11.8960463Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-03-14T04:23:11.8964040Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8967185Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-03-14T04:23:11.8970712Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-03-14T04:23:11.8974577Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-03-14T04:23:11.8978361Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-03-14T04:23:11.8982073Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.8985338Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-03-14T04:23:11.8988683Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-03-14T04:23:11.8991974Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-03-14T04:23:11.8995625Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-03-14T04:23:11.8998839Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-03-14T04:23:11.9002133Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9005256Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-03-14T04:23:11.9008557Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9011883Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.9014730Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-03-14T04:23:11.9018079Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-03-14T04:23:11.9021281Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-03-14T04:23:11.9024535Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-03-14T04:23:11.9044723Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-03-14T04:23:11.9045019Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-03-14T04:23:11.9045301Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-03-14T04:23:11.9045558Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-03-14T04:23:11.9045801Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-03-14T04:23:11.9045953Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-03-14T04:23:11.9049318Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-03-14T04:23:11.9053256Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9056435Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-03-14T04:23:11.9059641Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-03-14T04:23:11.9063149Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9066275Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-03-14T04:23:11.9069587Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-03-14T04:23:11.9072720Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-03-14T04:23:11.9076058Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-03-14T04:23:11.9079601Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-03-14T04:23:11.9082697Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-03-14T04:23:11.9085903Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-03-14T04:23:11.9088980Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-03-14T04:23:11.9091953Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-03-14T04:23:11.9095222Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-03-14T04:23:11.9098294Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-03-14T04:23:11.9101301Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-03-14T04:23:11.9104553Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-03-14T04:23:11.9107636Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-03-14T04:23:11.9110612Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-03-14T04:23:11.9113747Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-03-14T04:23:11.9116770Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-03-14T04:23:11.9119757Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-03-14T04:23:11.9122860Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-03-14T04:23:11.9125996Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-03-14T04:23:11.9129067Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-03-14T04:23:11.9132150Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-03-14T04:23:11.9135224Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-03-14T04:23:11.9138199Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-03-14T04:23:11.9141300Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-03-14T04:23:11.9144427Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-03-14T04:23:11.9147553Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-03-14T04:23:11.9150850Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9154026Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.9156917Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-03-14T04:23:11.9160171Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-03-14T04:23:11.9163246Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-03-14T04:23:11.9166288Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-03-14T04:23:11.9169448Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-03-14T04:23:11.9172527Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-03-14T04:23:11.9175707Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-03-14T04:23:11.9178793Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-03-14T04:23:11.9182128Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-03-14T04:23:11.9185368Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-03-14T04:23:11.9188564Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-03-14T04:23:11.9192681Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9195098Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-03-14T04:23:11.9198181Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-03-14T04:23:11.9201713Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-03-14T04:23:11.9204926Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-03-14T04:23:11.9208049Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-03-14T04:23:11.9211121Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-03-14T04:23:11.9214244Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-03-14T04:23:11.9217274Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-03-14T04:23:11.9220487Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-03-14T04:23:11.9223950Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-03-14T04:23:11.9227387Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9230407Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-03-14T04:23:11.9233747Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-03-14T04:23:11.9236886Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-03-14T04:23:11.9240183Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9243126Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-03-14T04:23:11.9246304Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-03-14T04:23:11.9249501Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-03-14T04:23:11.9252551Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-03-14T04:23:11.9255703Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-03-14T04:23:11.9258909Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-03-14T04:23:11.9262271Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9265237Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-03-14T04:23:11.9268466Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-03-14T04:23:11.9271534Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-03-14T04:23:11.9274912Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9277864Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-03-14T04:23:11.9281034Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-03-14T04:23:11.9284282Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-03-14T04:23:11.9287541Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-03-14T04:23:11.9291049Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9294658Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.9297305Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-03-14T04:23:11.9300699Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-03-14T04:23:11.9304054Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-03-14T04:23:11.9307283Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-03-14T04:23:11.9310375Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-03-14T04:23:11.9313744Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-03-14T04:23:11.9316963Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-03-14T04:23:11.9320383Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-03-14T04:23:11.9323872Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9327183Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.9330229Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-03-14T04:23:11.9333634Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-03-14T04:23:11.9336823Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-03-14T04:23:11.9340102Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-03-14T04:23:11.9343525Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-03-14T04:23:11.9347135Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9350557Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-03-14T04:23:11.9354305Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-03-14T04:23:11.9358719Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-03-14T04:23:11.9362582Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9365984Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-03-14T04:23:11.9369633Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-03-14T04:23:11.9373696Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-03-14T04:23:11.9377292Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9380474Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-03-14T04:23:11.9384163Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-03-14T04:23:11.9387421Z adding 'torch/include/ATen/ops/_nnz.h' 2025-03-14T04:23:11.9390484Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-03-14T04:23:11.9393804Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-03-14T04:23:11.9397169Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-03-14T04:23:11.9400582Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-03-14T04:23:11.9403934Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9406886Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-03-14T04:23:11.9410260Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-03-14T04:23:11.9413599Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9416611Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-03-14T04:23:11.9419872Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-03-14T04:23:11.9423154Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-03-14T04:23:11.9426610Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9429606Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-03-14T04:23:11.9432694Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-03-14T04:23:11.9435864Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-03-14T04:23:11.9439187Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9442127Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-03-14T04:23:11.9445273Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-03-14T04:23:11.9448461Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-03-14T04:23:11.9451740Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9454695Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-03-14T04:23:11.9458044Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-03-14T04:23:11.9461359Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-03-14T04:23:11.9464829Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-03-14T04:23:11.9467994Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-03-14T04:23:11.9471065Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-03-14T04:23:11.9474247Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-03-14T04:23:11.9477327Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-03-14T04:23:11.9480625Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9483691Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-03-14T04:23:11.9486786Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9499836Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-03-14T04:23:11.9500397Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-03-14T04:23:11.9500553Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-03-14T04:23:11.9500870Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9502778Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-03-14T04:23:11.9505739Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-03-14T04:23:11.9508751Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-03-14T04:23:11.9511980Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-03-14T04:23:11.9515378Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-03-14T04:23:11.9518943Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9521978Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-03-14T04:23:11.9525352Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-03-14T04:23:11.9528475Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-03-14T04:23:11.9531796Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-03-14T04:23:11.9535090Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-03-14T04:23:11.9538469Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9542524Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-03-14T04:23:11.9546178Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-03-14T04:23:11.9549821Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-03-14T04:23:11.9553462Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-03-14T04:23:11.9556943Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-03-14T04:23:11.9560639Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-03-14T04:23:11.9564239Z adding 'torch/include/ATen/ops/_print.h' 2025-03-14T04:23:11.9568076Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9571516Z adding 'torch/include/ATen/ops/_print_native.h' 2025-03-14T04:23:11.9574783Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-03-14T04:23:11.9578131Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-03-14T04:23:11.9581630Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9584634Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-03-14T04:23:11.9587992Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-03-14T04:23:11.9591186Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-03-14T04:23:11.9594735Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9597690Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-03-14T04:23:11.9600896Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-03-14T04:23:11.9604219Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-03-14T04:23:11.9607740Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-03-14T04:23:11.9611225Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9614492Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:11.9617324Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-03-14T04:23:11.9620703Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-03-14T04:23:11.9624131Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-03-14T04:23:11.9627332Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-03-14T04:23:11.9630493Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-03-14T04:23:11.9633522Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-03-14T04:23:11.9636711Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-03-14T04:23:11.9639884Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-03-14T04:23:11.9643266Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9646169Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-03-14T04:23:11.9649321Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-03-14T04:23:11.9652520Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-03-14T04:23:11.9656098Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9658989Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-03-14T04:23:11.9662240Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-03-14T04:23:11.9665691Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-03-14T04:23:11.9669165Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9672225Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-03-14T04:23:11.9675277Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-03-14T04:23:11.9678607Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-03-14T04:23:11.9681739Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-03-14T04:23:11.9685174Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9688003Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-03-14T04:23:11.9691195Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-03-14T04:23:11.9694303Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-03-14T04:23:11.9697577Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9700496Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-03-14T04:23:11.9703784Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-03-14T04:23:11.9706980Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-03-14T04:23:11.9710313Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9713357Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-03-14T04:23:11.9716435Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-03-14T04:23:11.9719540Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-03-14T04:23:11.9722669Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-03-14T04:23:11.9725869Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-03-14T04:23:11.9729204Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9732116Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-03-14T04:23:11.9735261Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-03-14T04:23:11.9738510Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-03-14T04:23:11.9741893Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9745102Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-03-14T04:23:11.9748095Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-03-14T04:23:11.9751439Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-03-14T04:23:11.9754562Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-03-14T04:23:11.9757855Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-03-14T04:23:11.9761125Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-03-14T04:23:11.9764675Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-03-14T04:23:11.9768113Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9771305Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-03-14T04:23:11.9774695Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-03-14T04:23:11.9777906Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-03-14T04:23:11.9781046Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-03-14T04:23:11.9784571Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-03-14T04:23:11.9787852Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-03-14T04:23:11.9791162Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-03-14T04:23:11.9794481Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9797659Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-03-14T04:23:11.9801024Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-03-14T04:23:11.9804271Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-03-14T04:23:11.9807375Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-03-14T04:23:11.9810782Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-03-14T04:23:11.9814036Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-03-14T04:23:11.9817489Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-03-14T04:23:11.9820937Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9824255Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-03-14T04:23:11.9827654Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-03-14T04:23:11.9831019Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-03-14T04:23:11.9834270Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-03-14T04:23:11.9837519Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-03-14T04:23:11.9840981Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-03-14T04:23:11.9844027Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-03-14T04:23:11.9847316Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-03-14T04:23:11.9850529Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-03-14T04:23:11.9853591Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-03-14T04:23:11.9856893Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-03-14T04:23:11.9860036Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-03-14T04:23:11.9863478Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-03-14T04:23:11.9866797Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-03-14T04:23:11.9870666Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-03-14T04:23:11.9874380Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9877448Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-03-14T04:23:11.9880800Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-03-14T04:23:11.9884232Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9887212Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-03-14T04:23:11.9890562Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-03-14T04:23:11.9893715Z adding 'torch/include/ATen/ops/_scaled_grouped_mm.h' 2025-03-14T04:23:11.9896976Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h' 2025-03-14T04:23:11.9900044Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_native.h' 2025-03-14T04:23:11.9903419Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_ops.h' 2025-03-14T04:23:11.9906685Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-03-14T04:23:11.9909968Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-03-14T04:23:11.9913056Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-03-14T04:23:11.9916407Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-03-14T04:23:11.9919763Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-03-14T04:23:11.9923152Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9926258Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-03-14T04:23:11.9929423Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9932584Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-03-14T04:23:11.9935910Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-03-14T04:23:11.9938978Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-03-14T04:23:11.9942462Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9945376Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-03-14T04:23:11.9948531Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-03-14T04:23:11.9952585Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-03-14T04:23:11.9956476Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:11.9959596Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-03-14T04:23:11.9962927Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-03-14T04:23:11.9966110Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-03-14T04:23:11.9969680Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-03-14T04:23:11.9973237Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-03-14T04:23:11.9976712Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-03-14T04:23:11.9979980Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-03-14T04:23:11.9983214Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-03-14T04:23:11.9986536Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-03-14T04:23:11.9989701Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-03-14T04:23:11.9993062Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:11.9995992Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-03-14T04:23:11.9999232Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-03-14T04:23:12.0002365Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-03-14T04:23:12.0005665Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0008556Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-03-14T04:23:12.0011712Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-03-14T04:23:12.0014812Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-03-14T04:23:12.0018116Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0021065Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-03-14T04:23:12.0024356Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-03-14T04:23:12.0027424Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-03-14T04:23:12.0030744Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0033650Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-03-14T04:23:12.0036786Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-03-14T04:23:12.0039873Z adding 'torch/include/ATen/ops/_softmax.h' 2025-03-14T04:23:12.0043593Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-03-14T04:23:12.0047032Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.0050421Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-03-14T04:23:12.0053719Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-03-14T04:23:12.0088050Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-03-14T04:23:12.0088281Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-03-14T04:23:12.0089108Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-03-14T04:23:12.0089298Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-03-14T04:23:12.0089672Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.0089823Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-03-14T04:23:12.0089983Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-03-14T04:23:12.0090109Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-03-14T04:23:12.0090272Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-03-14T04:23:12.0090404Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-03-14T04:23:12.0093894Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-03-14T04:23:12.0096424Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-03-14T04:23:12.0099945Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0103013Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-03-14T04:23:12.0106524Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-03-14T04:23:12.0109684Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-03-14T04:23:12.0113867Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-03-14T04:23:12.0117346Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0120496Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.0123579Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-03-14T04:23:12.0126805Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-03-14T04:23:12.0129879Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-03-14T04:23:12.0132981Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-03-14T04:23:12.0136246Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-03-14T04:23:12.0139848Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0142983Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-03-14T04:23:12.0146286Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0149594Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-03-14T04:23:12.0152960Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0155945Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-03-14T04:23:12.0159242Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0162801Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-03-14T04:23:12.0166319Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0169423Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-03-14T04:23:12.0172783Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0176016Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-03-14T04:23:12.0179439Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0182503Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-03-14T04:23:12.0185949Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-03-14T04:23:12.0189786Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-03-14T04:23:12.0193327Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0196348Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-03-14T04:23:12.0199625Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0202978Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-03-14T04:23:12.0206992Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-03-14T04:23:12.0210979Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0213918Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-03-14T04:23:12.0217063Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-03-14T04:23:12.0220495Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-03-14T04:23:12.0223973Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0227207Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-03-14T04:23:12.0230303Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-03-14T04:23:12.0233603Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-03-14T04:23:12.0236853Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-03-14T04:23:12.0240237Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0243352Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-03-14T04:23:12.0246531Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0249746Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-03-14T04:23:12.0253068Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0256033Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-03-14T04:23:12.0259329Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-03-14T04:23:12.0262701Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-03-14T04:23:12.0266106Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0269103Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-03-14T04:23:12.0272487Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-03-14T04:23:12.0275811Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-03-14T04:23:12.0279209Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0282182Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-03-14T04:23:12.0285427Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-03-14T04:23:12.0288694Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-03-14T04:23:12.0292005Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-03-14T04:23:12.0295339Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0298323Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-03-14T04:23:12.0301615Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-03-14T04:23:12.0304976Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0308148Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0311212Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-03-14T04:23:12.0314590Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-03-14T04:23:12.0317839Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-03-14T04:23:12.0321167Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0324131Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-03-14T04:23:12.0327549Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-03-14T04:23:12.0330654Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-03-14T04:23:12.0334154Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0337525Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-03-14T04:23:12.0340507Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-03-14T04:23:12.0344212Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-03-14T04:23:12.0347133Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-03-14T04:23:12.0350354Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-03-14T04:23:12.0353562Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-03-14T04:23:12.0356798Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-03-14T04:23:12.0360120Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-03-14T04:23:12.0363328Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-03-14T04:23:12.0366678Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-03-14T04:23:12.0369742Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-03-14T04:23:12.0373083Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-03-14T04:23:12.0376211Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-03-14T04:23:12.0379659Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-03-14T04:23:12.0383299Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-03-14T04:23:12.0386544Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-03-14T04:23:12.0389738Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-03-14T04:23:12.0392936Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-03-14T04:23:12.0396181Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-03-14T04:23:12.0400060Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-03-14T04:23:12.0402621Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-03-14T04:23:12.0405983Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-03-14T04:23:12.0409092Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-03-14T04:23:12.0412490Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-03-14T04:23:12.0415639Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-03-14T04:23:12.0419000Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-03-14T04:23:12.0422790Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-03-14T04:23:12.0425478Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-03-14T04:23:12.0428705Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-03-14T04:23:12.0431977Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-03-14T04:23:12.0435145Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-03-14T04:23:12.0438380Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-03-14T04:23:12.0441790Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-03-14T04:23:12.0445453Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-03-14T04:23:12.0448554Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0451672Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-03-14T04:23:12.0454962Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-03-14T04:23:12.0458434Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0462227Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0464914Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-03-14T04:23:12.0468426Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-03-14T04:23:12.0471708Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-03-14T04:23:12.0475244Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0478554Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-03-14T04:23:12.0481580Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-03-14T04:23:12.0484942Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-03-14T04:23:12.0488131Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-03-14T04:23:12.0491577Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0494582Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-03-14T04:23:12.0497964Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-03-14T04:23:12.0501269Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0504658Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0508024Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-03-14T04:23:12.0511223Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-03-14T04:23:12.0514691Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-03-14T04:23:12.0518251Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0521398Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-03-14T04:23:12.0524907Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-03-14T04:23:12.0527912Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-03-14T04:23:12.0541960Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-03-14T04:23:12.0542101Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-03-14T04:23:12.0542244Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-03-14T04:23:12.0542355Z adding 'torch/include/ATen/ops/_stack.h' 2025-03-14T04:23:12.0545519Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0548773Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-03-14T04:23:12.0551825Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-03-14T04:23:12.0555271Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-03-14T04:23:12.0559649Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-03-14T04:23:12.0562520Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0565769Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-03-14T04:23:12.0568930Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-03-14T04:23:12.0572012Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-03-14T04:23:12.0575421Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0578572Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-03-14T04:23:12.0581741Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-03-14T04:23:12.0584821Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-03-14T04:23:12.0588071Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-03-14T04:23:12.0591132Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-03-14T04:23:12.0594612Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-03-14T04:23:12.0597808Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-03-14T04:23:12.0601119Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0604105Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-03-14T04:23:12.0607326Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-03-14T04:23:12.0610582Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-03-14T04:23:12.0613925Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0617095Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0620087Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-03-14T04:23:12.0624100Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-03-14T04:23:12.0626881Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-03-14T04:23:12.0630200Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0633240Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-03-14T04:23:12.0636561Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0639799Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.0642785Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-03-14T04:23:12.0646059Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-03-14T04:23:12.0649125Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-03-14T04:23:12.0652396Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-03-14T04:23:12.0655323Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-03-14T04:23:12.0658664Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0661657Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-03-14T04:23:12.0672277Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-03-14T04:23:12.0675204Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-03-14T04:23:12.0679683Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0682093Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-03-14T04:23:12.0684853Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-03-14T04:23:12.0688246Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-03-14T04:23:12.0691587Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-03-14T04:23:12.0694898Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0697900Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-03-14T04:23:12.0700938Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-03-14T04:23:12.0704339Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-03-14T04:23:12.0707543Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-03-14T04:23:12.0710896Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0713875Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-03-14T04:23:12.0716853Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-03-14T04:23:12.0720145Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-03-14T04:23:12.0723354Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-03-14T04:23:12.0727055Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0730120Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-03-14T04:23:12.0733095Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-03-14T04:23:12.0736310Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-03-14T04:23:12.0739367Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-03-14T04:23:12.0742769Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0745671Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-03-14T04:23:12.0748829Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-03-14T04:23:12.0751915Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-03-14T04:23:12.0755238Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0758037Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-03-14T04:23:12.0761134Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-03-14T04:23:12.0764177Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-03-14T04:23:12.0767524Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0770440Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-03-14T04:23:12.0773619Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-03-14T04:23:12.0776703Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-03-14T04:23:12.0780327Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0783192Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-03-14T04:23:12.0786381Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-03-14T04:23:12.0789655Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-03-14T04:23:12.0792875Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0795837Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-03-14T04:23:12.0799091Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-03-14T04:23:12.0802282Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-03-14T04:23:12.0805595Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0808542Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-03-14T04:23:12.0811779Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-03-14T04:23:12.0814975Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-03-14T04:23:12.0818281Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-03-14T04:23:12.0821727Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0824874Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-03-14T04:23:12.0827909Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-03-14T04:23:12.0831189Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-03-14T04:23:12.0834504Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0837542Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-03-14T04:23:12.0840615Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-03-14T04:23:12.0843988Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-03-14T04:23:12.0847269Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-03-14T04:23:12.0850474Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-03-14T04:23:12.0853731Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0856861Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-03-14T04:23:12.0860184Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0863312Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-03-14T04:23:12.0867196Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-03-14T04:23:12.0870625Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-03-14T04:23:12.0873733Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-03-14T04:23:12.0876919Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-03-14T04:23:12.0880275Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0883456Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-03-14T04:23:12.0886497Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-03-14T04:23:12.0889824Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-03-14T04:23:12.0893141Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-03-14T04:23:12.0896492Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0899448Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-03-14T04:23:12.0902856Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-03-14T04:23:12.0905933Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-03-14T04:23:12.0909136Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.0912028Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-03-14T04:23:12.0915147Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-03-14T04:23:12.0918373Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-03-14T04:23:12.0921561Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0924516Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-03-14T04:23:12.0927740Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-03-14T04:23:12.0930989Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-03-14T04:23:12.0934161Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-03-14T04:23:12.0937469Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0940519Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-03-14T04:23:12.0943713Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-03-14T04:23:12.0946769Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-03-14T04:23:12.0949996Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-03-14T04:23:12.0953138Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-03-14T04:23:12.0960574Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0961788Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-03-14T04:23:12.0966081Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-03-14T04:23:12.0969182Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-03-14T04:23:12.0972996Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-03-14T04:23:12.0976134Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0979232Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-03-14T04:23:12.0982674Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-03-14T04:23:12.0986178Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.0989077Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-03-14T04:23:12.0992187Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-03-14T04:23:12.0995361Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-03-14T04:23:12.0998608Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-03-14T04:23:12.1001813Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-03-14T04:23:12.1005136Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1008174Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-03-14T04:23:12.1011440Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-03-14T04:23:12.1014458Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-03-14T04:23:12.1017720Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-03-14T04:23:12.1020921Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-03-14T04:23:12.1024243Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-03-14T04:23:12.1027657Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-03-14T04:23:12.1030990Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-03-14T04:23:12.1034119Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-03-14T04:23:12.1037138Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-03-14T04:23:12.1040342Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-03-14T04:23:12.1043577Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-03-14T04:23:12.1046963Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1050051Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-03-14T04:23:12.1053169Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-03-14T04:23:12.1056254Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-03-14T04:23:12.1059575Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-03-14T04:23:12.1063330Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-03-14T04:23:12.1066850Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1070032Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-03-14T04:23:12.1073300Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-03-14T04:23:12.1076430Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-03-14T04:23:12.1080016Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-03-14T04:23:12.1083780Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-03-14T04:23:12.1086837Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1122690Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1123362Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-03-14T04:23:12.1123732Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-03-14T04:23:12.1124142Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-03-14T04:23:12.1124745Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1125411Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-03-14T04:23:12.1125959Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-03-14T04:23:12.1126460Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-03-14T04:23:12.1126932Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-03-14T04:23:12.1127677Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1128357Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-03-14T04:23:12.1131246Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-03-14T04:23:12.1134691Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-03-14T04:23:12.1137852Z adding 'torch/include/ATen/ops/_unique.h' 2025-03-14T04:23:12.1141761Z adding 'torch/include/ATen/ops/_unique2.h' 2025-03-14T04:23:12.1146079Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1148460Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-03-14T04:23:12.1151618Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-03-14T04:23:12.1154662Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-03-14T04:23:12.1158176Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-03-14T04:23:12.1161533Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1164585Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-03-14T04:23:12.1167681Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-03-14T04:23:12.1170777Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-03-14T04:23:12.1174123Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-03-14T04:23:12.1177267Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-03-14T04:23:12.1180521Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1183599Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-03-14T04:23:12.1186752Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-03-14T04:23:12.1189831Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-03-14T04:23:12.1193350Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1196372Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-03-14T04:23:12.1199463Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-03-14T04:23:12.1202565Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-03-14T04:23:12.1206008Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1209053Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-03-14T04:23:12.1212182Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-03-14T04:23:12.1215302Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-03-14T04:23:12.1218609Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1221617Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-03-14T04:23:12.1224843Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-03-14T04:23:12.1228028Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-03-14T04:23:12.1231341Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1234299Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-03-14T04:23:12.1237517Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-03-14T04:23:12.1240811Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-03-14T04:23:12.1244209Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1247133Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-03-14T04:23:12.1250326Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-03-14T04:23:12.1254032Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-03-14T04:23:12.1257883Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-03-14T04:23:12.1261766Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1265538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1268611Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1271875Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-03-14T04:23:12.1275299Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-03-14T04:23:12.1278611Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-03-14T04:23:12.1282363Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-03-14T04:23:12.1285520Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1288778Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1291924Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-03-14T04:23:12.1295331Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-03-14T04:23:12.1299222Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-03-14T04:23:12.1301940Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-03-14T04:23:12.1305364Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-03-14T04:23:12.1308868Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-03-14T04:23:12.1312700Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-03-14T04:23:12.1316927Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-03-14T04:23:12.1320593Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1323895Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1327594Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1330468Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-03-14T04:23:12.1333858Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-03-14T04:23:12.1336988Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-03-14T04:23:12.1340436Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-03-14T04:23:12.1344148Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1347330Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1350636Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-03-14T04:23:12.1353885Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-03-14T04:23:12.1357099Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-03-14T04:23:12.1360389Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-03-14T04:23:12.1363692Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-03-14T04:23:12.1367147Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-03-14T04:23:12.1370914Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-03-14T04:23:12.1374787Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-03-14T04:23:12.1378371Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1381660Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1385053Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1388403Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-03-14T04:23:12.1391848Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-03-14T04:23:12.1395025Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-03-14T04:23:12.1398468Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-03-14T04:23:12.1401869Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1405168Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1408373Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-03-14T04:23:12.1411760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-03-14T04:23:12.1414974Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-03-14T04:23:12.1418257Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-03-14T04:23:12.1421622Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-03-14T04:23:12.1425078Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-03-14T04:23:12.1428945Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-03-14T04:23:12.1432921Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-03-14T04:23:12.1436553Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1439898Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1443197Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1446404Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-03-14T04:23:12.1450207Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-03-14T04:23:12.1453060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-03-14T04:23:12.1456510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-03-14T04:23:12.1459964Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1463504Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1466808Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-03-14T04:23:12.1470128Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-03-14T04:23:12.1473811Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-03-14T04:23:12.1477120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-03-14T04:23:12.1480413Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-03-14T04:23:12.1483895Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-03-14T04:23:12.1487750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-03-14T04:23:12.1491748Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-03-14T04:23:12.1495534Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1498808Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1502495Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1505674Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-03-14T04:23:12.1509138Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-03-14T04:23:12.1512309Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-03-14T04:23:12.1515893Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-03-14T04:23:12.1519469Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1522654Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1526496Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-03-14T04:23:12.1529658Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-03-14T04:23:12.1532643Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-03-14T04:23:12.1536234Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-03-14T04:23:12.1539672Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-03-14T04:23:12.1543218Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-03-14T04:23:12.1546647Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-03-14T04:23:12.1549895Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-14T04:23:12.1553118Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-03-14T04:23:12.1556391Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-03-14T04:23:12.1559758Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-03-14T04:23:12.1563137Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1566276Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-03-14T04:23:12.1569402Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-03-14T04:23:12.1572603Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-03-14T04:23:12.1575881Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-03-14T04:23:12.1579008Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-03-14T04:23:12.1582118Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-03-14T04:23:12.1585331Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-03-14T04:23:12.1588434Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-03-14T04:23:12.1591947Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1594929Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-03-14T04:23:12.1598146Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-03-14T04:23:12.1601259Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-03-14T04:23:12.1604632Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1607530Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-03-14T04:23:12.1610689Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-03-14T04:23:12.1613851Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-03-14T04:23:12.1617204Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1620141Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-03-14T04:23:12.1623574Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-03-14T04:23:12.1626734Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-03-14T04:23:12.1630035Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1633719Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-03-14T04:23:12.1636987Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-03-14T04:23:12.1640124Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-03-14T04:23:12.1643458Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1646365Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-03-14T04:23:12.1649493Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-03-14T04:23:12.1652580Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-03-14T04:23:12.1655883Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1658806Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-03-14T04:23:12.1662092Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-03-14T04:23:12.1665104Z adding 'torch/include/ATen/ops/_values.h' 2025-03-14T04:23:12.1668246Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-03-14T04:23:12.1671550Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1674758Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1677694Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-03-14T04:23:12.1680929Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-03-14T04:23:12.1683948Z adding 'torch/include/ATen/ops/_values_native.h' 2025-03-14T04:23:12.1687128Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-03-14T04:23:12.1690131Z adding 'torch/include/ATen/ops/_version.h' 2025-03-14T04:23:12.1693403Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1696362Z adding 'torch/include/ATen/ops/_version_native.h' 2025-03-14T04:23:12.1699548Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-03-14T04:23:12.1702806Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-03-14T04:23:12.1706036Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-03-14T04:23:12.1709120Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-03-14T04:23:12.1712320Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-03-14T04:23:12.1715347Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-03-14T04:23:12.1718538Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-03-14T04:23:12.1721639Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-03-14T04:23:12.1724807Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-03-14T04:23:12.1727854Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-03-14T04:23:12.1731014Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-03-14T04:23:12.1734069Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-03-14T04:23:12.1737171Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-03-14T04:23:12.1740245Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-03-14T04:23:12.1743650Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1746730Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-03-14T04:23:12.1750120Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1753020Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-03-14T04:23:12.1756235Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-03-14T04:23:12.1759464Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-03-14T04:23:12.1762720Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-03-14T04:23:12.1766074Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1769149Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1772330Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1775406Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-03-14T04:23:12.1778747Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-03-14T04:23:12.1782317Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1785461Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-03-14T04:23:12.1788708Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-03-14T04:23:12.1791802Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-03-14T04:23:12.1795130Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-03-14T04:23:12.1798357Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-03-14T04:23:12.1801519Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-03-14T04:23:12.1804856Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-03-14T04:23:12.1808755Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1811280Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-03-14T04:23:12.1814573Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-03-14T04:23:12.1817799Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-03-14T04:23:12.1821336Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1824443Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-03-14T04:23:12.1828105Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-03-14T04:23:12.1831269Z adding 'torch/include/ATen/ops/abs.h' 2025-03-14T04:23:12.1834546Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1837693Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-03-14T04:23:12.1840806Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-03-14T04:23:12.1844064Z adding 'torch/include/ATen/ops/abs_native.h' 2025-03-14T04:23:12.1848085Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-03-14T04:23:12.1850694Z adding 'torch/include/ATen/ops/absolute.h' 2025-03-14T04:23:12.1854133Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1857073Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-03-14T04:23:12.1860409Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-03-14T04:23:12.1863822Z adding 'torch/include/ATen/ops/acos.h' 2025-03-14T04:23:12.1867294Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1870770Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-03-14T04:23:12.1873933Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-03-14T04:23:12.1877186Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-03-14T04:23:12.1880374Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-03-14T04:23:12.1883564Z adding 'torch/include/ATen/ops/acos_native.h' 2025-03-14T04:23:12.1887338Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-03-14T04:23:12.1890093Z adding 'torch/include/ATen/ops/acosh.h' 2025-03-14T04:23:12.1893814Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.1896528Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-03-14T04:23:12.1908640Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-03-14T04:23:12.1911571Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-03-14T04:23:12.1914744Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-03-14T04:23:12.1917917Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-03-14T04:23:12.1921852Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-03-14T04:23:12.1924522Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-03-14T04:23:12.1928381Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.1931088Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1934217Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-03-14T04:23:12.1937479Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-03-14T04:23:12.1941034Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-03-14T04:23:12.1944637Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1947741Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-14T04:23:12.1950971Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-14T04:23:12.1954034Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-03-14T04:23:12.1957351Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-03-14T04:23:12.1960722Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-03-14T04:23:12.1964176Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-03-14T04:23:12.1967488Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.1970709Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.1973844Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-03-14T04:23:12.1977035Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-03-14T04:23:12.1980430Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.1983709Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-14T04:23:12.1987110Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-14T04:23:12.1990191Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-03-14T04:23:12.1993439Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-03-14T04:23:12.1996720Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-03-14T04:23:12.1999842Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2002856Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-03-14T04:23:12.2005966Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-03-14T04:23:12.2009501Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-03-14T04:23:12.2012742Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-03-14T04:23:12.2016312Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2019719Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.2022693Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.2025826Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-03-14T04:23:12.2028962Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-03-14T04:23:12.2032183Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-03-14T04:23:12.2035455Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-03-14T04:23:12.2038918Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2041914Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-03-14T04:23:12.2045133Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-03-14T04:23:12.2048227Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-03-14T04:23:12.2051867Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-03-14T04:23:12.2054900Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-03-14T04:23:12.2058345Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-03-14T04:23:12.2061626Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-03-14T04:23:12.2065076Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-03-14T04:23:12.2068541Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2071648Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.2074781Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.2077978Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-03-14T04:23:12.2081144Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-03-14T04:23:12.2084196Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-03-14T04:23:12.2087625Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-03-14T04:23:12.2090953Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2094005Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-03-14T04:23:12.2097025Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-03-14T04:23:12.2100003Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-03-14T04:23:12.2103452Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-03-14T04:23:12.2106485Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-03-14T04:23:12.2109716Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-03-14T04:23:12.2112892Z adding 'torch/include/ATen/ops/add.h' 2025-03-14T04:23:12.2116190Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2119431Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2122304Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-03-14T04:23:12.2125361Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-03-14T04:23:12.2128364Z adding 'torch/include/ATen/ops/add_meta.h' 2025-03-14T04:23:12.2131473Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-03-14T04:23:12.2134900Z adding 'torch/include/ATen/ops/add_native.h' 2025-03-14T04:23:12.2138440Z adding 'torch/include/ATen/ops/add_ops.h' 2025-03-14T04:23:12.2141719Z adding 'torch/include/ATen/ops/addbmm.h' 2025-03-14T04:23:12.2144980Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-03-14T04:23:12.2148087Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-03-14T04:23:12.2151177Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-03-14T04:23:12.2154172Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-03-14T04:23:12.2157492Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-03-14T04:23:12.2160889Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-03-14T04:23:12.2164337Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2167199Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-03-14T04:23:12.2170291Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-03-14T04:23:12.2173292Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-03-14T04:23:12.2176420Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-03-14T04:23:12.2179460Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-03-14T04:23:12.2182900Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-03-14T04:23:12.2186124Z adding 'torch/include/ATen/ops/addcmul.h' 2025-03-14T04:23:12.2190138Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2192754Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-03-14T04:23:12.2195832Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-03-14T04:23:12.2198868Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-03-14T04:23:12.2202432Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-03-14T04:23:12.2205189Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-03-14T04:23:12.2208485Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-03-14T04:23:12.2211672Z adding 'torch/include/ATen/ops/addmm.h' 2025-03-14T04:23:12.2215163Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2218005Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-03-14T04:23:12.2221139Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-03-14T04:23:12.2224281Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-03-14T04:23:12.2227432Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-03-14T04:23:12.2230607Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-03-14T04:23:12.2233952Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-03-14T04:23:12.2237155Z adding 'torch/include/ATen/ops/addmv.h' 2025-03-14T04:23:12.2240495Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2243470Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-03-14T04:23:12.2246584Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-03-14T04:23:12.2249915Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-03-14T04:23:12.2252836Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-03-14T04:23:12.2255954Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-03-14T04:23:12.2259280Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-03-14T04:23:12.2262601Z adding 'torch/include/ATen/ops/addr.h' 2025-03-14T04:23:12.2265960Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2268996Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-03-14T04:23:12.2272243Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-03-14T04:23:12.2275367Z adding 'torch/include/ATen/ops/addr_native.h' 2025-03-14T04:23:12.2279012Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-03-14T04:23:12.2282147Z adding 'torch/include/ATen/ops/adjoint.h' 2025-03-14T04:23:12.2285412Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2288270Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-03-14T04:23:12.2291549Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-03-14T04:23:12.2295006Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-03-14T04:23:12.2298650Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-03-14T04:23:12.2301795Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2304793Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-03-14T04:23:12.2307993Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-03-14T04:23:12.2311308Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2314378Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-03-14T04:23:12.2317754Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-03-14T04:23:12.2320761Z adding 'torch/include/ATen/ops/alias.h' 2025-03-14T04:23:12.2324011Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2326979Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-03-14T04:23:12.2330279Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2333471Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2336303Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-03-14T04:23:12.2339458Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-03-14T04:23:12.2342559Z adding 'torch/include/ATen/ops/alias_native.h' 2025-03-14T04:23:12.2345627Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-03-14T04:23:12.2348598Z adding 'torch/include/ATen/ops/align_as.h' 2025-03-14T04:23:12.2351790Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2354599Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-03-14T04:23:12.2357713Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-03-14T04:23:12.2360720Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-03-14T04:23:12.2363976Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2366869Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-03-14T04:23:12.2369974Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-03-14T04:23:12.2372931Z adding 'torch/include/ATen/ops/align_to.h' 2025-03-14T04:23:12.2376953Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2379906Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-03-14T04:23:12.2383231Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-03-14T04:23:12.2386585Z adding 'torch/include/ATen/ops/all.h' 2025-03-14T04:23:12.2390339Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2393317Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2396367Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2399580Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-03-14T04:23:12.2403073Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-03-14T04:23:12.2405927Z adding 'torch/include/ATen/ops/all_meta.h' 2025-03-14T04:23:12.2409211Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-03-14T04:23:12.2412661Z adding 'torch/include/ATen/ops/all_native.h' 2025-03-14T04:23:12.2416107Z adding 'torch/include/ATen/ops/all_ops.h' 2025-03-14T04:23:12.2419321Z adding 'torch/include/ATen/ops/allclose.h' 2025-03-14T04:23:12.2422885Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2426184Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-03-14T04:23:12.2429094Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-03-14T04:23:12.2432329Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-03-14T04:23:12.2435602Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2438672Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-03-14T04:23:12.2441845Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-03-14T04:23:12.2445137Z adding 'torch/include/ATen/ops/amax.h' 2025-03-14T04:23:12.2448724Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2451535Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-03-14T04:23:12.2454734Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-03-14T04:23:12.2457748Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-03-14T04:23:12.2461477Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-03-14T04:23:12.2464499Z adding 'torch/include/ATen/ops/amax_native.h' 2025-03-14T04:23:12.2467733Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-03-14T04:23:12.2471186Z adding 'torch/include/ATen/ops/amin.h' 2025-03-14T04:23:12.2474331Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2477369Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-03-14T04:23:12.2480490Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-03-14T04:23:12.2483668Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-03-14T04:23:12.2486834Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-03-14T04:23:12.2490042Z adding 'torch/include/ATen/ops/amin_native.h' 2025-03-14T04:23:12.2493759Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-03-14T04:23:12.2496579Z adding 'torch/include/ATen/ops/aminmax.h' 2025-03-14T04:23:12.2500331Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2503418Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-03-14T04:23:12.2506644Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-03-14T04:23:12.2509718Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-03-14T04:23:12.2513031Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-03-14T04:23:12.2516754Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-03-14T04:23:12.2519431Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-03-14T04:23:12.2522682Z adding 'torch/include/ATen/ops/and.h' 2025-03-14T04:23:12.2526023Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2529078Z adding 'torch/include/ATen/ops/and_native.h' 2025-03-14T04:23:12.2532413Z adding 'torch/include/ATen/ops/and_ops.h' 2025-03-14T04:23:12.2535711Z adding 'torch/include/ATen/ops/angle.h' 2025-03-14T04:23:12.2539080Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-03-14T04:23:12.2542201Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-03-14T04:23:12.2545447Z adding 'torch/include/ATen/ops/angle_native.h' 2025-03-14T04:23:12.2548670Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-03-14T04:23:12.2552178Z adding 'torch/include/ATen/ops/any.h' 2025-03-14T04:23:12.2555542Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2576775Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2577009Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2577139Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-03-14T04:23:12.2577280Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-03-14T04:23:12.2577390Z adding 'torch/include/ATen/ops/any_meta.h' 2025-03-14T04:23:12.2577646Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-03-14T04:23:12.2580601Z adding 'torch/include/ATen/ops/any_native.h' 2025-03-14T04:23:12.2584405Z adding 'torch/include/ATen/ops/any_ops.h' 2025-03-14T04:23:12.2588452Z adding 'torch/include/ATen/ops/arange.h' 2025-03-14T04:23:12.2591664Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2594881Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-03-14T04:23:12.2597966Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-03-14T04:23:12.2601280Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-03-14T04:23:12.2604319Z adding 'torch/include/ATen/ops/arange_native.h' 2025-03-14T04:23:12.2607879Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-03-14T04:23:12.2611275Z adding 'torch/include/ATen/ops/arccos.h' 2025-03-14T04:23:12.2614967Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2617522Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-03-14T04:23:12.2620711Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-03-14T04:23:12.2623934Z adding 'torch/include/ATen/ops/arccosh.h' 2025-03-14T04:23:12.2627386Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2630397Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-03-14T04:23:12.2633487Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-03-14T04:23:12.2636582Z adding 'torch/include/ATen/ops/arcsin.h' 2025-03-14T04:23:12.2640161Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2642718Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-03-14T04:23:12.2645892Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-03-14T04:23:12.2649027Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-03-14T04:23:12.2652256Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2655103Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-03-14T04:23:12.2658375Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-03-14T04:23:12.2661465Z adding 'torch/include/ATen/ops/arctan.h' 2025-03-14T04:23:12.2664957Z adding 'torch/include/ATen/ops/arctan2.h' 2025-03-14T04:23:12.2668549Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2671162Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-03-14T04:23:12.2674385Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-03-14T04:23:12.2677664Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2680511Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-03-14T04:23:12.2683709Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-03-14T04:23:12.2686785Z adding 'torch/include/ATen/ops/arctanh.h' 2025-03-14T04:23:12.2690235Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2693596Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-03-14T04:23:12.2696871Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-03-14T04:23:12.2700014Z adding 'torch/include/ATen/ops/argmax.h' 2025-03-14T04:23:12.2703718Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2706677Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-03-14T04:23:12.2709789Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-03-14T04:23:12.2712756Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-03-14T04:23:12.2716053Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-03-14T04:23:12.2719167Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-03-14T04:23:12.2722382Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-03-14T04:23:12.2725521Z adding 'torch/include/ATen/ops/argmin.h' 2025-03-14T04:23:12.2728847Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2731778Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-03-14T04:23:12.2734876Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-03-14T04:23:12.2737864Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-03-14T04:23:12.2740953Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-03-14T04:23:12.2744215Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-03-14T04:23:12.2747286Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-03-14T04:23:12.2750463Z adding 'torch/include/ATen/ops/argsort.h' 2025-03-14T04:23:12.2753739Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2756610Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-03-14T04:23:12.2759946Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-03-14T04:23:12.2763013Z adding 'torch/include/ATen/ops/argwhere.h' 2025-03-14T04:23:12.2766228Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2769086Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-03-14T04:23:12.2772201Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-03-14T04:23:12.2775520Z adding 'torch/include/ATen/ops/as_strided.h' 2025-03-14T04:23:12.2778963Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2783023Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-03-14T04:23:12.2785863Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2789076Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2791951Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-03-14T04:23:12.2795194Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-03-14T04:23:12.2798368Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-03-14T04:23:12.2801473Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-03-14T04:23:12.2804587Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-03-14T04:23:12.2807630Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-03-14T04:23:12.2810894Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-03-14T04:23:12.2814772Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-03-14T04:23:12.2818096Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.2821498Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2824442Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-03-14T04:23:12.2827880Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-03-14T04:23:12.2830947Z adding 'torch/include/ATen/ops/asin.h' 2025-03-14T04:23:12.2834406Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2837390Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-03-14T04:23:12.2840587Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-03-14T04:23:12.2843788Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-03-14T04:23:12.2846809Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-03-14T04:23:12.2849935Z adding 'torch/include/ATen/ops/asin_native.h' 2025-03-14T04:23:12.2853151Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-03-14T04:23:12.2856417Z adding 'torch/include/ATen/ops/asinh.h' 2025-03-14T04:23:12.2859732Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2862868Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-03-14T04:23:12.2865956Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-03-14T04:23:12.2869125Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-03-14T04:23:12.2872257Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-03-14T04:23:12.2875376Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-03-14T04:23:12.2878679Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-03-14T04:23:12.2881832Z adding 'torch/include/ATen/ops/atan.h' 2025-03-14T04:23:12.2885067Z adding 'torch/include/ATen/ops/atan2.h' 2025-03-14T04:23:12.2888394Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2891490Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-03-14T04:23:12.2904451Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-03-14T04:23:12.2904681Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-03-14T04:23:12.2904860Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-03-14T04:23:12.2904989Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-03-14T04:23:12.2907303Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-03-14T04:23:12.2910732Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2913773Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-03-14T04:23:12.2916862Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-03-14T04:23:12.2919968Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-03-14T04:23:12.2923078Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-03-14T04:23:12.2926212Z adding 'torch/include/ATen/ops/atan_native.h' 2025-03-14T04:23:12.2929511Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-03-14T04:23:12.2932701Z adding 'torch/include/ATen/ops/atanh.h' 2025-03-14T04:23:12.2936135Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.2939095Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-03-14T04:23:12.2942852Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-03-14T04:23:12.2945350Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-03-14T04:23:12.2948585Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-03-14T04:23:12.2951705Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-03-14T04:23:12.2955049Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-03-14T04:23:12.2958171Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-03-14T04:23:12.2961560Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2964428Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-03-14T04:23:12.2967743Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-03-14T04:23:12.2971145Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-03-14T04:23:12.2974228Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2977228Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-03-14T04:23:12.2980385Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-03-14T04:23:12.2983708Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-03-14T04:23:12.2986954Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.2989969Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-03-14T04:23:12.2993731Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-03-14T04:23:12.2996689Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-03-14T04:23:12.3000146Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3003244Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3006299Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-03-14T04:23:12.3009556Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-03-14T04:23:12.3013000Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-03-14T04:23:12.3016381Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-03-14T04:23:12.3019881Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3023173Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.3026339Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.3029549Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-03-14T04:23:12.3033053Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-03-14T04:23:12.3036011Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-03-14T04:23:12.3039461Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-03-14T04:23:12.3042957Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3046011Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-03-14T04:23:12.3049190Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-03-14T04:23:12.3052860Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-03-14T04:23:12.3062433Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-03-14T04:23:12.3062578Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-03-14T04:23:12.3063857Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-03-14T04:23:12.3068283Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-03-14T04:23:12.3070714Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-03-14T04:23:12.3074446Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3077317Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.3080677Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.3084276Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-03-14T04:23:12.3087693Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-03-14T04:23:12.3090833Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-03-14T04:23:12.3094149Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-03-14T04:23:12.3097744Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3100805Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-03-14T04:23:12.3104118Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-03-14T04:23:12.3107183Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-03-14T04:23:12.3110368Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-03-14T04:23:12.3113695Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-03-14T04:23:12.3117029Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-03-14T04:23:12.3129236Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-03-14T04:23:12.3132748Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3135739Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-03-14T04:23:12.3138944Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-03-14T04:23:12.3142120Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-03-14T04:23:12.3145574Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-03-14T04:23:12.3148638Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-03-14T04:23:12.3152176Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-03-14T04:23:12.3155540Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-03-14T04:23:12.3158974Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3161892Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-03-14T04:23:12.3165330Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-03-14T04:23:12.3168490Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-03-14T04:23:12.3171661Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-03-14T04:23:12.3174852Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-03-14T04:23:12.3177954Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:12.3181160Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-03-14T04:23:12.3184739Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3187770Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-03-14T04:23:12.3190788Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-03-14T04:23:12.3194112Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-03-14T04:23:12.3197255Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-03-14T04:23:12.3200708Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-03-14T04:23:12.3204211Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-03-14T04:23:12.3207725Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3210786Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-03-14T04:23:12.3213852Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-03-14T04:23:12.3217213Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-03-14T04:23:12.3220488Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3223650Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-03-14T04:23:12.3226862Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-03-14T04:23:12.3229891Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-03-14T04:23:12.3233139Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-03-14T04:23:12.3236406Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-03-14T04:23:12.3239816Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3242799Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-03-14T04:23:12.3245805Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-03-14T04:23:12.3249105Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-03-14T04:23:12.3252411Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-03-14T04:23:12.3255824Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3258848Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-03-14T04:23:12.3261923Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-03-14T04:23:12.3265391Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-03-14T04:23:12.3268330Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-03-14T04:23:12.3271468Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-03-14T04:23:12.3274633Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-03-14T04:23:12.3277903Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3280850Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-03-14T04:23:12.3283811Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-03-14T04:23:12.3287029Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-03-14T04:23:12.3290207Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-03-14T04:23:12.3293470Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3296498Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-03-14T04:23:12.3299583Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-03-14T04:23:12.3302728Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-03-14T04:23:12.3305971Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-03-14T04:23:12.3309238Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-03-14T04:23:12.3312674Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3315820Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3318771Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-03-14T04:23:12.3321897Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-03-14T04:23:12.3324986Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-03-14T04:23:12.3328031Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-03-14T04:23:12.3331616Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-03-14T04:23:12.3334969Z adding 'torch/include/ATen/ops/bilinear.h' 2025-03-14T04:23:12.3338300Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3341087Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-03-14T04:23:12.3344397Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-03-14T04:23:12.3347583Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-03-14T04:23:12.3350865Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-03-14T04:23:12.3354079Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-03-14T04:23:12.3357185Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-03-14T04:23:12.3360247Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-03-14T04:23:12.3363670Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-03-14T04:23:12.3366880Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-03-14T04:23:12.3369998Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-03-14T04:23:12.3373130Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-03-14T04:23:12.3376258Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-03-14T04:23:12.3379568Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-03-14T04:23:12.3383000Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3385927Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-03-14T04:23:12.3389194Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-03-14T04:23:12.3392260Z adding 'torch/include/ATen/ops/bincount.h' 2025-03-14T04:23:12.3395484Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3398446Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-03-14T04:23:12.3401506Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-03-14T04:23:12.3404475Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-03-14T04:23:12.3407660Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-03-14T04:23:12.3410808Z adding 'torch/include/ATen/ops/binomial.h' 2025-03-14T04:23:12.3414092Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3417045Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-03-14T04:23:12.3420105Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-03-14T04:23:12.3423186Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-03-14T04:23:12.3426432Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-03-14T04:23:12.3429660Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-03-14T04:23:12.3433017Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3436204Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3439137Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-03-14T04:23:12.3442180Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-03-14T04:23:12.3445135Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-03-14T04:23:12.3448226Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-03-14T04:23:12.3451213Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-03-14T04:23:12.3454891Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-03-14T04:23:12.3458596Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-03-14T04:23:12.3462172Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3465488Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3468557Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-03-14T04:23:12.3471653Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-03-14T04:23:12.3475039Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-03-14T04:23:12.3477981Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-03-14T04:23:12.3481114Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-03-14T04:23:12.3484712Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-03-14T04:23:12.3488186Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-03-14T04:23:12.3491735Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3494989Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-03-14T04:23:12.3497870Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-03-14T04:23:12.3500855Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-03-14T04:23:12.3504271Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-03-14T04:23:12.3507221Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-03-14T04:23:12.3510625Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-03-14T04:23:12.3514179Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-03-14T04:23:12.3517515Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3520740Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3523684Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-03-14T04:23:12.3526892Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-03-14T04:23:12.3529893Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-03-14T04:23:12.3533169Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-03-14T04:23:12.3536789Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-03-14T04:23:12.3539879Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-03-14T04:23:12.3543633Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-03-14T04:23:12.3547080Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3550432Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3578057Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-03-14T04:23:12.3578289Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-03-14T04:23:12.3578459Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-03-14T04:23:12.3578651Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-03-14T04:23:12.3578823Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-03-14T04:23:12.3578974Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-03-14T04:23:12.3579091Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-03-14T04:23:12.3579712Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3584009Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3586167Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-03-14T04:23:12.3589741Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-03-14T04:23:12.3592385Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-03-14T04:23:12.3595733Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-03-14T04:23:12.3598783Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-03-14T04:23:12.3602443Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-03-14T04:23:12.3606002Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-03-14T04:23:12.3609466Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3612618Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-03-14T04:23:12.3616064Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-03-14T04:23:12.3619211Z adding 'torch/include/ATen/ops/block_diag.h' 2025-03-14T04:23:12.3622601Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3625554Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-03-14T04:23:12.3628822Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-03-14T04:23:12.3631906Z adding 'torch/include/ATen/ops/bmm.h' 2025-03-14T04:23:12.3635240Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3638121Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-03-14T04:23:12.3641258Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-03-14T04:23:12.3644240Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-03-14T04:23:12.3647310Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-03-14T04:23:12.3650333Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-03-14T04:23:12.3653522Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-03-14T04:23:12.3656614Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-03-14T04:23:12.3660087Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3663169Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-03-14T04:23:12.3666617Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-03-14T04:23:12.3669715Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-03-14T04:23:12.3672963Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3675805Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-03-14T04:23:12.3678870Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-03-14T04:23:12.3682091Z adding 'torch/include/ATen/ops/bucketize.h' 2025-03-14T04:23:12.3685417Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3688428Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-03-14T04:23:12.3691509Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-03-14T04:23:12.3694562Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-03-14T04:23:12.3697894Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-03-14T04:23:12.3701074Z adding 'torch/include/ATen/ops/can_cast.h' 2025-03-14T04:23:12.3704433Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3707261Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-03-14T04:23:12.3710547Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-03-14T04:23:12.3713640Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-03-14T04:23:12.3717097Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3719970Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-03-14T04:23:12.3723096Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-03-14T04:23:12.3726243Z adding 'torch/include/ATen/ops/cat.h' 2025-03-14T04:23:12.3729565Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3732601Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3735608Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-03-14T04:23:12.3738735Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-03-14T04:23:12.3742343Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-03-14T04:23:12.3745605Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-03-14T04:23:12.3748699Z adding 'torch/include/ATen/ops/cat_native.h' 2025-03-14T04:23:12.3752035Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-03-14T04:23:12.3755238Z adding 'torch/include/ATen/ops/cauchy.h' 2025-03-14T04:23:12.3758566Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3761596Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-03-14T04:23:12.3764700Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-03-14T04:23:12.3767726Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-03-14T04:23:12.3770972Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-03-14T04:23:12.3779062Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-03-14T04:23:12.3780826Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-03-14T04:23:12.3784299Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3787306Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-03-14T04:23:12.3790845Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3793832Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3796690Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-03-14T04:23:12.3799914Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-03-14T04:23:12.3803004Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-03-14T04:23:12.3806153Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-03-14T04:23:12.3809545Z adding 'torch/include/ATen/ops/cdist.h' 2025-03-14T04:23:12.3813040Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3816328Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-03-14T04:23:12.3819440Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-03-14T04:23:12.3822738Z adding 'torch/include/ATen/ops/ceil.h' 2025-03-14T04:23:12.3826159Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3829153Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-03-14T04:23:12.3832572Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-03-14T04:23:12.3835329Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-03-14T04:23:12.3838472Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-03-14T04:23:12.3841538Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-03-14T04:23:12.3844855Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-03-14T04:23:12.3848039Z adding 'torch/include/ATen/ops/celu.h' 2025-03-14T04:23:12.3851430Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3854324Z adding 'torch/include/ATen/ops/celu_native.h' 2025-03-14T04:23:12.3857701Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-03-14T04:23:12.3860895Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-03-14T04:23:12.3864401Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3867776Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-03-14T04:23:12.3871860Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-03-14T04:23:12.3875005Z adding 'torch/include/ATen/ops/chalf.h' 2025-03-14T04:23:12.3878295Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3881250Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-03-14T04:23:12.3884407Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-03-14T04:23:12.3887784Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-03-14T04:23:12.3891230Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3894301Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-03-14T04:23:12.3897406Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-03-14T04:23:12.3900487Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-03-14T04:23:12.3903879Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-03-14T04:23:12.3907040Z adding 'torch/include/ATen/ops/cholesky.h' 2025-03-14T04:23:12.3910256Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-03-14T04:23:12.3913432Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-03-14T04:23:12.3917204Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-03-14T04:23:12.3920026Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-03-14T04:23:12.3923401Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-03-14T04:23:12.3926467Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-03-14T04:23:12.3929890Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-03-14T04:23:12.3933069Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-03-14T04:23:12.3936463Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-03-14T04:23:12.3940223Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-03-14T04:23:12.3943306Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.3946356Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-03-14T04:23:12.3949741Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-03-14T04:23:12.3953382Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-03-14T04:23:12.3957295Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3959658Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-03-14T04:23:12.3963093Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-03-14T04:23:12.3966093Z adding 'torch/include/ATen/ops/chunk.h' 2025-03-14T04:23:12.3969531Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.3972616Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-03-14T04:23:12.3975827Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-03-14T04:23:12.3979863Z adding 'torch/include/ATen/ops/clamp.h' 2025-03-14T04:23:12.3982949Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3986161Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-03-14T04:23:12.3989420Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-03-14T04:23:12.3992858Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-03-14T04:23:12.3996785Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.3999983Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-03-14T04:23:12.4003488Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-03-14T04:23:12.4006317Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-03-14T04:23:12.4009657Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-03-14T04:23:12.4012717Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-03-14T04:23:12.4016391Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-03-14T04:23:12.4019923Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-03-14T04:23:12.4023195Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-03-14T04:23:12.4026682Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-03-14T04:23:12.4030137Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4033399Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-03-14T04:23:12.4036884Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-03-14T04:23:12.4039761Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-03-14T04:23:12.4043100Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-03-14T04:23:12.4046152Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-03-14T04:23:12.4049831Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-03-14T04:23:12.4053443Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-03-14T04:23:12.4056752Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-03-14T04:23:12.4069621Z adding 'torch/include/ATen/ops/clip.h' 2025-03-14T04:23:12.4069897Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4070013Z adding 'torch/include/ATen/ops/clip_native.h' 2025-03-14T04:23:12.4072029Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-03-14T04:23:12.4091227Z adding 'torch/include/ATen/ops/clone.h' 2025-03-14T04:23:12.4091499Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4091619Z adding 'torch/include/ATen/ops/clone_native.h' 2025-03-14T04:23:12.4091840Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-03-14T04:23:12.4091962Z adding 'torch/include/ATen/ops/coalesce.h' 2025-03-14T04:23:12.4093727Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4097200Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-03-14T04:23:12.4099942Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-03-14T04:23:12.4103718Z adding 'torch/include/ATen/ops/col2im.h' 2025-03-14T04:23:12.4107186Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-03-14T04:23:12.4110644Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-03-14T04:23:12.4114851Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-03-14T04:23:12.4117276Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-03-14T04:23:12.4120342Z adding 'torch/include/ATen/ops/col_indices.h' 2025-03-14T04:23:12.4123597Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4126822Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-03-14T04:23:12.4130179Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4133432Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4136347Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-03-14T04:23:12.4139461Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-03-14T04:23:12.4142832Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-03-14T04:23:12.4146002Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-03-14T04:23:12.4149129Z adding 'torch/include/ATen/ops/column_stack.h' 2025-03-14T04:23:12.4152454Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4155320Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-03-14T04:23:12.4158530Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-03-14T04:23:12.4161640Z adding 'torch/include/ATen/ops/combinations.h' 2025-03-14T04:23:12.4165294Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4168218Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-03-14T04:23:12.4171341Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-03-14T04:23:12.4174701Z adding 'torch/include/ATen/ops/complex.h' 2025-03-14T04:23:12.4177962Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4181001Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-03-14T04:23:12.4184238Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-03-14T04:23:12.4187272Z adding 'torch/include/ATen/ops/complex_native.h' 2025-03-14T04:23:12.4190459Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-03-14T04:23:12.4193725Z adding 'torch/include/ATen/ops/concat.h' 2025-03-14T04:23:12.4197047Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4200087Z adding 'torch/include/ATen/ops/concat_native.h' 2025-03-14T04:23:12.4203446Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-03-14T04:23:12.4206748Z adding 'torch/include/ATen/ops/concatenate.h' 2025-03-14T04:23:12.4210168Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4213288Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-03-14T04:23:12.4216671Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-03-14T04:23:12.4219816Z adding 'torch/include/ATen/ops/conj.h' 2025-03-14T04:23:12.4223209Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4226105Z adding 'torch/include/ATen/ops/conj_native.h' 2025-03-14T04:23:12.4229408Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-03-14T04:23:12.4232605Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-03-14T04:23:12.4236099Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4239721Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4242386Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-03-14T04:23:12.4246435Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-03-14T04:23:12.4248740Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-03-14T04:23:12.4252369Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-03-14T04:23:12.4255555Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-03-14T04:23:12.4259230Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4262521Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-03-14T04:23:12.4265766Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-03-14T04:23:12.4268928Z adding 'torch/include/ATen/ops/contiguous.h' 2025-03-14T04:23:12.4272235Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4275281Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-03-14T04:23:12.4278473Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-03-14T04:23:12.4282082Z adding 'torch/include/ATen/ops/conv1d.h' 2025-03-14T04:23:12.4285701Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4290855Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-03-14T04:23:12.4294221Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-03-14T04:23:12.4297917Z adding 'torch/include/ATen/ops/conv2d.h' 2025-03-14T04:23:12.4301492Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4304766Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-03-14T04:23:12.4308204Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-03-14T04:23:12.4311750Z adding 'torch/include/ATen/ops/conv3d.h' 2025-03-14T04:23:12.4315432Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4318993Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-03-14T04:23:12.4321985Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-03-14T04:23:12.4325822Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-03-14T04:23:12.4329415Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4332711Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-03-14T04:23:12.4336328Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-03-14T04:23:12.4339309Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-03-14T04:23:12.4342759Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-03-14T04:23:12.4345944Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-03-14T04:23:12.4349439Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4352429Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-03-14T04:23:12.4355754Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-03-14T04:23:12.4359183Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4362189Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-03-14T04:23:12.4365570Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-03-14T04:23:12.4368983Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-03-14T04:23:12.4372566Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4375991Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-03-14T04:23:12.4378986Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-03-14T04:23:12.4382643Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-03-14T04:23:12.4386147Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4389301Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-03-14T04:23:12.4392944Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-03-14T04:23:12.4396074Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-03-14T04:23:12.4399696Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4402699Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-03-14T04:23:12.4406269Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-03-14T04:23:12.4409992Z adding 'torch/include/ATen/ops/convolution.h' 2025-03-14T04:23:12.4414138Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-03-14T04:23:12.4418123Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4421627Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-03-14T04:23:12.4424892Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-03-14T04:23:12.4428559Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-03-14T04:23:12.4432688Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-03-14T04:23:12.4436480Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4439747Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-03-14T04:23:12.4443795Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-03-14T04:23:12.4447052Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4450195Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-03-14T04:23:12.4453563Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-03-14T04:23:12.4457492Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-03-14T04:23:12.4461408Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4464580Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-03-14T04:23:12.4468210Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-03-14T04:23:12.4471931Z adding 'torch/include/ATen/ops/copy.h' 2025-03-14T04:23:12.4474821Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4478151Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4481090Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-03-14T04:23:12.4484279Z adding 'torch/include/ATen/ops/copy_native.h' 2025-03-14T04:23:12.4487608Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-03-14T04:23:12.4490979Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-03-14T04:23:12.4494468Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4497558Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-03-14T04:23:12.4500744Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-03-14T04:23:12.4504149Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-03-14T04:23:12.4507529Z adding 'torch/include/ATen/ops/copysign.h' 2025-03-14T04:23:12.4511655Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4514202Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4517620Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-03-14T04:23:12.4520769Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-03-14T04:23:12.4524034Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-03-14T04:23:12.4527231Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-03-14T04:23:12.4530428Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-03-14T04:23:12.4534167Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-03-14T04:23:12.4537084Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-03-14T04:23:12.4540464Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4543414Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-03-14T04:23:12.4546749Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-03-14T04:23:12.4549860Z adding 'torch/include/ATen/ops/cos.h' 2025-03-14T04:23:12.4553388Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4556753Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-03-14T04:23:12.4559537Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-03-14T04:23:12.4566913Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-03-14T04:23:12.4567080Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-03-14T04:23:12.4569525Z adding 'torch/include/ATen/ops/cos_native.h' 2025-03-14T04:23:12.4588675Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-03-14T04:23:12.4588807Z adding 'torch/include/ATen/ops/cosh.h' 2025-03-14T04:23:12.4589138Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4589290Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-03-14T04:23:12.4589429Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-03-14T04:23:12.4591063Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-03-14T04:23:12.4594569Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-03-14T04:23:12.4597329Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-03-14T04:23:12.4600835Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-03-14T04:23:12.4604019Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-03-14T04:23:12.4607560Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4610496Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-03-14T04:23:12.4613911Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-03-14T04:23:12.4616955Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-03-14T04:23:12.4620254Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4623430Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-03-14T04:23:12.4626667Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-03-14T04:23:12.4629955Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-03-14T04:23:12.4633361Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4636349Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-03-14T04:23:12.4640351Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-03-14T04:23:12.4643452Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-03-14T04:23:12.4646810Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-03-14T04:23:12.4649984Z adding 'torch/include/ATen/ops/cov.h' 2025-03-14T04:23:12.4653298Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4656246Z adding 'torch/include/ATen/ops/cov_native.h' 2025-03-14T04:23:12.4659384Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-03-14T04:23:12.4662634Z adding 'torch/include/ATen/ops/cross.h' 2025-03-14T04:23:12.4665927Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4669683Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-03-14T04:23:12.4672635Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4675602Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-03-14T04:23:12.4679177Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-03-14T04:23:12.4682313Z adding 'torch/include/ATen/ops/cross_native.h' 2025-03-14T04:23:12.4685836Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-03-14T04:23:12.4688889Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-03-14T04:23:12.4692124Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4695056Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-03-14T04:23:12.4698340Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4701518Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4704477Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-03-14T04:23:12.4707827Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-03-14T04:23:12.4710844Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-03-14T04:23:12.4713949Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-03-14T04:23:12.4717364Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-03-14T04:23:12.4720671Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4723562Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-03-14T04:23:12.4726975Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-03-14T04:23:12.4730368Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-03-14T04:23:12.4733820Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-03-14T04:23:12.4736961Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4739939Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-03-14T04:23:12.4743046Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-03-14T04:23:12.4746391Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-03-14T04:23:12.4749574Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4752581Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-03-14T04:23:12.4755601Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-03-14T04:23:12.4758808Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-03-14T04:23:12.4762070Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-03-14T04:23:12.4765467Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-03-14T04:23:12.4768915Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4772021Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:12.4775106Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-03-14T04:23:12.4778534Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-03-14T04:23:12.4782014Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4785104Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-03-14T04:23:12.4788143Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-03-14T04:23:12.4791506Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-03-14T04:23:12.4795133Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-03-14T04:23:12.4799015Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-03-14T04:23:12.4802623Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4805765Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-03-14T04:23:12.4808838Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-03-14T04:23:12.4812169Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-03-14T04:23:12.4815656Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-03-14T04:23:12.4818699Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-03-14T04:23:12.4822036Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-03-14T04:23:12.4825635Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-03-14T04:23:12.4829385Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4832793Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-03-14T04:23:12.4835690Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-03-14T04:23:12.4839131Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-03-14T04:23:12.4842875Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-03-14T04:23:12.4847115Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4850228Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-03-14T04:23:12.4853336Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-03-14T04:23:12.4856988Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-03-14T04:23:12.4860459Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-03-14T04:23:12.4864345Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-03-14T04:23:12.4868222Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4871847Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-03-14T04:23:12.4875375Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-03-14T04:23:12.4879297Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-03-14T04:23:12.4883274Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4886975Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-03-14T04:23:12.4890473Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-03-14T04:23:12.4893875Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-03-14T04:23:12.4897118Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-03-14T04:23:12.4901364Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4903546Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-03-14T04:23:12.4906800Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-03-14T04:23:12.4910038Z adding 'torch/include/ATen/ops/cummax.h' 2025-03-14T04:23:12.4913557Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4916743Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4919920Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-03-14T04:23:12.4923448Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-03-14T04:23:12.4926610Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-03-14T04:23:12.4930037Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4933051Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-03-14T04:23:12.4936356Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-03-14T04:23:12.4939691Z adding 'torch/include/ATen/ops/cummin.h' 2025-03-14T04:23:12.4943308Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.4946552Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4949544Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-03-14T04:23:12.4952995Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-03-14T04:23:12.4956317Z adding 'torch/include/ATen/ops/cumprod.h' 2025-03-14T04:23:12.4959849Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-03-14T04:23:12.4962939Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4966023Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-03-14T04:23:12.4969404Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-03-14T04:23:12.4972664Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.4975929Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.4978988Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-03-14T04:23:12.4982414Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-03-14T04:23:12.4985500Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-03-14T04:23:12.4988875Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-03-14T04:23:12.4992339Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-03-14T04:23:12.4996189Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-03-14T04:23:12.4999264Z adding 'torch/include/ATen/ops/cumsum.h' 2025-03-14T04:23:12.5002759Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5005995Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5009288Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-03-14T04:23:12.5012617Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-03-14T04:23:12.5015491Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-03-14T04:23:12.5018660Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-03-14T04:23:12.5021966Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-03-14T04:23:12.5025960Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-03-14T04:23:12.5029182Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-03-14T04:23:12.5032645Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5035957Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-03-14T04:23:12.5039010Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-03-14T04:23:12.5041978Z adding 'torch/include/ATen/ops/data.h' 2025-03-14T04:23:12.5045441Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5048572Z adding 'torch/include/ATen/ops/data_native.h' 2025-03-14T04:23:12.5051506Z adding 'torch/include/ATen/ops/data_ops.h' 2025-03-14T04:23:12.5054790Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-03-14T04:23:12.5058115Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5061129Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-03-14T04:23:12.5064497Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-03-14T04:23:12.5067745Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-03-14T04:23:12.5073287Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5074729Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-03-14T04:23:12.5084699Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-03-14T04:23:12.5084842Z adding 'torch/include/ATen/ops/dequantize.h' 2025-03-14T04:23:12.5085495Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5088565Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-03-14T04:23:12.5091876Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-03-14T04:23:12.5094897Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-03-14T04:23:12.5098440Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-03-14T04:23:12.5101698Z adding 'torch/include/ATen/ops/det.h' 2025-03-14T04:23:12.5105119Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5108158Z adding 'torch/include/ATen/ops/det_native.h' 2025-03-14T04:23:12.5111595Z adding 'torch/include/ATen/ops/det_ops.h' 2025-03-14T04:23:12.5114691Z adding 'torch/include/ATen/ops/detach.h' 2025-03-14T04:23:12.5117794Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5120852Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-03-14T04:23:12.5124134Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5127383Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5130191Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-03-14T04:23:12.5133337Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-03-14T04:23:12.5136657Z adding 'torch/include/ATen/ops/detach_native.h' 2025-03-14T04:23:12.5139906Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-03-14T04:23:12.5142958Z adding 'torch/include/ATen/ops/diag.h' 2025-03-14T04:23:12.5146312Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5149797Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-03-14T04:23:12.5152619Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5155806Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5158645Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-03-14T04:23:12.5161837Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-03-14T04:23:12.5164887Z adding 'torch/include/ATen/ops/diag_native.h' 2025-03-14T04:23:12.5168235Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-03-14T04:23:12.5171323Z adding 'torch/include/ATen/ops/diagflat.h' 2025-03-14T04:23:12.5174547Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5177471Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-03-14T04:23:12.5180614Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-03-14T04:23:12.5183881Z adding 'torch/include/ATen/ops/diagonal.h' 2025-03-14T04:23:12.5187354Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-03-14T04:23:12.5191683Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5194188Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-03-14T04:23:12.5197437Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-03-14T04:23:12.5200697Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5203946Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5206978Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-03-14T04:23:12.5210288Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5213648Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5216497Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-03-14T04:23:12.5219906Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-03-14T04:23:12.5223361Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-03-14T04:23:12.5226576Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-03-14T04:23:12.5229834Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-03-14T04:23:12.5233197Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5236438Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5239300Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-03-14T04:23:12.5242585Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-03-14T04:23:12.5245719Z adding 'torch/include/ATen/ops/diff.h' 2025-03-14T04:23:12.5249097Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5252029Z adding 'torch/include/ATen/ops/diff_native.h' 2025-03-14T04:23:12.5255349Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-03-14T04:23:12.5258482Z adding 'torch/include/ATen/ops/digamma.h' 2025-03-14T04:23:12.5261911Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5264890Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-03-14T04:23:12.5267973Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-03-14T04:23:12.5270934Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-03-14T04:23:12.5274082Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-03-14T04:23:12.5277110Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-03-14T04:23:12.5280331Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-03-14T04:23:12.5283460Z adding 'torch/include/ATen/ops/dist.h' 2025-03-14T04:23:12.5286754Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5289679Z adding 'torch/include/ATen/ops/dist_native.h' 2025-03-14T04:23:12.5292881Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-03-14T04:23:12.5296231Z adding 'torch/include/ATen/ops/div.h' 2025-03-14T04:23:12.5300562Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5303434Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5306138Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-03-14T04:23:12.5309378Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-03-14T04:23:12.5312615Z adding 'torch/include/ATen/ops/div_meta.h' 2025-03-14T04:23:12.5315644Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-03-14T04:23:12.5318872Z adding 'torch/include/ATen/ops/div_native.h' 2025-03-14T04:23:12.5322681Z adding 'torch/include/ATen/ops/div_ops.h' 2025-03-14T04:23:12.5326431Z adding 'torch/include/ATen/ops/divide.h' 2025-03-14T04:23:12.5329899Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5332921Z adding 'torch/include/ATen/ops/divide_native.h' 2025-03-14T04:23:12.5336600Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-03-14T04:23:12.5340525Z adding 'torch/include/ATen/ops/dot.h' 2025-03-14T04:23:12.5343340Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5346298Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-03-14T04:23:12.5349445Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-03-14T04:23:12.5352459Z adding 'torch/include/ATen/ops/dot_native.h' 2025-03-14T04:23:12.5356009Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-03-14T04:23:12.5359100Z adding 'torch/include/ATen/ops/dropout.h' 2025-03-14T04:23:12.5362370Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5365276Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-03-14T04:23:12.5368465Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-03-14T04:23:12.5371576Z adding 'torch/include/ATen/ops/dsplit.h' 2025-03-14T04:23:12.5374870Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5377804Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-03-14T04:23:12.5381004Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-03-14T04:23:12.5384324Z adding 'torch/include/ATen/ops/dstack.h' 2025-03-14T04:23:12.5387604Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5391324Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-03-14T04:23:12.5394591Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-03-14T04:23:12.5397705Z adding 'torch/include/ATen/ops/einsum.h' 2025-03-14T04:23:12.5401066Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5403955Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-03-14T04:23:12.5407096Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-03-14T04:23:12.5410259Z adding 'torch/include/ATen/ops/elu.h' 2025-03-14T04:23:12.5413500Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-03-14T04:23:12.5416948Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5419964Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-03-14T04:23:12.5423258Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-03-14T04:23:12.5426525Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-03-14T04:23:12.5429731Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-03-14T04:23:12.5433004Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-03-14T04:23:12.5436761Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-03-14T04:23:12.5440046Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5443228Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-03-14T04:23:12.5446353Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-03-14T04:23:12.5449619Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-03-14T04:23:12.5453713Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-03-14T04:23:12.5456148Z adding 'torch/include/ATen/ops/elu_native.h' 2025-03-14T04:23:12.5459568Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-03-14T04:23:12.5463296Z adding 'torch/include/ATen/ops/embedding.h' 2025-03-14T04:23:12.5467243Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-03-14T04:23:12.5470724Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5473347Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-03-14T04:23:12.5477046Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-03-14T04:23:12.5480465Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-03-14T04:23:12.5484050Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5487377Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-03-14T04:23:12.5490645Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-03-14T04:23:12.5494226Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5498457Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-03-14T04:23:12.5501409Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5504815Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-03-14T04:23:12.5507980Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-03-14T04:23:12.5511174Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-03-14T04:23:12.5514482Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-03-14T04:23:12.5517736Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-03-14T04:23:12.5521308Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-03-14T04:23:12.5524550Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-03-14T04:23:12.5528155Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5531222Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-03-14T04:23:12.5534517Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-03-14T04:23:12.5538014Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-03-14T04:23:12.5540896Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-03-14T04:23:12.5544435Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-03-14T04:23:12.5547643Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-03-14T04:23:12.5551173Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5554093Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-03-14T04:23:12.5557479Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-03-14T04:23:12.5561450Z adding 'torch/include/ATen/ops/empty.h' 2025-03-14T04:23:12.5564999Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5568506Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5572239Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-03-14T04:23:12.5575960Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-03-14T04:23:12.5579841Z adding 'torch/include/ATen/ops/empty_like.h' 2025-03-14T04:23:12.5583948Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5587146Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-03-14T04:23:12.5590657Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-03-14T04:23:12.5593958Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-03-14T04:23:12.5597446Z adding 'torch/include/ATen/ops/empty_native.h' 2025-03-14T04:23:12.5601091Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-03-14T04:23:12.5604968Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-03-14T04:23:12.5608717Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5611833Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-03-14T04:23:12.5615166Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-03-14T04:23:12.5618681Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-03-14T04:23:12.5622374Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5625404Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-03-14T04:23:12.5628767Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-03-14T04:23:12.5632439Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-03-14T04:23:12.5636059Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5639266Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-03-14T04:23:12.5642472Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-03-14T04:23:12.5645688Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-03-14T04:23:12.5648886Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-03-14T04:23:12.5652804Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-03-14T04:23:12.5655408Z adding 'torch/include/ATen/ops/eq.h' 2025-03-14T04:23:12.5658814Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5661890Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-03-14T04:23:12.5665097Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-03-14T04:23:12.5668287Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-03-14T04:23:12.5671447Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-03-14T04:23:12.5674577Z adding 'torch/include/ATen/ops/eq_native.h' 2025-03-14T04:23:12.5677988Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-03-14T04:23:12.5681107Z adding 'torch/include/ATen/ops/equal.h' 2025-03-14T04:23:12.5684232Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-03-14T04:23:12.5687286Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-03-14T04:23:12.5690288Z adding 'torch/include/ATen/ops/equal_native.h' 2025-03-14T04:23:12.5693355Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-03-14T04:23:12.5696451Z adding 'torch/include/ATen/ops/erf.h' 2025-03-14T04:23:12.5699769Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5702811Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-03-14T04:23:12.5705926Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-03-14T04:23:12.5708963Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-03-14T04:23:12.5712073Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-03-14T04:23:12.5715169Z adding 'torch/include/ATen/ops/erf_native.h' 2025-03-14T04:23:12.5718447Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-03-14T04:23:12.5721576Z adding 'torch/include/ATen/ops/erfc.h' 2025-03-14T04:23:12.5726425Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5728784Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-03-14T04:23:12.5731810Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-03-14T04:23:12.5734777Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-03-14T04:23:12.5739479Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-03-14T04:23:12.5743241Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-03-14T04:23:12.5746694Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-03-14T04:23:12.5749757Z adding 'torch/include/ATen/ops/erfinv.h' 2025-03-14T04:23:12.5753130Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5756067Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-03-14T04:23:12.5759151Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-03-14T04:23:12.5762178Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-03-14T04:23:12.5765307Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-03-14T04:23:12.5768352Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-03-14T04:23:12.5771719Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-03-14T04:23:12.5774787Z adding 'torch/include/ATen/ops/exp.h' 2025-03-14T04:23:12.5777877Z adding 'torch/include/ATen/ops/exp2.h' 2025-03-14T04:23:12.5781199Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5784287Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-03-14T04:23:12.5787374Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-03-14T04:23:12.5790393Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-03-14T04:23:12.5793502Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-03-14T04:23:12.5796554Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-03-14T04:23:12.5799783Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-03-14T04:23:12.5803092Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5806049Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-03-14T04:23:12.5809119Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-03-14T04:23:12.5812711Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-03-14T04:23:12.5815210Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-03-14T04:23:12.5818203Z adding 'torch/include/ATen/ops/exp_native.h' 2025-03-14T04:23:12.5821423Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-03-14T04:23:12.5824866Z adding 'torch/include/ATen/ops/expand.h' 2025-03-14T04:23:12.5827868Z adding 'torch/include/ATen/ops/expand_as.h' 2025-03-14T04:23:12.5831137Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5834013Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-03-14T04:23:12.5837089Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-03-14T04:23:12.5840316Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5843889Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-03-14T04:23:12.5846979Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5850207Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5853547Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-03-14T04:23:12.5856775Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-03-14T04:23:12.5859771Z adding 'torch/include/ATen/ops/expand_native.h' 2025-03-14T04:23:12.5862992Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-03-14T04:23:12.5866107Z adding 'torch/include/ATen/ops/expm1.h' 2025-03-14T04:23:12.5869440Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.5872359Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-03-14T04:23:12.5876142Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-03-14T04:23:12.5879220Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-03-14T04:23:12.5882375Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-03-14T04:23:12.5885428Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-03-14T04:23:12.5889023Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-03-14T04:23:12.5891870Z adding 'torch/include/ATen/ops/exponential.h' 2025-03-14T04:23:12.5895188Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5898195Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-03-14T04:23:12.5901283Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-03-14T04:23:12.5904501Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-03-14T04:23:12.5907521Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-03-14T04:23:12.5910832Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-03-14T04:23:12.5914601Z adding 'torch/include/ATen/ops/eye.h' 2025-03-14T04:23:12.5918203Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5921312Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-03-14T04:23:12.5924941Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-03-14T04:23:12.5927803Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-03-14T04:23:12.5930865Z adding 'torch/include/ATen/ops/eye_native.h' 2025-03-14T04:23:12.5934360Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-03-14T04:23:12.5937683Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-03-14T04:23:12.5941000Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-03-14T04:23:12.5944315Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-03-14T04:23:12.5947729Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5950753Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-03-14T04:23:12.5953912Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-03-14T04:23:12.5957874Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.5960350Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-03-14T04:23:12.5963495Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-03-14T04:23:12.5966510Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-03-14T04:23:12.5969867Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-03-14T04:23:12.5973204Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5976132Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-03-14T04:23:12.5979338Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-03-14T04:23:12.5982571Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-03-14T04:23:12.5985863Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-03-14T04:23:12.5989000Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-03-14T04:23:12.5992305Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.5995234Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-03-14T04:23:12.5998377Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-03-14T04:23:12.6001705Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6004777Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-03-14T04:23:12.6007882Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-03-14T04:23:12.6010932Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-03-14T04:23:12.6014240Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-03-14T04:23:12.6017622Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6020576Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-03-14T04:23:12.6024210Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-03-14T04:23:12.6027574Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-03-14T04:23:12.6031444Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6034066Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-03-14T04:23:12.6037521Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6040586Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-03-14T04:23:12.6043893Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-03-14T04:23:12.6046898Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-03-14T04:23:12.6050275Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-03-14T04:23:12.6054201Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-03-14T04:23:12.6056922Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6060153Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-03-14T04:23:12.6063615Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6066779Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-03-14T04:23:12.6070070Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-03-14T04:23:12.6101595Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-03-14T04:23:12.6102107Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-03-14T04:23:12.6102583Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-03-14T04:23:12.6103211Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6103882Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-03-14T04:23:12.6104399Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-03-14T04:23:12.6104877Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-03-14T04:23:12.6105490Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6106198Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-03-14T04:23:12.6106868Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-03-14T04:23:12.6109310Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-03-14T04:23:12.6113363Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6115787Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-03-14T04:23:12.6119175Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-03-14T04:23:12.6122306Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-03-14T04:23:12.6125795Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6128716Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-03-14T04:23:12.6131966Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-03-14T04:23:12.6135857Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-03-14T04:23:12.6138534Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6141461Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-03-14T04:23:12.6145534Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-03-14T04:23:12.6149044Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-03-14T04:23:12.6152916Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-03-14T04:23:12.6156429Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6159442Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-03-14T04:23:12.6162643Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-03-14T04:23:12.6165989Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6168919Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-03-14T04:23:12.6172183Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-03-14T04:23:12.6175447Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-03-14T04:23:12.6178921Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6182583Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-03-14T04:23:12.6185353Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-03-14T04:23:12.6188804Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-03-14T04:23:12.6192367Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6195536Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-03-14T04:23:12.6198796Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-03-14T04:23:12.6201931Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-03-14T04:23:12.6205145Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6208014Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-03-14T04:23:12.6211115Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-03-14T04:23:12.6214501Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-03-14T04:23:12.6218065Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-03-14T04:23:12.6221726Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6224693Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-03-14T04:23:12.6228071Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-03-14T04:23:12.6231438Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6234388Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-03-14T04:23:12.6237646Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-03-14T04:23:12.6241356Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-03-14T04:23:12.6244882Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6247853Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-03-14T04:23:12.6251144Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-03-14T04:23:12.6254583Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-03-14T04:23:12.6258134Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-03-14T04:23:12.6262177Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6265267Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-03-14T04:23:12.6268529Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-03-14T04:23:12.6271925Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6274917Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-03-14T04:23:12.6278169Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-03-14T04:23:12.6281618Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-03-14T04:23:12.6285163Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6288200Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-03-14T04:23:12.6291464Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-03-14T04:23:12.6294581Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-03-14T04:23:12.6297846Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6300753Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-03-14T04:23:12.6304008Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-03-14T04:23:12.6307429Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-03-14T04:23:12.6311000Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-03-14T04:23:12.6314465Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6317399Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-03-14T04:23:12.6320647Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-03-14T04:23:12.6323973Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6326924Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-03-14T04:23:12.6330195Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-03-14T04:23:12.6333635Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-03-14T04:23:12.6337208Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6340219Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-03-14T04:23:12.6343589Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-03-14T04:23:12.6347009Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-03-14T04:23:12.6350580Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-03-14T04:23:12.6354097Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6357244Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-03-14T04:23:12.6360473Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-03-14T04:23:12.6363840Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6366760Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-03-14T04:23:12.6369967Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-03-14T04:23:12.6373465Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-03-14T04:23:12.6376928Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6379923Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-03-14T04:23:12.6383217Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-03-14T04:23:12.6386614Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-03-14T04:23:12.6390129Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-03-14T04:23:12.6393595Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6396584Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-03-14T04:23:12.6399796Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-03-14T04:23:12.6403143Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6406170Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-03-14T04:23:12.6409401Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-03-14T04:23:12.6412641Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-03-14T04:23:12.6416156Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6419216Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-03-14T04:23:12.6422626Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-03-14T04:23:12.6426086Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-03-14T04:23:12.6429544Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6432480Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-03-14T04:23:12.6435725Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-03-14T04:23:12.6439003Z adding 'torch/include/ATen/ops/fill.h' 2025-03-14T04:23:12.6442553Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6445583Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-03-14T04:23:12.6448627Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-03-14T04:23:12.6451543Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-03-14T04:23:12.6454736Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6457590Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-03-14T04:23:12.6461064Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-03-14T04:23:12.6470567Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-03-14T04:23:12.6474364Z adding 'torch/include/ATen/ops/fill_native.h' 2025-03-14T04:23:12.6478175Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-03-14T04:23:12.6481309Z adding 'torch/include/ATen/ops/fix.h' 2025-03-14T04:23:12.6484701Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6487675Z adding 'torch/include/ATen/ops/fix_native.h' 2025-03-14T04:23:12.6490985Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-03-14T04:23:12.6494339Z adding 'torch/include/ATen/ops/flatten.h' 2025-03-14T04:23:12.6497751Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6500996Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-03-14T04:23:12.6504503Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6507500Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-03-14T04:23:12.6510807Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-03-14T04:23:12.6513965Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-03-14T04:23:12.6517388Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-03-14T04:23:12.6520672Z adding 'torch/include/ATen/ops/flip.h' 2025-03-14T04:23:12.6524039Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6527146Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-03-14T04:23:12.6530530Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-03-14T04:23:12.6533683Z adding 'torch/include/ATen/ops/flip_native.h' 2025-03-14T04:23:12.6536980Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-03-14T04:23:12.6540188Z adding 'torch/include/ATen/ops/fliplr.h' 2025-03-14T04:23:12.6544665Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6547646Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-03-14T04:23:12.6550852Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-03-14T04:23:12.6553992Z adding 'torch/include/ATen/ops/flipud.h' 2025-03-14T04:23:12.6557414Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6560396Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-03-14T04:23:12.6563570Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-03-14T04:23:12.6567086Z adding 'torch/include/ATen/ops/float_power.h' 2025-03-14T04:23:12.6570674Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6573792Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-03-14T04:23:12.6577454Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-03-14T04:23:12.6580809Z adding 'torch/include/ATen/ops/floor.h' 2025-03-14T04:23:12.6584480Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6587548Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-03-14T04:23:12.6590733Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-03-14T04:23:12.6593983Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-03-14T04:23:12.6597466Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6601354Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-03-14T04:23:12.6604643Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-03-14T04:23:12.6607851Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-03-14T04:23:12.6611054Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-03-14T04:23:12.6614621Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-03-14T04:23:12.6617849Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-03-14T04:23:12.6621069Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-03-14T04:23:12.6624426Z adding 'torch/include/ATen/ops/floor_native.h' 2025-03-14T04:23:12.6627767Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-03-14T04:23:12.6631011Z adding 'torch/include/ATen/ops/fmax.h' 2025-03-14T04:23:12.6634451Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6637488Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-03-14T04:23:12.6640735Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-03-14T04:23:12.6643823Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-03-14T04:23:12.6647805Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-03-14T04:23:12.6651288Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-03-14T04:23:12.6654943Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-03-14T04:23:12.6659298Z adding 'torch/include/ATen/ops/fmin.h' 2025-03-14T04:23:12.6664826Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6670409Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-03-14T04:23:12.6675454Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-03-14T04:23:12.6680436Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-03-14T04:23:12.6685507Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-03-14T04:23:12.6690365Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-03-14T04:23:12.6695454Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-03-14T04:23:12.6700368Z adding 'torch/include/ATen/ops/fmod.h' 2025-03-14T04:23:12.6704045Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6708247Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6712054Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-03-14T04:23:12.6715326Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-03-14T04:23:12.6719282Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-03-14T04:23:12.6722730Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-03-14T04:23:12.6726661Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-03-14T04:23:12.6730581Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-03-14T04:23:12.6734182Z adding 'torch/include/ATen/ops/frac.h' 2025-03-14T04:23:12.6738300Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6741604Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-03-14T04:23:12.6744903Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-03-14T04:23:12.6748024Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-03-14T04:23:12.6751210Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-03-14T04:23:12.6755093Z adding 'torch/include/ATen/ops/frac_native.h' 2025-03-14T04:23:12.6758506Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-03-14T04:23:12.6761906Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-03-14T04:23:12.6765267Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-03-14T04:23:12.6768933Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6772609Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.6775925Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.6779049Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-03-14T04:23:12.6783316Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-03-14T04:23:12.6786565Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-03-14T04:23:12.6789959Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-03-14T04:23:12.6793479Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6796583Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-03-14T04:23:12.6799858Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-03-14T04:23:12.6803014Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-03-14T04:23:12.6806270Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-03-14T04:23:12.6809444Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-03-14T04:23:12.6822215Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-03-14T04:23:12.6822808Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-03-14T04:23:12.6823258Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-03-14T04:23:12.6823816Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.6827033Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.6830061Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-03-14T04:23:12.6834185Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-03-14T04:23:12.6837728Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6840862Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-03-14T04:23:12.6844119Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-03-14T04:23:12.6848238Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-03-14T04:23:12.6851786Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-03-14T04:23:12.6854995Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-03-14T04:23:12.6858402Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-03-14T04:23:12.6861729Z adding 'torch/include/ATen/ops/frexp.h' 2025-03-14T04:23:12.6865211Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6868300Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-03-14T04:23:12.6871569Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-03-14T04:23:12.6874597Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-03-14T04:23:12.6877885Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-03-14T04:23:12.6881898Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-03-14T04:23:12.6885387Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6888440Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-03-14T04:23:12.6891742Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-03-14T04:23:12.6895711Z adding 'torch/include/ATen/ops/from_blob.h' 2025-03-14T04:23:12.6899199Z adding 'torch/include/ATen/ops/from_file.h' 2025-03-14T04:23:12.6902757Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6905967Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-03-14T04:23:12.6909157Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-03-14T04:23:12.6912581Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-03-14T04:23:12.6916380Z adding 'torch/include/ATen/ops/full.h' 2025-03-14T04:23:12.6920122Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6923440Z adding 'torch/include/ATen/ops/full_like.h' 2025-03-14T04:23:12.6926958Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.6930068Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-03-14T04:23:12.6933474Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-03-14T04:23:12.6938152Z adding 'torch/include/ATen/ops/full_native.h' 2025-03-14T04:23:12.6942545Z adding 'torch/include/ATen/ops/full_ops.h' 2025-03-14T04:23:12.6946235Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-03-14T04:23:12.6950412Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6954028Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-03-14T04:23:12.6957673Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-03-14T04:23:12.6961591Z adding 'torch/include/ATen/ops/gather.h' 2025-03-14T04:23:12.6965028Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-03-14T04:23:12.6969006Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6972541Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-03-14T04:23:12.6975962Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-03-14T04:23:12.6980004Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.6983536Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.6987187Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-03-14T04:23:12.6990975Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-03-14T04:23:12.6994343Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-03-14T04:23:12.6998071Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-03-14T04:23:12.7001400Z adding 'torch/include/ATen/ops/gather_native.h' 2025-03-14T04:23:12.7005497Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-03-14T04:23:12.7009325Z adding 'torch/include/ATen/ops/gcd.h' 2025-03-14T04:23:12.7012935Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7016736Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-03-14T04:23:12.7020263Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-03-14T04:23:12.7023885Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-03-14T04:23:12.7027736Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-03-14T04:23:12.7030982Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-03-14T04:23:12.7035041Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-03-14T04:23:12.7038791Z adding 'torch/include/ATen/ops/ge.h' 2025-03-14T04:23:12.7042648Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7046253Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-03-14T04:23:12.7049631Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-03-14T04:23:12.7053498Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-03-14T04:23:12.7057266Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-03-14T04:23:12.7060612Z adding 'torch/include/ATen/ops/ge_native.h' 2025-03-14T04:23:12.7064763Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-03-14T04:23:12.7068315Z adding 'torch/include/ATen/ops/gelu.h' 2025-03-14T04:23:12.7072136Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-03-14T04:23:12.7076220Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7079426Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7084627Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7089588Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-03-14T04:23:12.7094781Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-03-14T04:23:12.7099844Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-03-14T04:23:12.7105126Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-03-14T04:23:12.7109021Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7114105Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-03-14T04:23:12.7118424Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-03-14T04:23:12.7121790Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-03-14T04:23:12.7125647Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-03-14T04:23:12.7129510Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-03-14T04:23:12.7133032Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-03-14T04:23:12.7137111Z adding 'torch/include/ATen/ops/geometric.h' 2025-03-14T04:23:12.7140781Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7144756Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-03-14T04:23:12.7147999Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-03-14T04:23:12.7151165Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-03-14T04:23:12.7155090Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-03-14T04:23:12.7158558Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-03-14T04:23:12.7161858Z adding 'torch/include/ATen/ops/geqrf.h' 2025-03-14T04:23:12.7165140Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-03-14T04:23:12.7168420Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-03-14T04:23:12.7172248Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-03-14T04:23:12.7175614Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-03-14T04:23:12.7178814Z adding 'torch/include/ATen/ops/ger.h' 2025-03-14T04:23:12.7182314Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7185433Z adding 'torch/include/ATen/ops/ger_native.h' 2025-03-14T04:23:12.7188587Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-03-14T04:23:12.7192663Z adding 'torch/include/ATen/ops/glu.h' 2025-03-14T04:23:12.7197889Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-03-14T04:23:12.7201903Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7205308Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7208546Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-03-14T04:23:12.7211990Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7215094Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-03-14T04:23:12.7218259Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-03-14T04:23:12.7221345Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-03-14T04:23:12.7225136Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-03-14T04:23:12.7228573Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-03-14T04:23:12.7232220Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-03-14T04:23:12.7235760Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7238777Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-03-14T04:23:12.7241965Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-03-14T04:23:12.7245141Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-03-14T04:23:12.7248529Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7251643Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-03-14T04:23:12.7254815Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-03-14T04:23:12.7257888Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-03-14T04:23:12.7261232Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-03-14T04:23:12.7264561Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-03-14T04:23:12.7267743Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-03-14T04:23:12.7271267Z adding 'torch/include/ATen/ops/glu_native.h' 2025-03-14T04:23:12.7274587Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-03-14T04:23:12.7278076Z adding 'torch/include/ATen/ops/gradient.h' 2025-03-14T04:23:12.7281592Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7284699Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-03-14T04:23:12.7288407Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-03-14T04:23:12.7291853Z adding 'torch/include/ATen/ops/greater.h' 2025-03-14T04:23:12.7295294Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7298512Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-03-14T04:23:12.7302038Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7305140Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-03-14T04:23:12.7308668Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-03-14T04:23:12.7311905Z adding 'torch/include/ATen/ops/greater_native.h' 2025-03-14T04:23:12.7315414Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-03-14T04:23:12.7318717Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-03-14T04:23:12.7322024Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-03-14T04:23:12.7325450Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-03-14T04:23:12.7328990Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7332159Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7335406Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7338579Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-03-14T04:23:12.7342148Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-03-14T04:23:12.7345722Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7348788Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-03-14T04:23:12.7351991Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-03-14T04:23:12.7355119Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-03-14T04:23:12.7358439Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-03-14T04:23:12.7361722Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-03-14T04:23:12.7365050Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-03-14T04:23:12.7368537Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7371714Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7374939Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7378089Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-03-14T04:23:12.7381692Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-03-14T04:23:12.7385114Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7388315Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-03-14T04:23:12.7392568Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-03-14T04:23:12.7395359Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-03-14T04:23:12.7398730Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-03-14T04:23:12.7402093Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7405105Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-03-14T04:23:12.7408352Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-03-14T04:23:12.7411514Z adding 'torch/include/ATen/ops/group_norm.h' 2025-03-14T04:23:12.7414851Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7417878Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-03-14T04:23:12.7421162Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-03-14T04:23:12.7424670Z adding 'torch/include/ATen/ops/gru.h' 2025-03-14T04:23:12.7427915Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-03-14T04:23:12.7431541Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7434501Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-03-14T04:23:12.7437701Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-03-14T04:23:12.7441533Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7444619Z adding 'torch/include/ATen/ops/gru_native.h' 2025-03-14T04:23:12.7448068Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-03-14T04:23:12.7451564Z adding 'torch/include/ATen/ops/gt.h' 2025-03-14T04:23:12.7455003Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7458024Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-03-14T04:23:12.7461265Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-03-14T04:23:12.7464584Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-03-14T04:23:12.7467897Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-03-14T04:23:12.7471259Z adding 'torch/include/ATen/ops/gt_native.h' 2025-03-14T04:23:12.7474850Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-03-14T04:23:12.7478647Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-03-14T04:23:12.7482574Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7485763Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-03-14T04:23:12.7489589Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-03-14T04:23:12.7494318Z adding 'torch/include/ATen/ops/hann_window.h' 2025-03-14T04:23:12.7498059Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7501140Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-03-14T04:23:12.7504733Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-03-14T04:23:12.7508042Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-03-14T04:23:12.7511380Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-03-14T04:23:12.7515086Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7518737Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7521994Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7525175Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-03-14T04:23:12.7528455Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-03-14T04:23:12.7531611Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-03-14T04:23:12.7535073Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-03-14T04:23:12.7538671Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7541665Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-03-14T04:23:12.7545019Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-03-14T04:23:12.7548124Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-03-14T04:23:12.7551408Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-03-14T04:23:12.7554712Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-03-14T04:23:12.7557941Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-03-14T04:23:12.7561176Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-03-14T04:23:12.7564455Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-03-14T04:23:12.7567986Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7571108Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7574561Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7577762Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-03-14T04:23:12.7580889Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-03-14T04:23:12.7584167Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-03-14T04:23:12.7587495Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-03-14T04:23:12.7590949Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7595297Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-03-14T04:23:12.7598676Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-03-14T04:23:12.7601827Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-03-14T04:23:12.7605063Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-03-14T04:23:12.7608214Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-03-14T04:23:12.7611688Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-03-14T04:23:12.7614957Z adding 'torch/include/ATen/ops/hardswish.h' 2025-03-14T04:23:12.7618257Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-03-14T04:23:12.7622212Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7625407Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7628676Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7631764Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-03-14T04:23:12.7635045Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-03-14T04:23:12.7638315Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-03-14T04:23:12.7641554Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-03-14T04:23:12.7644720Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-03-14T04:23:12.7647888Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-03-14T04:23:12.7651181Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-03-14T04:23:12.7654489Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-03-14T04:23:12.7657801Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-03-14T04:23:12.7661155Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7664676Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7668015Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-03-14T04:23:12.7671400Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-03-14T04:23:12.7674736Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-03-14T04:23:12.7678051Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-03-14T04:23:12.7681334Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-03-14T04:23:12.7684475Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-03-14T04:23:12.7687873Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-03-14T04:23:12.7691214Z adding 'torch/include/ATen/ops/heaviside.h' 2025-03-14T04:23:12.7695205Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7698495Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-03-14T04:23:12.7701837Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-03-14T04:23:12.7705038Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-03-14T04:23:12.7708283Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-03-14T04:23:12.7711416Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-03-14T04:23:12.7714776Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-03-14T04:23:12.7718133Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-03-14T04:23:12.7721580Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7724613Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-03-14T04:23:12.7727862Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-03-14T04:23:12.7731085Z adding 'torch/include/ATen/ops/histc.h' 2025-03-14T04:23:12.7734419Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-03-14T04:23:12.7738902Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-03-14T04:23:12.7742340Z adding 'torch/include/ATen/ops/histc_native.h' 2025-03-14T04:23:12.7745753Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-03-14T04:23:12.7749262Z adding 'torch/include/ATen/ops/histogram.h' 2025-03-14T04:23:12.7752740Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-03-14T04:23:12.7756041Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-03-14T04:23:12.7759653Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-03-14T04:23:12.7763459Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-03-14T04:23:12.7766623Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7769699Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-03-14T04:23:12.7780112Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-03-14T04:23:12.7783508Z adding 'torch/include/ATen/ops/hsplit.h' 2025-03-14T04:23:12.7786859Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7789799Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-03-14T04:23:12.7793006Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-03-14T04:23:12.7796122Z adding 'torch/include/ATen/ops/hspmm.h' 2025-03-14T04:23:12.7799167Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-03-14T04:23:12.7802337Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-03-14T04:23:12.7805452Z adding 'torch/include/ATen/ops/hstack.h' 2025-03-14T04:23:12.7809084Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7812005Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-03-14T04:23:12.7815225Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-03-14T04:23:12.7818453Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-03-14T04:23:12.7821735Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-03-14T04:23:12.7825113Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.7828159Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:12.7831241Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:12.7834253Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-03-14T04:23:12.7837557Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-03-14T04:23:12.7840714Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-03-14T04:23:12.7843845Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-03-14T04:23:12.7846861Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-03-14T04:23:12.7850059Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-03-14T04:23:12.7853170Z adding 'torch/include/ATen/ops/hypot.h' 2025-03-14T04:23:12.7856539Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7859384Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-03-14T04:23:12.7862636Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-03-14T04:23:12.7865670Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-03-14T04:23:12.7868793Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-03-14T04:23:12.7871767Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-03-14T04:23:12.7875007Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-03-14T04:23:12.7878086Z adding 'torch/include/ATen/ops/i0.h' 2025-03-14T04:23:12.7881382Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7884283Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-03-14T04:23:12.7887368Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-03-14T04:23:12.7890349Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-03-14T04:23:12.7893639Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-03-14T04:23:12.7896593Z adding 'torch/include/ATen/ops/i0_native.h' 2025-03-14T04:23:12.7899949Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-03-14T04:23:12.7903765Z adding 'torch/include/ATen/ops/igamma.h' 2025-03-14T04:23:12.7906737Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7910137Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-03-14T04:23:12.7912947Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-03-14T04:23:12.7916122Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-03-14T04:23:12.7919283Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-03-14T04:23:12.7922482Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-03-14T04:23:12.7925783Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-03-14T04:23:12.7929035Z adding 'torch/include/ATen/ops/igammac.h' 2025-03-14T04:23:12.7932566Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7935455Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-03-14T04:23:12.7938678Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-03-14T04:23:12.7942140Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-03-14T04:23:12.7945535Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-03-14T04:23:12.7948921Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-03-14T04:23:12.7951925Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-03-14T04:23:12.7955246Z adding 'torch/include/ATen/ops/im2col.h' 2025-03-14T04:23:12.7958422Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-03-14T04:23:12.7961667Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-03-14T04:23:12.7964791Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-03-14T04:23:12.7968195Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-03-14T04:23:12.7971468Z adding 'torch/include/ATen/ops/imag.h' 2025-03-14T04:23:12.7974768Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7977664Z adding 'torch/include/ATen/ops/imag_native.h' 2025-03-14T04:23:12.7981126Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-03-14T04:23:12.7984532Z adding 'torch/include/ATen/ops/index.h' 2025-03-14T04:23:12.7987769Z adding 'torch/include/ATen/ops/index_add.h' 2025-03-14T04:23:12.7991312Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.7994593Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.7997527Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-03-14T04:23:12.8000801Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-03-14T04:23:12.8003951Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-03-14T04:23:12.8007279Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-03-14T04:23:12.8010386Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-03-14T04:23:12.8013990Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-03-14T04:23:12.8017448Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8020480Z adding 'torch/include/ATen/ops/index_copy.h' 2025-03-14T04:23:12.8024142Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8027358Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8030486Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-03-14T04:23:12.8034179Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-03-14T04:23:12.8036780Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-03-14T04:23:12.8040072Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-03-14T04:23:12.8043117Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-03-14T04:23:12.8046788Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-03-14T04:23:12.8050023Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-03-14T04:23:12.8053221Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-03-14T04:23:12.8056778Z adding 'torch/include/ATen/ops/index_fill.h' 2025-03-14T04:23:12.8059973Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8069639Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8069820Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-03-14T04:23:12.8072374Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-03-14T04:23:12.8075470Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-03-14T04:23:12.8078920Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-03-14T04:23:12.8082889Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-03-14T04:23:12.8086653Z adding 'torch/include/ATen/ops/index_meta.h' 2025-03-14T04:23:12.8089853Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-03-14T04:23:12.8093231Z adding 'torch/include/ATen/ops/index_native.h' 2025-03-14T04:23:12.8097048Z adding 'torch/include/ATen/ops/index_ops.h' 2025-03-14T04:23:12.8100733Z adding 'torch/include/ATen/ops/index_put.h' 2025-03-14T04:23:12.8104290Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8107438Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-03-14T04:23:12.8110751Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-03-14T04:23:12.8114180Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-03-14T04:23:12.8118684Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8120895Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-03-14T04:23:12.8124359Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-03-14T04:23:12.8127362Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-03-14T04:23:12.8130602Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-03-14T04:23:12.8133617Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-03-14T04:23:12.8137531Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-03-14T04:23:12.8140789Z adding 'torch/include/ATen/ops/index_select.h' 2025-03-14T04:23:12.8144167Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-03-14T04:23:12.8147513Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8150617Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-03-14T04:23:12.8155178Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-03-14T04:23:12.8198559Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8202492Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-03-14T04:23:12.8206780Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-03-14T04:23:12.8210956Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-03-14T04:23:12.8215748Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-03-14T04:23:12.8219778Z adding 'torch/include/ATen/ops/indices.h' 2025-03-14T04:23:12.8224487Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8228592Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-03-14T04:23:12.8233176Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8237776Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8241589Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-03-14T04:23:12.8246093Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-03-14T04:23:12.8250311Z adding 'torch/include/ATen/ops/indices_native.h' 2025-03-14T04:23:12.8254754Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-03-14T04:23:12.8259170Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-03-14T04:23:12.8263242Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8266072Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-03-14T04:23:12.8269218Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-03-14T04:23:12.8272179Z adding 'torch/include/ATen/ops/inner.h' 2025-03-14T04:23:12.8275449Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8278410Z adding 'torch/include/ATen/ops/inner_native.h' 2025-03-14T04:23:12.8281622Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-03-14T04:23:12.8284783Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-03-14T04:23:12.8288044Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8290920Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-03-14T04:23:12.8294116Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-03-14T04:23:12.8297228Z adding 'torch/include/ATen/ops/int_repr.h' 2025-03-14T04:23:12.8300445Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8303473Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-03-14T04:23:12.8306612Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-03-14T04:23:12.8309704Z adding 'torch/include/ATen/ops/inverse.h' 2025-03-14T04:23:12.8312927Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8315905Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-03-14T04:23:12.8319164Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-03-14T04:23:12.8322172Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-03-14T04:23:12.8325402Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8328235Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-03-14T04:23:12.8331347Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-03-14T04:23:12.8334339Z adding 'torch/include/ATen/ops/is_complex.h' 2025-03-14T04:23:12.8337591Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8340649Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-03-14T04:23:12.8344412Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-03-14T04:23:12.8347090Z adding 'torch/include/ATen/ops/is_conj.h' 2025-03-14T04:23:12.8350570Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8353268Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-03-14T04:23:12.8356533Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-03-14T04:23:12.8359572Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-03-14T04:23:12.8362988Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8365841Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-03-14T04:23:12.8369106Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-03-14T04:23:12.8372255Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-03-14T04:23:12.8375559Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8378827Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-03-14T04:23:12.8381695Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-03-14T04:23:12.8384895Z adding 'torch/include/ATen/ops/is_inference.h' 2025-03-14T04:23:12.8388108Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8391147Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-03-14T04:23:12.8394240Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-03-14T04:23:12.8397390Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-03-14T04:23:12.8401155Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8403617Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-03-14T04:23:12.8407264Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-03-14T04:23:12.8409853Z adding 'torch/include/ATen/ops/is_neg.h' 2025-03-14T04:23:12.8413190Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8416062Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-03-14T04:23:12.8419681Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-03-14T04:23:12.8422888Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-03-14T04:23:12.8426298Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8429548Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-03-14T04:23:12.8432356Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-03-14T04:23:12.8435548Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-03-14T04:23:12.8438656Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8441632Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-03-14T04:23:12.8444760Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-03-14T04:23:12.8447905Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-03-14T04:23:12.8451169Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8454179Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-03-14T04:23:12.8457773Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-03-14T04:23:12.8460372Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-03-14T04:23:12.8463829Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-03-14T04:23:12.8466731Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-03-14T04:23:12.8469768Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-03-14T04:23:12.8472896Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-03-14T04:23:12.8476061Z adding 'torch/include/ATen/ops/is_signed.h' 2025-03-14T04:23:12.8479290Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8482374Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-03-14T04:23:12.8485432Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-03-14T04:23:12.8488557Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-03-14T04:23:12.8492169Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8494730Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-03-14T04:23:12.8497890Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-03-14T04:23:12.8500964Z adding 'torch/include/ATen/ops/isclose.h' 2025-03-14T04:23:12.8504420Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8507320Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-03-14T04:23:12.8510712Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-03-14T04:23:12.8513811Z adding 'torch/include/ATen/ops/isfinite.h' 2025-03-14T04:23:12.8517156Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8520218Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-03-14T04:23:12.8523194Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-03-14T04:23:12.8526640Z adding 'torch/include/ATen/ops/isin.h' 2025-03-14T04:23:12.8530049Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8533297Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-03-14T04:23:12.8537019Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-03-14T04:23:12.8539789Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-03-14T04:23:12.8544086Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-03-14T04:23:12.8547227Z adding 'torch/include/ATen/ops/isin_native.h' 2025-03-14T04:23:12.8550897Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-03-14T04:23:12.8554395Z adding 'torch/include/ATen/ops/isinf.h' 2025-03-14T04:23:12.8557457Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8560515Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-03-14T04:23:12.8563723Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-03-14T04:23:12.8566903Z adding 'torch/include/ATen/ops/isnan.h' 2025-03-14T04:23:12.8570155Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8573313Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-03-14T04:23:12.8576945Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-03-14T04:23:12.8579518Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-03-14T04:23:12.8582974Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-03-14T04:23:12.8586149Z adding 'torch/include/ATen/ops/isneginf.h' 2025-03-14T04:23:12.8599942Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8600132Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-03-14T04:23:12.8600297Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-03-14T04:23:12.8600438Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-03-14T04:23:12.8603568Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-03-14T04:23:12.8606793Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-03-14T04:23:12.8609972Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-03-14T04:23:12.8613295Z adding 'torch/include/ATen/ops/isposinf.h' 2025-03-14T04:23:12.8617562Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8619762Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-03-14T04:23:12.8623333Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-03-14T04:23:12.8626101Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-03-14T04:23:12.8629210Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-03-14T04:23:12.8632262Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-03-14T04:23:12.8635625Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-03-14T04:23:12.8638722Z adding 'torch/include/ATen/ops/isreal.h' 2025-03-14T04:23:12.8641893Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8644728Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-03-14T04:23:12.8647803Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-03-14T04:23:12.8651122Z adding 'torch/include/ATen/ops/istft.h' 2025-03-14T04:23:12.8654422Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8657330Z adding 'torch/include/ATen/ops/istft_native.h' 2025-03-14T04:23:12.8660689Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-03-14T04:23:12.8663906Z adding 'torch/include/ATen/ops/item.h' 2025-03-14T04:23:12.8667111Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8669976Z adding 'torch/include/ATen/ops/item_native.h' 2025-03-14T04:23:12.8673045Z adding 'torch/include/ATen/ops/item_ops.h' 2025-03-14T04:23:12.8676522Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-03-14T04:23:12.8681353Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8683407Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-03-14T04:23:12.8686957Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-03-14T04:23:12.8690220Z adding 'torch/include/ATen/ops/kl_div.h' 2025-03-14T04:23:12.8693482Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8696356Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-03-14T04:23:12.8699479Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-03-14T04:23:12.8702729Z adding 'torch/include/ATen/ops/kron.h' 2025-03-14T04:23:12.8705947Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8708782Z adding 'torch/include/ATen/ops/kron_native.h' 2025-03-14T04:23:12.8711967Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-03-14T04:23:12.8715221Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-03-14T04:23:12.8718574Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8721684Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8724739Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-03-14T04:23:12.8727811Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-03-14T04:23:12.8730858Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-03-14T04:23:12.8734217Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-03-14T04:23:12.8737520Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-03-14T04:23:12.8740804Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8743964Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-03-14T04:23:12.8747125Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-03-14T04:23:12.8750419Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-03-14T04:23:12.8753745Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8756624Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-03-14T04:23:12.8759819Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-03-14T04:23:12.8762903Z adding 'torch/include/ATen/ops/lcm.h' 2025-03-14T04:23:12.8766228Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8769161Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-03-14T04:23:12.8772192Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-03-14T04:23:12.8775396Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-03-14T04:23:12.8778468Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-03-14T04:23:12.8781447Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-03-14T04:23:12.8784781Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-03-14T04:23:12.8787910Z adding 'torch/include/ATen/ops/ldexp.h' 2025-03-14T04:23:12.8791183Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8794119Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-03-14T04:23:12.8797274Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-03-14T04:23:12.8800428Z adding 'torch/include/ATen/ops/le.h' 2025-03-14T04:23:12.8803728Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8806717Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-03-14T04:23:12.8809829Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-03-14T04:23:12.8812865Z adding 'torch/include/ATen/ops/le_meta.h' 2025-03-14T04:23:12.8816015Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-03-14T04:23:12.8819062Z adding 'torch/include/ATen/ops/le_native.h' 2025-03-14T04:23:12.8822598Z adding 'torch/include/ATen/ops/le_ops.h' 2025-03-14T04:23:12.8825792Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-03-14T04:23:12.8829078Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-03-14T04:23:12.8832401Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8835413Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-03-14T04:23:12.8839037Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-03-14T04:23:12.8842150Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-03-14T04:23:12.8845417Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-03-14T04:23:12.8848430Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-03-14T04:23:12.8851804Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-03-14T04:23:12.8855628Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8858272Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-03-14T04:23:12.8861492Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-03-14T04:23:12.8864678Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-03-14T04:23:12.8867959Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-03-14T04:23:12.8871017Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-03-14T04:23:12.8874413Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-03-14T04:23:12.8878009Z adding 'torch/include/ATen/ops/lerp.h' 2025-03-14T04:23:12.8881141Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8884281Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-03-14T04:23:12.8887397Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-03-14T04:23:12.8890653Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-03-14T04:23:12.8893803Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-03-14T04:23:12.8896983Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-03-14T04:23:12.8900607Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-03-14T04:23:12.8903878Z adding 'torch/include/ATen/ops/less.h' 2025-03-14T04:23:12.8907380Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8910445Z adding 'torch/include/ATen/ops/less_equal.h' 2025-03-14T04:23:12.8913969Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.8916895Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-03-14T04:23:12.8920467Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-03-14T04:23:12.8923807Z adding 'torch/include/ATen/ops/less_native.h' 2025-03-14T04:23:12.8927088Z adding 'torch/include/ATen/ops/less_ops.h' 2025-03-14T04:23:12.8930365Z adding 'torch/include/ATen/ops/lgamma.h' 2025-03-14T04:23:12.8933712Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8936768Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-03-14T04:23:12.8940386Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-03-14T04:23:12.8943140Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-03-14T04:23:12.8946465Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-03-14T04:23:12.8949695Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-03-14T04:23:12.8953059Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-03-14T04:23:12.8956105Z adding 'torch/include/ATen/ops/lift.h' 2025-03-14T04:23:12.8959471Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8962356Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-03-14T04:23:12.8965715Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8968806Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-03-14T04:23:12.8972085Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.8975397Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.8978182Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-03-14T04:23:12.8981635Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-03-14T04:23:12.8984781Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-03-14T04:23:12.8987977Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-03-14T04:23:12.8990968Z adding 'torch/include/ATen/ops/lift_native.h' 2025-03-14T04:23:12.8994277Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-03-14T04:23:12.8997559Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-03-14T04:23:12.9000838Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9003967Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-03-14T04:23:12.9007326Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9010469Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-03-14T04:23:12.9013546Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-03-14T04:23:12.9016682Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-03-14T04:23:12.9019853Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-03-14T04:23:12.9023148Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-03-14T04:23:12.9026496Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-03-14T04:23:12.9029478Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-03-14T04:23:12.9032795Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-03-14T04:23:12.9035970Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-03-14T04:23:12.9055881Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9056034Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-03-14T04:23:12.9056180Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-03-14T04:23:12.9056303Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-03-14T04:23:12.9056648Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9057647Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-03-14T04:23:12.9061718Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-03-14T04:23:12.9064052Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-03-14T04:23:12.9067544Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-03-14T04:23:12.9070348Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-03-14T04:23:12.9073750Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-03-14T04:23:12.9076870Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-03-14T04:23:12.9080289Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9083175Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-03-14T04:23:12.9086315Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-03-14T04:23:12.9090226Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-03-14T04:23:12.9092830Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9095773Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-03-14T04:23:12.9098838Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-03-14T04:23:12.9102012Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-03-14T04:23:12.9106171Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-03-14T04:23:12.9108478Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-03-14T04:23:12.9111434Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-03-14T04:23:12.9114573Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-03-14T04:23:12.9117712Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-03-14T04:23:12.9120992Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9124222Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-03-14T04:23:12.9127455Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-03-14T04:23:12.9130545Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-03-14T04:23:12.9133850Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9136867Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-03-14T04:23:12.9139934Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-03-14T04:23:12.9143007Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-03-14T04:23:12.9146166Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-03-14T04:23:12.9149309Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-03-14T04:23:12.9152589Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9155409Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-03-14T04:23:12.9158589Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-03-14T04:23:12.9161711Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-03-14T04:23:12.9164861Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-03-14T04:23:12.9167918Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-03-14T04:23:12.9170863Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-03-14T04:23:12.9174023Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-03-14T04:23:12.9177052Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-03-14T04:23:12.9180264Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9183374Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-03-14T04:23:12.9186706Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9189590Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-03-14T04:23:12.9192837Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-03-14T04:23:12.9195864Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-03-14T04:23:12.9198985Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-03-14T04:23:12.9201935Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-03-14T04:23:12.9205111Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-03-14T04:23:12.9208107Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-03-14T04:23:12.9211237Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-03-14T04:23:12.9214345Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-03-14T04:23:12.9217648Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9220720Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-03-14T04:23:12.9224280Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9227239Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-03-14T04:23:12.9230351Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-03-14T04:23:12.9233319Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-03-14T04:23:12.9236522Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-03-14T04:23:12.9239470Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-03-14T04:23:12.9243414Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-03-14T04:23:12.9246585Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-03-14T04:23:12.9249942Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-03-14T04:23:12.9253049Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-03-14T04:23:12.9256373Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9259287Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-03-14T04:23:12.9262441Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-03-14T04:23:12.9265511Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-03-14T04:23:12.9268674Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-03-14T04:23:12.9271735Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-03-14T04:23:12.9274838Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-03-14T04:23:12.9278813Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-03-14T04:23:12.9282199Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9285264Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-03-14T04:23:12.9288403Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-03-14T04:23:12.9291411Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-03-14T04:23:12.9295119Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-03-14T04:23:12.9298306Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-03-14T04:23:12.9301707Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9304737Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-03-14T04:23:12.9307833Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-03-14T04:23:12.9310896Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-03-14T04:23:12.9314174Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9317188Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-03-14T04:23:12.9320530Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9323464Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-03-14T04:23:12.9326585Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-03-14T04:23:12.9329573Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-03-14T04:23:12.9332720Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-03-14T04:23:12.9335716Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-03-14T04:23:12.9338987Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-03-14T04:23:12.9342161Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-03-14T04:23:12.9345350Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-03-14T04:23:12.9348348Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-03-14T04:23:12.9351454Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-03-14T04:23:12.9354412Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-03-14T04:23:12.9357568Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-03-14T04:23:12.9360695Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-03-14T04:23:12.9364058Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9366996Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-03-14T04:23:12.9370048Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-03-14T04:23:12.9373016Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-03-14T04:23:12.9376178Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-03-14T04:23:12.9379078Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-03-14T04:23:12.9382473Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-03-14T04:23:12.9385512Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-03-14T04:23:12.9388808Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9391679Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-03-14T04:23:12.9394821Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-03-14T04:23:12.9397863Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-03-14T04:23:12.9401135Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9405180Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-03-14T04:23:12.9407349Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-03-14T04:23:12.9411445Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-03-14T04:23:12.9413758Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-03-14T04:23:12.9449154Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-03-14T04:23:12.9449484Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9449657Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-03-14T04:23:12.9449806Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-03-14T04:23:12.9449949Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-03-14T04:23:12.9450239Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9450415Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-03-14T04:23:12.9450574Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-03-14T04:23:12.9450775Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-03-14T04:23:12.9451079Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9455010Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-03-14T04:23:12.9457950Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-03-14T04:23:12.9461406Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-03-14T04:23:12.9464862Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9467953Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-03-14T04:23:12.9472017Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-03-14T04:23:12.9474994Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-03-14T04:23:12.9478414Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9481385Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-03-14T04:23:12.9484954Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-03-14T04:23:12.9488690Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-03-14T04:23:12.9492038Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9495213Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9498288Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9501269Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-03-14T04:23:12.9505137Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-03-14T04:23:12.9508511Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-03-14T04:23:12.9511925Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9514872Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-03-14T04:23:12.9517960Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-03-14T04:23:12.9520972Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-03-14T04:23:12.9524117Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-03-14T04:23:12.9527029Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-03-14T04:23:12.9530245Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-03-14T04:23:12.9533446Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-03-14T04:23:12.9536935Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9539833Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-03-14T04:23:12.9543165Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-03-14T04:23:12.9546249Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-03-14T04:23:12.9549504Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9552534Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-03-14T04:23:12.9555863Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9558760Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-03-14T04:23:12.9562118Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-03-14T04:23:12.9565117Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-03-14T04:23:12.9568288Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-03-14T04:23:12.9571461Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-03-14T04:23:12.9574681Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-03-14T04:23:12.9577805Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-03-14T04:23:12.9580802Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-03-14T04:23:12.9584206Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-03-14T04:23:12.9587368Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-03-14T04:23:12.9590840Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9593756Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-03-14T04:23:12.9596977Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-03-14T04:23:12.9600074Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-03-14T04:23:12.9603377Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9606320Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-03-14T04:23:12.9609450Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-03-14T04:23:12.9612520Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-03-14T04:23:12.9615798Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9618746Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-03-14T04:23:12.9621977Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-03-14T04:23:12.9625135Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-03-14T04:23:12.9628812Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9631781Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-03-14T04:23:12.9634961Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-03-14T04:23:12.9638107Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-03-14T04:23:12.9641407Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9644623Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-03-14T04:23:12.9647707Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-03-14T04:23:12.9650779Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-03-14T04:23:12.9654060Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9656957Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-03-14T04:23:12.9660098Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-03-14T04:23:12.9663409Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-03-14T04:23:12.9666891Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9669842Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-03-14T04:23:12.9672969Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-03-14T04:23:12.9676038Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-03-14T04:23:12.9679249Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-03-14T04:23:12.9682252Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-03-14T04:23:12.9685550Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-03-14T04:23:12.9688718Z adding 'torch/include/ATen/ops/linear.h' 2025-03-14T04:23:12.9692094Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-03-14T04:23:12.9695429Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9698363Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-03-14T04:23:12.9701716Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-03-14T04:23:12.9705171Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9708191Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9711046Z adding 'torch/include/ATen/ops/linear_native.h' 2025-03-14T04:23:12.9714242Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-03-14T04:23:12.9717831Z adding 'torch/include/ATen/ops/linspace.h' 2025-03-14T04:23:12.9721462Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9724643Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-03-14T04:23:12.9727756Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-03-14T04:23:12.9730757Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-03-14T04:23:12.9733857Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-03-14T04:23:12.9737573Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-03-14T04:23:12.9740860Z adding 'torch/include/ATen/ops/log.h' 2025-03-14T04:23:12.9744064Z adding 'torch/include/ATen/ops/log10.h' 2025-03-14T04:23:12.9747395Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9750329Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-03-14T04:23:12.9753565Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-03-14T04:23:12.9756543Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-03-14T04:23:12.9759599Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-03-14T04:23:12.9762561Z adding 'torch/include/ATen/ops/log10_native.h' 2025-03-14T04:23:12.9765713Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-03-14T04:23:12.9768777Z adding 'torch/include/ATen/ops/log1p.h' 2025-03-14T04:23:12.9772056Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9774981Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-03-14T04:23:12.9778009Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-03-14T04:23:12.9780945Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-03-14T04:23:12.9784091Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-03-14T04:23:12.9787105Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-03-14T04:23:12.9790302Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-03-14T04:23:12.9793547Z adding 'torch/include/ATen/ops/log2.h' 2025-03-14T04:23:12.9796888Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9799945Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-03-14T04:23:12.9803387Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-03-14T04:23:12.9806107Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-03-14T04:23:12.9809249Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-03-14T04:23:12.9812225Z adding 'torch/include/ATen/ops/log2_native.h' 2025-03-14T04:23:12.9815843Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-03-14T04:23:12.9819676Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9822359Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-03-14T04:23:12.9825474Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-03-14T04:23:12.9828660Z adding 'torch/include/ATen/ops/log_meta.h' 2025-03-14T04:23:12.9832119Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-03-14T04:23:12.9834828Z adding 'torch/include/ATen/ops/log_native.h' 2025-03-14T04:23:12.9838089Z adding 'torch/include/ATen/ops/log_normal.h' 2025-03-14T04:23:12.9841427Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9844606Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-03-14T04:23:12.9847688Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-03-14T04:23:12.9850956Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-03-14T04:23:12.9854711Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-03-14T04:23:12.9857401Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-03-14T04:23:12.9860936Z adding 'torch/include/ATen/ops/log_ops.h' 2025-03-14T04:23:12.9864010Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-03-14T04:23:12.9867300Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-03-14T04:23:12.9870502Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-03-14T04:23:12.9873770Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-03-14T04:23:12.9876978Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-03-14T04:23:12.9880149Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-03-14T04:23:12.9883517Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9886565Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-03-14T04:23:12.9889883Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-03-14T04:23:12.9892993Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-03-14T04:23:12.9896139Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-03-14T04:23:12.9899540Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-03-14T04:23:12.9902580Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-03-14T04:23:12.9905858Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-03-14T04:23:12.9909057Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-03-14T04:23:12.9912460Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9915600Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9918660Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-03-14T04:23:12.9922287Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-03-14T04:23:12.9925192Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-03-14T04:23:12.9928454Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-03-14T04:23:12.9931802Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9934849Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-03-14T04:23:12.9937936Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-03-14T04:23:12.9941075Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-03-14T04:23:12.9944832Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-03-14T04:23:12.9947446Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-03-14T04:23:12.9950872Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-03-14T04:23:12.9954115Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:12.9957156Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-03-14T04:23:12.9960255Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-03-14T04:23:12.9963391Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-03-14T04:23:12.9966953Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-03-14T04:23:12.9969652Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-03-14T04:23:12.9973326Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-03-14T04:23:12.9976103Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-03-14T04:23:12.9979570Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:12.9982824Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9985864Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-03-14T04:23:12.9989962Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-03-14T04:23:12.9992712Z adding 'torch/include/ATen/ops/logdet.h' 2025-03-14T04:23:12.9996084Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:12.9998967Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-03-14T04:23:13.0002166Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-03-14T04:23:13.0005334Z adding 'torch/include/ATen/ops/logical_and.h' 2025-03-14T04:23:13.0008774Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0011675Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-03-14T04:23:13.0015639Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-03-14T04:23:13.0018827Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-03-14T04:23:13.0022188Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-03-14T04:23:13.0025490Z adding 'torch/include/ATen/ops/logical_not.h' 2025-03-14T04:23:13.0028740Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0032223Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-03-14T04:23:13.0035496Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-03-14T04:23:13.0038483Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-03-14T04:23:13.0041855Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-03-14T04:23:13.0044954Z adding 'torch/include/ATen/ops/logical_or.h' 2025-03-14T04:23:13.0048365Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0051362Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-03-14T04:23:13.0054578Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-03-14T04:23:13.0057978Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-03-14T04:23:13.0060917Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-03-14T04:23:13.0064285Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-03-14T04:23:13.0067546Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0070662Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-03-14T04:23:13.0073718Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-03-14T04:23:13.0076849Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-03-14T04:23:13.0080381Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-03-14T04:23:13.0083391Z adding 'torch/include/ATen/ops/logit.h' 2025-03-14T04:23:13.0086717Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-03-14T04:23:13.0090110Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0093207Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-03-14T04:23:13.0096341Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-03-14T04:23:13.0099533Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-03-14T04:23:13.0103906Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-03-14T04:23:13.0106044Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-03-14T04:23:13.0109732Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-03-14T04:23:13.0112584Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-03-14T04:23:13.0115654Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-03-14T04:23:13.0119052Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-03-14T04:23:13.0121928Z adding 'torch/include/ATen/ops/logit_native.h' 2025-03-14T04:23:13.0125183Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-03-14T04:23:13.0128842Z adding 'torch/include/ATen/ops/logspace.h' 2025-03-14T04:23:13.0132487Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0136524Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-03-14T04:23:13.0138886Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-03-14T04:23:13.0142075Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-03-14T04:23:13.0145155Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-03-14T04:23:13.0148889Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-03-14T04:23:13.0152278Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-03-14T04:23:13.0155560Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0159312Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0161862Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0165160Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-03-14T04:23:13.0168673Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-03-14T04:23:13.0171900Z adding 'torch/include/ATen/ops/lshift.h' 2025-03-14T04:23:13.0175201Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0178203Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-03-14T04:23:13.0181275Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-03-14T04:23:13.0184482Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-03-14T04:23:13.0187507Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-03-14T04:23:13.0190887Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-03-14T04:23:13.0194133Z adding 'torch/include/ATen/ops/lstm.h' 2025-03-14T04:23:13.0197309Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-03-14T04:23:13.0200591Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0203516Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-03-14T04:23:13.0206705Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-03-14T04:23:13.0209986Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0213192Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-03-14T04:23:13.0216627Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0219586Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-03-14T04:23:13.0223320Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-03-14T04:23:13.0226500Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-03-14T04:23:13.0229820Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-03-14T04:23:13.0232974Z adding 'torch/include/ATen/ops/lt.h' 2025-03-14T04:23:13.0236287Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0239234Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-03-14T04:23:13.0242335Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-03-14T04:23:13.0245329Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-03-14T04:23:13.0248457Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-03-14T04:23:13.0251527Z adding 'torch/include/ATen/ops/lt_native.h' 2025-03-14T04:23:13.0255010Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-03-14T04:23:13.0258217Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-03-14T04:23:13.0261475Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0264499Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-03-14T04:23:13.0267701Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-03-14T04:23:13.0270911Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-03-14T04:23:13.0274643Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0277290Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-03-14T04:23:13.0280391Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-03-14T04:23:13.0283357Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-03-14T04:23:13.0286476Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-03-14T04:23:13.0289430Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-03-14T04:23:13.0292664Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-03-14T04:23:13.0295641Z adding 'torch/include/ATen/ops/mH.h' 2025-03-14T04:23:13.0298870Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0301754Z adding 'torch/include/ATen/ops/mH_native.h' 2025-03-14T04:23:13.0304923Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-03-14T04:23:13.0307853Z adding 'torch/include/ATen/ops/mT.h' 2025-03-14T04:23:13.0311026Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0313923Z adding 'torch/include/ATen/ops/mT_native.h' 2025-03-14T04:23:13.0316940Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-03-14T04:23:13.0320033Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-03-14T04:23:13.0323251Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0326129Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-03-14T04:23:13.0329261Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-03-14T04:23:13.0332467Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-03-14T04:23:13.0336365Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0339380Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-03-14T04:23:13.0342546Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-03-14T04:23:13.0345599Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-03-14T04:23:13.0348686Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-03-14T04:23:13.0352184Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-03-14T04:23:13.0355433Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-03-14T04:23:13.0358610Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-03-14T04:23:13.0361921Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0364787Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-03-14T04:23:13.0367900Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-03-14T04:23:13.0371099Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0374089Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-03-14T04:23:13.0377179Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-03-14T04:23:13.0380203Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-03-14T04:23:13.0383272Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-03-14T04:23:13.0386529Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-03-14T04:23:13.0389646Z adding 'torch/include/ATen/ops/masked_select.h' 2025-03-14T04:23:13.0392711Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-03-14T04:23:13.0395946Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0398803Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-03-14T04:23:13.0401909Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-03-14T04:23:13.0404968Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-03-14T04:23:13.0408029Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-03-14T04:23:13.0411107Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-03-14T04:23:13.0414268Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-03-14T04:23:13.0417526Z adding 'torch/include/ATen/ops/matmul.h' 2025-03-14T04:23:13.0420675Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-03-14T04:23:13.0424516Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0427602Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-03-14T04:23:13.0430953Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-03-14T04:23:13.0434367Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0437243Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-03-14T04:23:13.0440574Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-03-14T04:23:13.0443839Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-03-14T04:23:13.0446893Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0449881Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-03-14T04:23:13.0453026Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-03-14T04:23:13.0456266Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-03-14T04:23:13.0459278Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-03-14T04:23:13.0462771Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0465639Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-03-14T04:23:13.0468908Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-03-14T04:23:13.0472728Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0475054Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-03-14T04:23:13.0478261Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-03-14T04:23:13.0481351Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-03-14T04:23:13.0484796Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0487704Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-03-14T04:23:13.0490998Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-03-14T04:23:13.0494791Z adding 'torch/include/ATen/ops/max.h' 2025-03-14T04:23:13.0497968Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0501187Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0504400Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-03-14T04:23:13.0508211Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-03-14T04:23:13.0511739Z adding 'torch/include/ATen/ops/max_meta.h' 2025-03-14T04:23:13.0514637Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-03-14T04:23:13.0517881Z adding 'torch/include/ATen/ops/max_native.h' 2025-03-14T04:23:13.0521460Z adding 'torch/include/ATen/ops/max_ops.h' 2025-03-14T04:23:13.0524854Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-03-14T04:23:13.0528199Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0531212Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-03-14T04:23:13.0534672Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-03-14T04:23:13.0537626Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-03-14T04:23:13.0541044Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0544109Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-03-14T04:23:13.0547438Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-03-14T04:23:13.0550475Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-03-14T04:23:13.0553941Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-03-14T04:23:13.0557438Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0560358Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-03-14T04:23:13.0563775Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-03-14T04:23:13.0567136Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0570107Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-03-14T04:23:13.0573726Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-03-14T04:23:13.0576723Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-03-14T04:23:13.0580172Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-03-14T04:23:13.0583738Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0586846Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-03-14T04:23:13.0590017Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-03-14T04:23:13.0593191Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-03-14T04:23:13.0596949Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-03-14T04:23:13.0599728Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-03-14T04:23:13.0617723Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-03-14T04:23:13.0618110Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0618330Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-03-14T04:23:13.0618541Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-03-14T04:23:13.0618712Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-03-14T04:23:13.0621251Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-03-14T04:23:13.0624635Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-03-14T04:23:13.0627926Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-03-14T04:23:13.0631284Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-03-14T04:23:13.0635429Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0637600Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-03-14T04:23:13.0641179Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-03-14T04:23:13.0644171Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-03-14T04:23:13.0647474Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-03-14T04:23:13.0650708Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-03-14T04:23:13.0654111Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-03-14T04:23:13.0657207Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-03-14T04:23:13.0660532Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-03-14T04:23:13.0663881Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-03-14T04:23:13.0668043Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-03-14T04:23:13.0670404Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-03-14T04:23:13.0673689Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-03-14T04:23:13.0677051Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-03-14T04:23:13.0680327Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-03-14T04:23:13.0683455Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-03-14T04:23:13.0686839Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-03-14T04:23:13.0690134Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-03-14T04:23:13.0693561Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-03-14T04:23:13.0696887Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-03-14T04:23:13.0700230Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-03-14T04:23:13.0703364Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-03-14T04:23:13.0706645Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-03-14T04:23:13.0709675Z adding 'torch/include/ATen/ops/maximum.h' 2025-03-14T04:23:13.0713004Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0715924Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-03-14T04:23:13.0718980Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-03-14T04:23:13.0721929Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-03-14T04:23:13.0725020Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-03-14T04:23:13.0727950Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-03-14T04:23:13.0731102Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-03-14T04:23:13.0734411Z adding 'torch/include/ATen/ops/mean.h' 2025-03-14T04:23:13.0737747Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0740932Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0744177Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0747133Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-03-14T04:23:13.0750231Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-03-14T04:23:13.0753970Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-03-14T04:23:13.0757188Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-03-14T04:23:13.0760758Z adding 'torch/include/ATen/ops/mean_native.h' 2025-03-14T04:23:13.0764007Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-03-14T04:23:13.0767524Z adding 'torch/include/ATen/ops/median.h' 2025-03-14T04:23:13.0770763Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0773856Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0776859Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-03-14T04:23:13.0779930Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-03-14T04:23:13.0783132Z adding 'torch/include/ATen/ops/median_native.h' 2025-03-14T04:23:13.0786632Z adding 'torch/include/ATen/ops/median_ops.h' 2025-03-14T04:23:13.0789811Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-03-14T04:23:13.0793053Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0795893Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-03-14T04:23:13.0799004Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-03-14T04:23:13.0802355Z adding 'torch/include/ATen/ops/min.h' 2025-03-14T04:23:13.0805722Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0810246Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.0813476Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-03-14T04:23:13.0816586Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-03-14T04:23:13.0819682Z adding 'torch/include/ATen/ops/min_meta.h' 2025-03-14T04:23:13.0822904Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-03-14T04:23:13.0826014Z adding 'torch/include/ATen/ops/min_native.h' 2025-03-14T04:23:13.0829614Z adding 'torch/include/ATen/ops/min_ops.h' 2025-03-14T04:23:13.0832922Z adding 'torch/include/ATen/ops/minimum.h' 2025-03-14T04:23:13.0836150Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.0839056Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-03-14T04:23:13.0842095Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-03-14T04:23:13.0845029Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-03-14T04:23:13.0848088Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-03-14T04:23:13.0851044Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-03-14T04:23:13.0854231Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-03-14T04:23:13.0857520Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-03-14T04:23:13.0861467Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-03-14T04:23:13.0865057Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0868270Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:13.0871580Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-03-14T04:23:13.0874856Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-03-14T04:23:13.0878360Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0881448Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-03-14T04:23:13.0884636Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-03-14T04:23:13.0888391Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-03-14T04:23:13.0891763Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-03-14T04:23:13.0895424Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-03-14T04:23:13.0898866Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-03-14T04:23:13.0902095Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-03-14T04:23:13.0905467Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-03-14T04:23:13.0908843Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0912035Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-03-14T04:23:13.0915122Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-03-14T04:23:13.0918573Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-03-14T04:23:13.0922296Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-03-14T04:23:13.0925281Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-03-14T04:23:13.0928439Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-03-14T04:23:13.0931636Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-03-14T04:23:13.0935436Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-03-14T04:23:13.0939500Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0942407Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-03-14T04:23:13.0945614Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-03-14T04:23:13.0948932Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-03-14T04:23:13.0952699Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-03-14T04:23:13.0956516Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0959608Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-03-14T04:23:13.0962839Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-03-14T04:23:13.0966178Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-03-14T04:23:13.0969726Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-03-14T04:23:13.0973436Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-03-14T04:23:13.0976979Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0980275Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-03-14T04:23:13.0983634Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-03-14T04:23:13.0987354Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-03-14T04:23:13.0991044Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.0994158Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-03-14T04:23:13.0997453Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-03-14T04:23:13.1001071Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-03-14T04:23:13.1004276Z adding 'torch/include/ATen/ops/mish.h' 2025-03-14T04:23:13.1007543Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-03-14T04:23:13.1010707Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1013795Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1016901Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1026906Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-03-14T04:23:13.1027439Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-03-14T04:23:13.1030335Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1038971Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-03-14T04:23:13.1039398Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-03-14T04:23:13.1041150Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-03-14T04:23:13.1044835Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-03-14T04:23:13.1048567Z adding 'torch/include/ATen/ops/mish_native.h' 2025-03-14T04:23:13.1052878Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-03-14T04:23:13.1056318Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-03-14T04:23:13.1060089Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-03-14T04:23:13.1064249Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1067461Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-03-14T04:23:13.1071534Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-03-14T04:23:13.1075225Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-03-14T04:23:13.1078875Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-03-14T04:23:13.1083129Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-03-14T04:23:13.1087250Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1090806Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-03-14T04:23:13.1094873Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-03-14T04:23:13.1098468Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-03-14T04:23:13.1102518Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-03-14T04:23:13.1107063Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1112136Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-03-14T04:23:13.1117602Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1122480Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-03-14T04:23:13.1126300Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-03-14T04:23:13.1130215Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-03-14T04:23:13.1133825Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-03-14T04:23:13.1137999Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-03-14T04:23:13.1142114Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1145557Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-03-14T04:23:13.1149638Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-03-14T04:23:13.1153207Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1156300Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-03-14T04:23:13.1160169Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-03-14T04:23:13.1163835Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-03-14T04:23:13.1167286Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-03-14T04:23:13.1170922Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1174001Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-03-14T04:23:13.1178136Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-03-14T04:23:13.1181796Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1184949Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-03-14T04:23:13.1188352Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-03-14T04:23:13.1191738Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-03-14T04:23:13.1195207Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-03-14T04:23:13.1198741Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1202218Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-03-14T04:23:13.1205744Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-03-14T04:23:13.1210117Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1213203Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-03-14T04:23:13.1216632Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-03-14T04:23:13.1220430Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-03-14T04:23:13.1224313Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1227558Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-03-14T04:23:13.1231011Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-03-14T04:23:13.1234805Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-03-14T04:23:13.1238517Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1241648Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-03-14T04:23:13.1245139Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-03-14T04:23:13.1248636Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-03-14T04:23:13.1252787Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-03-14T04:23:13.1256528Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1259816Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1263350Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-03-14T04:23:13.1267701Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-03-14T04:23:13.1271911Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1275353Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-03-14T04:23:13.1279198Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-03-14T04:23:13.1283339Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-03-14T04:23:13.1286777Z adding 'torch/include/ATen/ops/mm.h' 2025-03-14T04:23:13.1290996Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1294539Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-03-14T04:23:13.1298017Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-03-14T04:23:13.1301757Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-03-14T04:23:13.1305152Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-03-14T04:23:13.1309052Z adding 'torch/include/ATen/ops/mm_native.h' 2025-03-14T04:23:13.1312897Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-03-14T04:23:13.1316437Z adding 'torch/include/ATen/ops/mode.h' 2025-03-14T04:23:13.1320480Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1323961Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1327741Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-03-14T04:23:13.1331486Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-03-14T04:23:13.1334806Z adding 'torch/include/ATen/ops/mode_native.h' 2025-03-14T04:23:13.1338909Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-03-14T04:23:13.1342709Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-03-14T04:23:13.1346456Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1350051Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-03-14T04:23:13.1353557Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-03-14T04:23:13.1357525Z adding 'torch/include/ATen/ops/movedim.h' 2025-03-14T04:23:13.1361453Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1364644Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-03-14T04:23:13.1368520Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-03-14T04:23:13.1372811Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-03-14T04:23:13.1377054Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1380667Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-03-14T04:23:13.1384732Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-03-14T04:23:13.1389127Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-03-14T04:23:13.1393611Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1397112Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-03-14T04:23:13.1400985Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-03-14T04:23:13.1404762Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-03-14T04:23:13.1408185Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-03-14T04:23:13.1412187Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1416024Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1419301Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-03-14T04:23:13.1423445Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-03-14T04:23:13.1427320Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1430816Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-03-14T04:23:13.1434624Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-03-14T04:23:13.1437889Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-03-14T04:23:13.1441860Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-03-14T04:23:13.1445377Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-03-14T04:23:13.1449056Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-03-14T04:23:13.1452839Z adding 'torch/include/ATen/ops/msort.h' 2025-03-14T04:23:13.1456742Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1460501Z adding 'torch/include/ATen/ops/msort_native.h' 2025-03-14T04:23:13.1464468Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-03-14T04:23:13.1467934Z adding 'torch/include/ATen/ops/mul.h' 2025-03-14T04:23:13.1472026Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1475699Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1479123Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-03-14T04:23:13.1482888Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-03-14T04:23:13.1486194Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-03-14T04:23:13.1490176Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-03-14T04:23:13.1493923Z adding 'torch/include/ATen/ops/mul_native.h' 2025-03-14T04:23:13.1497950Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-03-14T04:23:13.1502183Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-03-14T04:23:13.1506144Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-03-14T04:23:13.1509888Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1513839Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1517206Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-03-14T04:23:13.1521302Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-03-14T04:23:13.1525204Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-03-14T04:23:13.1528635Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-03-14T04:23:13.1532546Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-03-14T04:23:13.1536471Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-03-14T04:23:13.1540054Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-03-14T04:23:13.1544107Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-03-14T04:23:13.1547757Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1551554Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1555293Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-03-14T04:23:13.1558870Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-03-14T04:23:13.1563017Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1566779Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-03-14T04:23:13.1570425Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-03-14T04:23:13.1574289Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-03-14T04:23:13.1577554Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-03-14T04:23:13.1581735Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-03-14T04:23:13.1586302Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-03-14T04:23:13.1589920Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-03-14T04:23:13.1593752Z adding 'torch/include/ATen/ops/multinomial.h' 2025-03-14T04:23:13.1597679Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-03-14T04:23:13.1601092Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-03-14T04:23:13.1604951Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-03-14T04:23:13.1608370Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-03-14T04:23:13.1611735Z adding 'torch/include/ATen/ops/multiply.h' 2025-03-14T04:23:13.1615850Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1619009Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-03-14T04:23:13.1623001Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-03-14T04:23:13.1626378Z adding 'torch/include/ATen/ops/mv.h' 2025-03-14T04:23:13.1629919Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1633655Z adding 'torch/include/ATen/ops/mv_native.h' 2025-03-14T04:23:13.1637073Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-03-14T04:23:13.1640339Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-03-14T04:23:13.1643734Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1646865Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-03-14T04:23:13.1650069Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-03-14T04:23:13.1653188Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-03-14T04:23:13.1656812Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-03-14T04:23:13.1660171Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-03-14T04:23:13.1664505Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1667801Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-03-14T04:23:13.1670982Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-03-14T04:23:13.1674177Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-03-14T04:23:13.1677647Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-03-14T04:23:13.1681041Z adding 'torch/include/ATen/ops/nanmean.h' 2025-03-14T04:23:13.1684483Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1687570Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-03-14T04:23:13.1690905Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-03-14T04:23:13.1694441Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-03-14T04:23:13.1697956Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1701262Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1704573Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-03-14T04:23:13.1707844Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-03-14T04:23:13.1711072Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-03-14T04:23:13.1714603Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-03-14T04:23:13.1718545Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-03-14T04:23:13.1722291Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1725470Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-03-14T04:23:13.1728968Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-03-14T04:23:13.1732351Z adding 'torch/include/ATen/ops/nansum.h' 2025-03-14T04:23:13.1735660Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-03-14T04:23:13.1738888Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-03-14T04:23:13.1742148Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-03-14T04:23:13.1745517Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-03-14T04:23:13.1748935Z adding 'torch/include/ATen/ops/narrow.h' 2025-03-14T04:23:13.1752410Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1755789Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-03-14T04:23:13.1759456Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1762574Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-03-14T04:23:13.1765753Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-03-14T04:23:13.1769432Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-03-14T04:23:13.1772814Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-03-14T04:23:13.1776206Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-03-14T04:23:13.1779609Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-03-14T04:23:13.1783270Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-03-14T04:23:13.1786886Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1790083Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1793355Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1796621Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-03-14T04:23:13.1800201Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-03-14T04:23:13.1803604Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-03-14T04:23:13.1806933Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-03-14T04:23:13.1810174Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-03-14T04:23:13.1813687Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-03-14T04:23:13.1817059Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-03-14T04:23:13.1820488Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.1823815Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-03-14T04:23:13.1826859Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-03-14T04:23:13.1830085Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-03-14T04:23:13.1833321Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-03-14T04:23:13.1836636Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-03-14T04:23:13.1840559Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1843724Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1846940Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1850055Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-03-14T04:23:13.1853412Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-03-14T04:23:13.1856791Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1859961Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-03-14T04:23:13.1863244Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-03-14T04:23:13.1866379Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-03-14T04:23:13.1869745Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-03-14T04:23:13.1873430Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-03-14T04:23:13.1877430Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-03-14T04:23:13.1881207Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1884475Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1887801Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1891045Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-03-14T04:23:13.1894574Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-03-14T04:23:13.1898140Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1901323Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-03-14T04:23:13.1904757Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-03-14T04:23:13.1907958Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-03-14T04:23:13.1911461Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-03-14T04:23:13.1915167Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-03-14T04:23:13.1919176Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-03-14T04:23:13.1922968Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1926682Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-03-14T04:23:13.1930199Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-03-14T04:23:13.1934077Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-03-14T04:23:13.1937823Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-03-14T04:23:13.1942007Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1945954Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-03-14T04:23:13.1949360Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-03-14T04:23:13.1953288Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-03-14T04:23:13.1957361Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-03-14T04:23:13.1960963Z adding 'torch/include/ATen/ops/native_norm.h' 2025-03-14T04:23:13.1965079Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.1968465Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-03-14T04:23:13.1972373Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-03-14T04:23:13.1976355Z adding 'torch/include/ATen/ops/ne.h' 2025-03-14T04:23:13.1979919Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.1983876Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-03-14T04:23:13.1987744Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-03-14T04:23:13.1991082Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-03-14T04:23:13.1994970Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-03-14T04:23:13.1998397Z adding 'torch/include/ATen/ops/ne_native.h' 2025-03-14T04:23:13.2002449Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-03-14T04:23:13.2006298Z adding 'torch/include/ATen/ops/neg.h' 2025-03-14T04:23:13.2009985Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2014135Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-03-14T04:23:13.2017982Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-03-14T04:23:13.2021293Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-03-14T04:23:13.2025398Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-03-14T04:23:13.2028676Z adding 'torch/include/ATen/ops/neg_native.h' 2025-03-14T04:23:13.2032555Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-03-14T04:23:13.2036817Z adding 'torch/include/ATen/ops/negative.h' 2025-03-14T04:23:13.2040359Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2044068Z adding 'torch/include/ATen/ops/negative_native.h' 2025-03-14T04:23:13.2048011Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-03-14T04:23:13.2051513Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-03-14T04:23:13.2055556Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2058845Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-03-14T04:23:13.2062777Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-03-14T04:23:13.2066886Z adding 'torch/include/ATen/ops/new_empty.h' 2025-03-14T04:23:13.2070675Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2074410Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-03-14T04:23:13.2078348Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-03-14T04:23:13.2082134Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-03-14T04:23:13.2086432Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2090399Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2093596Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-03-14T04:23:13.2097598Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-03-14T04:23:13.2101661Z adding 'torch/include/ATen/ops/new_full.h' 2025-03-14T04:23:13.2105677Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2109384Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-03-14T04:23:13.2112974Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-03-14T04:23:13.2117250Z adding 'torch/include/ATen/ops/new_ones.h' 2025-03-14T04:23:13.2121921Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2126897Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-03-14T04:23:13.2132270Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-03-14T04:23:13.2137442Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-03-14T04:23:13.2141161Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2145198Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-03-14T04:23:13.2149170Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-03-14T04:23:13.2152733Z adding 'torch/include/ATen/ops/nextafter.h' 2025-03-14T04:23:13.2156944Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2160212Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-03-14T04:23:13.2164225Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-03-14T04:23:13.2167408Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-03-14T04:23:13.2170684Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-03-14T04:23:13.2174479Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-03-14T04:23:13.2177975Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-03-14T04:23:13.2181662Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-03-14T04:23:13.2185452Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-03-14T04:23:13.2189758Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-03-14T04:23:13.2193632Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.2197086Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.2200334Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-03-14T04:23:13.2203769Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-03-14T04:23:13.2207401Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2210864Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-03-14T04:23:13.2214421Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-03-14T04:23:13.2217799Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-03-14T04:23:13.2221723Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-03-14T04:23:13.2225433Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-03-14T04:23:13.2228690Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-03-14T04:23:13.2232135Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-03-14T04:23:13.2235830Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-03-14T04:23:13.2239545Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2243090Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:13.2246506Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:13.2249784Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-03-14T04:23:13.2253274Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-03-14T04:23:13.2256496Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-03-14T04:23:13.2259930Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-03-14T04:23:13.2263574Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2267097Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-03-14T04:23:13.2270822Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2274799Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-03-14T04:23:13.2278237Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-03-14T04:23:13.2281452Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-03-14T04:23:13.2284798Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-03-14T04:23:13.2288083Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-03-14T04:23:13.2291521Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-03-14T04:23:13.2294760Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-03-14T04:23:13.2298108Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-03-14T04:23:13.2301656Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2304807Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-03-14T04:23:13.2308117Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-03-14T04:23:13.2311546Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-03-14T04:23:13.2314788Z adding 'torch/include/ATen/ops/nonzero.h' 2025-03-14T04:23:13.2318084Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-03-14T04:23:13.2321371Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-03-14T04:23:13.2324428Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-03-14T04:23:13.2327575Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-03-14T04:23:13.2330928Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2333905Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-03-14T04:23:13.2337104Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-03-14T04:23:13.2340430Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-03-14T04:23:13.2344028Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-03-14T04:23:13.2347492Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-03-14T04:23:13.2350830Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-03-14T04:23:13.2354000Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-03-14T04:23:13.2357327Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-03-14T04:23:13.2361098Z adding 'torch/include/ATen/ops/norm.h' 2025-03-14T04:23:13.2364605Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2367935Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2371210Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2374992Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-03-14T04:23:13.2378406Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-03-14T04:23:13.2382384Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-03-14T04:23:13.2386340Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2389504Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-03-14T04:23:13.2393358Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-03-14T04:23:13.2396639Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-03-14T04:23:13.2400691Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-03-14T04:23:13.2411208Z adding 'torch/include/ATen/ops/norm_native.h' 2025-03-14T04:23:13.2415757Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-03-14T04:23:13.2420534Z adding 'torch/include/ATen/ops/normal.h' 2025-03-14T04:23:13.2425158Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2429739Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-03-14T04:23:13.2433362Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-03-14T04:23:13.2437242Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-03-14T04:23:13.2441617Z adding 'torch/include/ATen/ops/normal_native.h' 2025-03-14T04:23:13.2446182Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-03-14T04:23:13.2449998Z adding 'torch/include/ATen/ops/not_equal.h' 2025-03-14T04:23:13.2454088Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2457257Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-03-14T04:23:13.2461430Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-03-14T04:23:13.2465515Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-03-14T04:23:13.2469141Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2472940Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-03-14T04:23:13.2476901Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-03-14T04:23:13.2480240Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-03-14T04:23:13.2484216Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2487368Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-03-14T04:23:13.2491274Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-03-14T04:23:13.2495012Z adding 'torch/include/ATen/ops/one_hot.h' 2025-03-14T04:23:13.2498548Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2502303Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-03-14T04:23:13.2505654Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-03-14T04:23:13.2509931Z adding 'torch/include/ATen/ops/ones.h' 2025-03-14T04:23:13.2514180Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2517662Z adding 'torch/include/ATen/ops/ones_like.h' 2025-03-14T04:23:13.2521748Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2525367Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-03-14T04:23:13.2528958Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-03-14T04:23:13.2532864Z adding 'torch/include/ATen/ops/ones_native.h' 2025-03-14T04:23:13.2536898Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-03-14T04:23:13.2540398Z adding 'torch/include/ATen/ops/or.h' 2025-03-14T04:23:13.2544421Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2547632Z adding 'torch/include/ATen/ops/or_native.h' 2025-03-14T04:23:13.2551832Z adding 'torch/include/ATen/ops/or_ops.h' 2025-03-14T04:23:13.2555790Z adding 'torch/include/ATen/ops/orgqr.h' 2025-03-14T04:23:13.2559321Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2562956Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-03-14T04:23:13.2566452Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-03-14T04:23:13.2570288Z adding 'torch/include/ATen/ops/ormqr.h' 2025-03-14T04:23:13.2574138Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-03-14T04:23:13.2577540Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-03-14T04:23:13.2581357Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-03-14T04:23:13.2585194Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-03-14T04:23:13.2588778Z adding 'torch/include/ATen/ops/outer.h' 2025-03-14T04:23:13.2592715Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2595853Z adding 'torch/include/ATen/ops/outer_native.h' 2025-03-14T04:23:13.2599912Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-03-14T04:23:13.2603503Z adding 'torch/include/ATen/ops/output_nr.h' 2025-03-14T04:23:13.2607181Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2610834Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-03-14T04:23:13.2614179Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-03-14T04:23:13.2618193Z adding 'torch/include/ATen/ops/pad.h' 2025-03-14T04:23:13.2622521Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2627499Z adding 'torch/include/ATen/ops/pad_native.h' 2025-03-14T04:23:13.2632683Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-03-14T04:23:13.2636234Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-03-14T04:23:13.2640304Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2643449Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-03-14T04:23:13.2647965Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-03-14T04:23:13.2651742Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-03-14T04:23:13.2655499Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2659184Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-03-14T04:23:13.2662807Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-03-14T04:23:13.2666059Z adding 'torch/include/ATen/ops/pdist.h' 2025-03-14T04:23:13.2670006Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2673226Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-03-14T04:23:13.2676462Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-03-14T04:23:13.2679696Z adding 'torch/include/ATen/ops/permute.h' 2025-03-14T04:23:13.2683034Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2686643Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-03-14T04:23:13.2690303Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2693656Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2696593Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-03-14T04:23:13.2699910Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-03-14T04:23:13.2703183Z adding 'torch/include/ATen/ops/permute_native.h' 2025-03-14T04:23:13.2706425Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-03-14T04:23:13.2709537Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-03-14T04:23:13.2712904Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2716081Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-03-14T04:23:13.2720057Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-03-14T04:23:13.2723322Z adding 'torch/include/ATen/ops/pinverse.h' 2025-03-14T04:23:13.2727351Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2729705Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-03-14T04:23:13.2732901Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-03-14T04:23:13.2736133Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-03-14T04:23:13.2739558Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2742993Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2746000Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-03-14T04:23:13.2749190Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-03-14T04:23:13.2752519Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-03-14T04:23:13.2755848Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-03-14T04:23:13.2759271Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2762567Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2765606Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-03-14T04:23:13.2768776Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-03-14T04:23:13.2772079Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-03-14T04:23:13.2776108Z adding 'torch/include/ATen/ops/poisson.h' 2025-03-14T04:23:13.2779586Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2782836Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-03-14T04:23:13.2786057Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-03-14T04:23:13.2789153Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-03-14T04:23:13.2792338Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-03-14T04:23:13.2795736Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2798727Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-03-14T04:23:13.2801980Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-03-14T04:23:13.2805370Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-03-14T04:23:13.2808707Z adding 'torch/include/ATen/ops/polar.h' 2025-03-14T04:23:13.2812095Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2815291Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-03-14T04:23:13.2818499Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-03-14T04:23:13.2821700Z adding 'torch/include/ATen/ops/polar_native.h' 2025-03-14T04:23:13.2825111Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-03-14T04:23:13.2828826Z adding 'torch/include/ATen/ops/polygamma.h' 2025-03-14T04:23:13.2832248Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2835604Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2838742Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-03-14T04:23:13.2841870Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-03-14T04:23:13.2844958Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-03-14T04:23:13.2848178Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-03-14T04:23:13.2851327Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-03-14T04:23:13.2854664Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-03-14T04:23:13.2857887Z adding 'torch/include/ATen/ops/positive.h' 2025-03-14T04:23:13.2861247Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2864390Z adding 'torch/include/ATen/ops/positive_native.h' 2025-03-14T04:23:13.2867600Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-03-14T04:23:13.2870951Z adding 'torch/include/ATen/ops/pow.h' 2025-03-14T04:23:13.2874910Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2878794Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-03-14T04:23:13.2882084Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-03-14T04:23:13.2885921Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-03-14T04:23:13.2889693Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-03-14T04:23:13.2893477Z adding 'torch/include/ATen/ops/pow_native.h' 2025-03-14T04:23:13.2897266Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-03-14T04:23:13.2901290Z adding 'torch/include/ATen/ops/prelu.h' 2025-03-14T04:23:13.2905357Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2908482Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-03-14T04:23:13.2912290Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-03-14T04:23:13.2915964Z adding 'torch/include/ATen/ops/prod.h' 2025-03-14T04:23:13.2919991Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2923876Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.2927260Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2931132Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-03-14T04:23:13.2934751Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-03-14T04:23:13.2938316Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-03-14T04:23:13.2942242Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-03-14T04:23:13.2945646Z adding 'torch/include/ATen/ops/prod_native.h' 2025-03-14T04:23:13.2949992Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-03-14T04:23:13.2953893Z adding 'torch/include/ATen/ops/promote_types.h' 2025-03-14T04:23:13.2957422Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.2961077Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-03-14T04:23:13.2964388Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-03-14T04:23:13.2968321Z adding 'torch/include/ATen/ops/put.h' 2025-03-14T04:23:13.2972600Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.2975915Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-03-14T04:23:13.2979845Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-03-14T04:23:13.2983589Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-03-14T04:23:13.2987008Z adding 'torch/include/ATen/ops/put_native.h' 2025-03-14T04:23:13.2990962Z adding 'torch/include/ATen/ops/put_ops.h' 2025-03-14T04:23:13.2994372Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-03-14T04:23:13.2998246Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-03-14T04:23:13.3002019Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-03-14T04:23:13.3005481Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-03-14T04:23:13.3009532Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3012723Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-03-14T04:23:13.3016686Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-03-14T04:23:13.3020478Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-03-14T04:23:13.3024165Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3027866Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-03-14T04:23:13.3031496Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-03-14T04:23:13.3035095Z adding 'torch/include/ATen/ops/q_scale.h' 2025-03-14T04:23:13.3038816Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-03-14T04:23:13.3042231Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-03-14T04:23:13.3046126Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-03-14T04:23:13.3049524Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-03-14T04:23:13.3053188Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-03-14T04:23:13.3056976Z adding 'torch/include/ATen/ops/qr.h' 2025-03-14T04:23:13.3061097Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3064397Z adding 'torch/include/ATen/ops/qr_native.h' 2025-03-14T04:23:13.3068167Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-03-14T04:23:13.3071626Z adding 'torch/include/ATen/ops/qscheme.h' 2025-03-14T04:23:13.3075354Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-03-14T04:23:13.3078745Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-03-14T04:23:13.3082906Z adding 'torch/include/ATen/ops/quantile.h' 2025-03-14T04:23:13.3087000Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3090245Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-03-14T04:23:13.3094360Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-03-14T04:23:13.3098237Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-03-14T04:23:13.3102166Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3105937Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-03-14T04:23:13.3109254Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-03-14T04:23:13.3113164Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-03-14T04:23:13.3117224Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-03-14T04:23:13.3120930Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-03-14T04:23:13.3126328Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3129830Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-03-14T04:23:13.3134142Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-03-14T04:23:13.3137592Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-03-14T04:23:13.3142268Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3147272Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-03-14T04:23:13.3151605Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-03-14T04:23:13.3154937Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-03-14T04:23:13.3159112Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-03-14T04:23:13.3163086Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-03-14T04:23:13.3166949Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-03-14T04:23:13.3171318Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-03-14T04:23:13.3175479Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3178740Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-03-14T04:23:13.3182370Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-03-14T04:23:13.3186248Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-03-14T04:23:13.3189983Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3193132Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-03-14T04:23:13.3196499Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-03-14T04:23:13.3199844Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-03-14T04:23:13.3203914Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3207146Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-03-14T04:23:13.3210642Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-03-14T04:23:13.3214039Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-03-14T04:23:13.3217514Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3220585Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-03-14T04:23:13.3224743Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-03-14T04:23:13.3227556Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-03-14T04:23:13.3231022Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3234771Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-03-14T04:23:13.3238322Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-03-14T04:23:13.3241703Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-03-14T04:23:13.3245149Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3248961Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-03-14T04:23:13.3252440Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-03-14T04:23:13.3255806Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-03-14T04:23:13.3259284Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3262449Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-03-14T04:23:13.3265876Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-03-14T04:23:13.3269188Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-03-14T04:23:13.3272687Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3276115Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-03-14T04:23:13.3279675Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-03-14T04:23:13.3282926Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-03-14T04:23:13.3286310Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3289353Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-03-14T04:23:13.3292679Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-03-14T04:23:13.3297550Z adding 'torch/include/ATen/ops/rand.h' 2025-03-14T04:23:13.3301981Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3305470Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3308793Z adding 'torch/include/ATen/ops/rand_like.h' 2025-03-14T04:23:13.3312290Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3315344Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-03-14T04:23:13.3318743Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-03-14T04:23:13.3322043Z adding 'torch/include/ATen/ops/rand_native.h' 2025-03-14T04:23:13.3326618Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-03-14T04:23:13.3331855Z adding 'torch/include/ATen/ops/randint.h' 2025-03-14T04:23:13.3336285Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3340471Z adding 'torch/include/ATen/ops/randint_like.h' 2025-03-14T04:23:13.3344771Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3347967Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-03-14T04:23:13.3351535Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-03-14T04:23:13.3354895Z adding 'torch/include/ATen/ops/randint_native.h' 2025-03-14T04:23:13.3358690Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-03-14T04:23:13.3363770Z adding 'torch/include/ATen/ops/randn.h' 2025-03-14T04:23:13.3368101Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3371511Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3374816Z adding 'torch/include/ATen/ops/randn_like.h' 2025-03-14T04:23:13.3378320Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3381732Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:23:13.3384848Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-03-14T04:23:13.3388839Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-03-14T04:23:13.3391661Z adding 'torch/include/ATen/ops/randn_native.h' 2025-03-14T04:23:13.3395461Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-03-14T04:23:13.3399024Z adding 'torch/include/ATen/ops/random.h' 2025-03-14T04:23:13.3402578Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3405834Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-03-14T04:23:13.3409106Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-03-14T04:23:13.3412313Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-03-14T04:23:13.3415551Z adding 'torch/include/ATen/ops/random_native.h' 2025-03-14T04:23:13.3419229Z adding 'torch/include/ATen/ops/random_ops.h' 2025-03-14T04:23:13.3423714Z adding 'torch/include/ATen/ops/randperm.h' 2025-03-14T04:23:13.3427555Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3430795Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-03-14T04:23:13.3434822Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-03-14T04:23:13.3438458Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-03-14T04:23:13.3442312Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-03-14T04:23:13.3446415Z adding 'torch/include/ATen/ops/range.h' 2025-03-14T04:23:13.3450173Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3453815Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-03-14T04:23:13.3457590Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-03-14T04:23:13.3460977Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-03-14T04:23:13.3464943Z adding 'torch/include/ATen/ops/range_native.h' 2025-03-14T04:23:13.3468939Z adding 'torch/include/ATen/ops/range_ops.h' 2025-03-14T04:23:13.3472435Z adding 'torch/include/ATen/ops/ravel.h' 2025-03-14T04:23:13.3476352Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3479463Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-03-14T04:23:13.3483415Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-03-14T04:23:13.3487032Z adding 'torch/include/ATen/ops/real.h' 2025-03-14T04:23:13.3490639Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3494154Z adding 'torch/include/ATen/ops/real_native.h' 2025-03-14T04:23:13.3497545Z adding 'torch/include/ATen/ops/real_ops.h' 2025-03-14T04:23:13.3501450Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-03-14T04:23:13.3505524Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3508797Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-03-14T04:23:13.3512578Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-03-14T04:23:13.3515810Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-03-14T04:23:13.3519867Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-03-14T04:23:13.3523405Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-03-14T04:23:13.3527003Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-03-14T04:23:13.3530670Z adding 'torch/include/ATen/ops/record_stream.h' 2025-03-14T04:23:13.3533994Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-03-14T04:23:13.3537776Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-03-14T04:23:13.3541411Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-03-14T04:23:13.3544897Z adding 'torch/include/ATen/ops/refine_names.h' 2025-03-14T04:23:13.3548812Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3551953Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-03-14T04:23:13.3555911Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-03-14T04:23:13.3559874Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-03-14T04:23:13.3563759Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-03-14T04:23:13.3568693Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3571684Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3575294Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3579071Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-03-14T04:23:13.3582655Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-03-14T04:23:13.3586559Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-03-14T04:23:13.3590380Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-03-14T04:23:13.3594070Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3597743Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-03-14T04:23:13.3601122Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-03-14T04:23:13.3604976Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-03-14T04:23:13.3608819Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-03-14T04:23:13.3612209Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-03-14T04:23:13.3616114Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-03-14T04:23:13.3619837Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-03-14T04:23:13.3626235Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-03-14T04:23:13.3631740Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3637031Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3640574Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-03-14T04:23:13.3644611Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-03-14T04:23:13.3648073Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-03-14T04:23:13.3652160Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-03-14T04:23:13.3655510Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-03-14T04:23:13.3659530Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-03-14T04:23:13.3663750Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-03-14T04:23:13.3667592Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-03-14T04:23:13.3671270Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3675044Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3678521Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3681726Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-03-14T04:23:13.3685326Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-03-14T04:23:13.3688479Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-03-14T04:23:13.3692677Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-03-14T04:23:13.3696313Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3699437Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-03-14T04:23:13.3702919Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-03-14T04:23:13.3706238Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-03-14T04:23:13.3709629Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-03-14T04:23:13.3712788Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-03-14T04:23:13.3716172Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-03-14T04:23:13.3719408Z adding 'torch/include/ATen/ops/relu.h' 2025-03-14T04:23:13.3723305Z adding 'torch/include/ATen/ops/relu6.h' 2025-03-14T04:23:13.3727302Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3729830Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-03-14T04:23:13.3733074Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-03-14T04:23:13.3736461Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3739570Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-03-14T04:23:13.3743156Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-03-14T04:23:13.3746796Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-03-14T04:23:13.3750050Z adding 'torch/include/ATen/ops/relu_native.h' 2025-03-14T04:23:13.3753422Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-03-14T04:23:13.3756865Z adding 'torch/include/ATen/ops/remainder.h' 2025-03-14T04:23:13.3760363Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3763695Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3766755Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-03-14T04:23:13.3769971Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-03-14T04:23:13.3773129Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-03-14T04:23:13.3776374Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-03-14T04:23:13.3780263Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-03-14T04:23:13.3784129Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-03-14T04:23:13.3787432Z adding 'torch/include/ATen/ops/rename.h' 2025-03-14T04:23:13.3790880Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3793841Z adding 'torch/include/ATen/ops/rename_native.h' 2025-03-14T04:23:13.3797186Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-03-14T04:23:13.3800425Z adding 'torch/include/ATen/ops/renorm.h' 2025-03-14T04:23:13.3803972Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3807076Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-03-14T04:23:13.3810300Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-03-14T04:23:13.3821198Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-03-14T04:23:13.3821471Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-03-14T04:23:13.3823791Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-03-14T04:23:13.3827012Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-03-14T04:23:13.3830751Z adding 'torch/include/ATen/ops/repeat.h' 2025-03-14T04:23:13.3834078Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3837440Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-03-14T04:23:13.3841015Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.3844265Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.3847448Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-03-14T04:23:13.3850430Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-03-14T04:23:13.3853483Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-03-14T04:23:13.3856864Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-03-14T04:23:13.3859881Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-03-14T04:23:13.3863145Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-03-14T04:23:13.3866504Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-03-14T04:23:13.3870035Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-03-14T04:23:13.3873585Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3876587Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3879966Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3883622Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-03-14T04:23:13.3886218Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-03-14T04:23:13.3889252Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-03-14T04:23:13.3892491Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-03-14T04:23:13.3895876Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3898867Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-03-14T04:23:13.3902042Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-03-14T04:23:13.3905068Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-03-14T04:23:13.3908288Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-03-14T04:23:13.3911322Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-03-14T04:23:13.3914467Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-03-14T04:23:13.3917757Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-03-14T04:23:13.3921289Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-03-14T04:23:13.3924668Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3927903Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3930933Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-03-14T04:23:13.3934118Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-03-14T04:23:13.3937511Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3940520Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-03-14T04:23:13.3943762Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-03-14T04:23:13.3946824Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-03-14T04:23:13.3949959Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-03-14T04:23:13.3952999Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-03-14T04:23:13.3956186Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-03-14T04:23:13.3959521Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-03-14T04:23:13.3963012Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-03-14T04:23:13.3966374Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.3969563Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.3972544Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-03-14T04:23:13.3975772Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-03-14T04:23:13.3979113Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.3982437Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-03-14T04:23:13.3985550Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-03-14T04:23:13.3988619Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-03-14T04:23:13.3991784Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-03-14T04:23:13.3995207Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-03-14T04:23:13.3998431Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-03-14T04:23:13.4001419Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-03-14T04:23:13.4004640Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4007487Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-03-14T04:23:13.4010566Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-03-14T04:23:13.4013703Z adding 'torch/include/ATen/ops/reshape.h' 2025-03-14T04:23:13.4016712Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-03-14T04:23:13.4019979Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4023209Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:23:13.4026029Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-03-14T04:23:13.4029072Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-03-14T04:23:13.4032278Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4035454Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:23:13.4038217Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-03-14T04:23:13.4041374Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-03-14T04:23:13.4044814Z adding 'torch/include/ATen/ops/resize.h' 2025-03-14T04:23:13.4048138Z adding 'torch/include/ATen/ops/resize_as.h' 2025-03-14T04:23:13.4051473Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4055168Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-03-14T04:23:13.4058572Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-03-14T04:23:13.4061793Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-03-14T04:23:13.4065192Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4068190Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-03-14T04:23:13.4071289Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-03-14T04:23:13.4074630Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-03-14T04:23:13.4078008Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4081214Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-03-14T04:23:13.4084354Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-03-14T04:23:13.4087425Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-03-14T04:23:13.4090541Z adding 'torch/include/ATen/ops/resize_native.h' 2025-03-14T04:23:13.4093815Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-03-14T04:23:13.4096903Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-03-14T04:23:13.4100154Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4103099Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-03-14T04:23:13.4106199Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-03-14T04:23:13.4109175Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-03-14T04:23:13.4112390Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4115185Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-03-14T04:23:13.4118296Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-03-14T04:23:13.4121423Z adding 'torch/include/ATen/ops/result_type.h' 2025-03-14T04:23:13.4124733Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4127660Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-03-14T04:23:13.4130872Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-03-14T04:23:13.4133851Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-03-14T04:23:13.4137048Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4139902Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-03-14T04:23:13.4143842Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-03-14T04:23:13.4146912Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-03-14T04:23:13.4150086Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4152944Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-03-14T04:23:13.4156000Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-03-14T04:23:13.4159204Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-03-14T04:23:13.4162498Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4165916Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-03-14T04:23:13.4169070Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-03-14T04:23:13.4172212Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-03-14T04:23:13.4175284Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-03-14T04:23:13.4178560Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4183291Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-03-14T04:23:13.4185235Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-03-14T04:23:13.4220901Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4221040Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-03-14T04:23:13.4221179Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-03-14T04:23:13.4221390Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-03-14T04:23:13.4221600Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-03-14T04:23:13.4221879Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4222031Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-03-14T04:23:13.4222175Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-03-14T04:23:13.4222423Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4222560Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-03-14T04:23:13.4225032Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-03-14T04:23:13.4228637Z adding 'torch/include/ATen/ops/roll.h' 2025-03-14T04:23:13.4232551Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4235150Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-03-14T04:23:13.4238395Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-03-14T04:23:13.4241403Z adding 'torch/include/ATen/ops/roll_native.h' 2025-03-14T04:23:13.4244756Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-03-14T04:23:13.4247935Z adding 'torch/include/ATen/ops/rot90.h' 2025-03-14T04:23:13.4251232Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4255227Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-03-14T04:23:13.4257540Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-03-14T04:23:13.4260727Z adding 'torch/include/ATen/ops/round.h' 2025-03-14T04:23:13.4264251Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4267189Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-03-14T04:23:13.4270891Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-03-14T04:23:13.4273518Z adding 'torch/include/ATen/ops/round_meta.h' 2025-03-14T04:23:13.4276621Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-03-14T04:23:13.4279679Z adding 'torch/include/ATen/ops/round_native.h' 2025-03-14T04:23:13.4283211Z adding 'torch/include/ATen/ops/round_ops.h' 2025-03-14T04:23:13.4286357Z adding 'torch/include/ATen/ops/row_indices.h' 2025-03-14T04:23:13.4289520Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4292435Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-03-14T04:23:13.4295662Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4299009Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4301921Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-03-14T04:23:13.4305135Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-03-14T04:23:13.4308137Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-03-14T04:23:13.4311232Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-03-14T04:23:13.4314243Z adding 'torch/include/ATen/ops/row_stack.h' 2025-03-14T04:23:13.4317489Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4320343Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-03-14T04:23:13.4323570Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-03-14T04:23:13.4326582Z adding 'torch/include/ATen/ops/rrelu.h' 2025-03-14T04:23:13.4329868Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4332784Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-03-14T04:23:13.4335988Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-03-14T04:23:13.4339358Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-03-14T04:23:13.4343050Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-03-14T04:23:13.4346469Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4349412Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-03-14T04:23:13.4352906Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-03-14T04:23:13.4356131Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4359196Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-03-14T04:23:13.4362357Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-03-14T04:23:13.4365456Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-03-14T04:23:13.4368512Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-03-14T04:23:13.4372003Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-03-14T04:23:13.4375238Z adding 'torch/include/ATen/ops/rshift.h' 2025-03-14T04:23:13.4378495Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4381464Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-03-14T04:23:13.4384682Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-03-14T04:23:13.4387737Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-03-14T04:23:13.4390719Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-03-14T04:23:13.4394209Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-03-14T04:23:13.4397325Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-03-14T04:23:13.4400646Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4403627Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-03-14T04:23:13.4406671Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-03-14T04:23:13.4409612Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-03-14T04:23:13.4412667Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-03-14T04:23:13.4415636Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-03-14T04:23:13.4418828Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-03-14T04:23:13.4422118Z adding 'torch/include/ATen/ops/rsub.h' 2025-03-14T04:23:13.4425402Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4428380Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-03-14T04:23:13.4431498Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-03-14T04:23:13.4434415Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-03-14T04:23:13.4437729Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-03-14T04:23:13.4441007Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-03-14T04:23:13.4444341Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4447228Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-03-14T04:23:13.4450435Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-03-14T04:23:13.4453810Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-03-14T04:23:13.4457151Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4460250Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-03-14T04:23:13.4463574Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-03-14T04:23:13.4467091Z adding 'torch/include/ATen/ops/scatter.h' 2025-03-14T04:23:13.4470589Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-03-14T04:23:13.4473906Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4477112Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4480092Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-03-14T04:23:13.4483342Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-03-14T04:23:13.4486342Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-03-14T04:23:13.4489651Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-03-14T04:23:13.4492928Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-03-14T04:23:13.4496119Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-03-14T04:23:13.4499695Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4502881Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4506228Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-03-14T04:23:13.4509878Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-03-14T04:23:13.4512832Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-03-14T04:23:13.4516664Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-03-14T04:23:13.4519815Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-03-14T04:23:13.4523971Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-03-14T04:23:13.4527594Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-03-14T04:23:13.4530996Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4534144Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-03-14T04:23:13.4538114Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-03-14T04:23:13.4540935Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-03-14T04:23:13.4544359Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-03-14T04:23:13.4547401Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-03-14T04:23:13.4550847Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-03-14T04:23:13.4554204Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-03-14T04:23:13.4557722Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-03-14T04:23:13.4561152Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-03-14T04:23:13.4564385Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-03-14T04:23:13.4568005Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-03-14T04:23:13.4571917Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-03-14T04:23:13.4574946Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4578168Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-03-14T04:23:13.4581280Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-03-14T04:23:13.4584704Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-03-14T04:23:13.4587941Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-03-14T04:23:13.4591260Z adding 'torch/include/ATen/ops/select.h' 2025-03-14T04:23:13.4594874Z adding 'torch/include/ATen/ops/select_backward.h' 2025-03-14T04:23:13.4598214Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4601597Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4604428Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-03-14T04:23:13.4607831Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-03-14T04:23:13.4611110Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4614319Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4617581Z adding 'torch/include/ATen/ops/select_copy.h' 2025-03-14T04:23:13.4621019Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4624409Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4627251Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-03-14T04:23:13.4644735Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-03-14T04:23:13.4644872Z adding 'torch/include/ATen/ops/select_native.h' 2025-03-14T04:23:13.4645002Z adding 'torch/include/ATen/ops/select_ops.h' 2025-03-14T04:23:13.4645132Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-03-14T04:23:13.4646063Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4649250Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4652285Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-03-14T04:23:13.4656511Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-03-14T04:23:13.4658781Z adding 'torch/include/ATen/ops/selu.h' 2025-03-14T04:23:13.4662532Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4665057Z adding 'torch/include/ATen/ops/selu_native.h' 2025-03-14T04:23:13.4668361Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-03-14T04:23:13.4672360Z adding 'torch/include/ATen/ops/set.h' 2025-03-14T04:23:13.4675827Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4679314Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4682231Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-03-14T04:23:13.4685330Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-03-14T04:23:13.4688304Z adding 'torch/include/ATen/ops/set_data.h' 2025-03-14T04:23:13.4691530Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4695121Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-03-14T04:23:13.4698059Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-03-14T04:23:13.4701186Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-03-14T04:23:13.4704481Z adding 'torch/include/ATen/ops/set_native.h' 2025-03-14T04:23:13.4708333Z adding 'torch/include/ATen/ops/set_ops.h' 2025-03-14T04:23:13.4711646Z adding 'torch/include/ATen/ops/sgn.h' 2025-03-14T04:23:13.4714989Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4717870Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-03-14T04:23:13.4720914Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-03-14T04:23:13.4723895Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-03-14T04:23:13.4727106Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-03-14T04:23:13.4730185Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-03-14T04:23:13.4733395Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-03-14T04:23:13.4736565Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-03-14T04:23:13.4739602Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-03-14T04:23:13.4743061Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4745946Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-03-14T04:23:13.4749041Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-03-14T04:23:13.4751999Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-03-14T04:23:13.4755109Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-03-14T04:23:13.4758123Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-03-14T04:23:13.4761276Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-03-14T04:23:13.4764637Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4767497Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-03-14T04:23:13.4770587Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-03-14T04:23:13.4773587Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-03-14T04:23:13.4776602Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-03-14T04:23:13.4779638Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-03-14T04:23:13.4782997Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-03-14T04:23:13.4786440Z adding 'torch/include/ATen/ops/sign.h' 2025-03-14T04:23:13.4789480Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4792362Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-03-14T04:23:13.4795397Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-03-14T04:23:13.4799131Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-03-14T04:23:13.4802278Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-03-14T04:23:13.4805308Z adding 'torch/include/ATen/ops/sign_native.h' 2025-03-14T04:23:13.4808510Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-03-14T04:23:13.4811702Z adding 'torch/include/ATen/ops/signbit.h' 2025-03-14T04:23:13.4815009Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4817923Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-03-14T04:23:13.4820934Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-03-14T04:23:13.4824076Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-03-14T04:23:13.4827156Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-03-14T04:23:13.4830220Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-03-14T04:23:13.4833376Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-03-14T04:23:13.4836441Z adding 'torch/include/ATen/ops/silu.h' 2025-03-14T04:23:13.4839583Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-03-14T04:23:13.4842877Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4845847Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4848806Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-03-14T04:23:13.4851853Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-03-14T04:23:13.4854798Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-03-14T04:23:13.4857903Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-03-14T04:23:13.4860926Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-03-14T04:23:13.4864251Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-03-14T04:23:13.4867852Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4870762Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-03-14T04:23:13.4873835Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-03-14T04:23:13.4876845Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-03-14T04:23:13.4879916Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-03-14T04:23:13.4883162Z adding 'torch/include/ATen/ops/silu_native.h' 2025-03-14T04:23:13.4886080Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-03-14T04:23:13.4889413Z adding 'torch/include/ATen/ops/sin.h' 2025-03-14T04:23:13.4892666Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4895551Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-03-14T04:23:13.4898605Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-03-14T04:23:13.4901654Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-03-14T04:23:13.4904751Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-03-14T04:23:13.4907767Z adding 'torch/include/ATen/ops/sin_native.h' 2025-03-14T04:23:13.4911088Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-03-14T04:23:13.4914213Z adding 'torch/include/ATen/ops/sinc.h' 2025-03-14T04:23:13.4917530Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4920438Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-03-14T04:23:13.4923566Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-03-14T04:23:13.4926491Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-03-14T04:23:13.4929528Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-03-14T04:23:13.4932475Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-03-14T04:23:13.4935991Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-03-14T04:23:13.4939152Z adding 'torch/include/ATen/ops/sinh.h' 2025-03-14T04:23:13.4942552Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.4945490Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-03-14T04:23:13.4948522Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-03-14T04:23:13.4951480Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-03-14T04:23:13.4954538Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-03-14T04:23:13.4957522Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-03-14T04:23:13.4960710Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-03-14T04:23:13.4963755Z adding 'torch/include/ATen/ops/size.h' 2025-03-14T04:23:13.4966985Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.4969849Z adding 'torch/include/ATen/ops/size_native.h' 2025-03-14T04:23:13.4972985Z adding 'torch/include/ATen/ops/size_ops.h' 2025-03-14T04:23:13.4976222Z adding 'torch/include/ATen/ops/slice.h' 2025-03-14T04:23:13.4979730Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-03-14T04:23:13.4983362Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4986329Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-03-14T04:23:13.4989789Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-03-14T04:23:13.4993069Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.4996423Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-03-14T04:23:13.4999850Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5003382Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5005902Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-03-14T04:23:13.5009173Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-03-14T04:23:13.5012449Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-03-14T04:23:13.5015806Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5018622Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-03-14T04:23:13.5022116Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-03-14T04:23:13.5024867Z adding 'torch/include/ATen/ops/slice_native.h' 2025-03-14T04:23:13.5028017Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-03-14T04:23:13.5031511Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-03-14T04:23:13.5044257Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5044700Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5044866Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-03-14T04:23:13.5045002Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-03-14T04:23:13.5047778Z adding 'torch/include/ATen/ops/slogdet.h' 2025-03-14T04:23:13.5050915Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5053822Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-03-14T04:23:13.5056970Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-03-14T04:23:13.5060469Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-03-14T04:23:13.5064120Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5067564Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-03-14T04:23:13.5070977Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-03-14T04:23:13.5074125Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-03-14T04:23:13.5077354Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-03-14T04:23:13.5088453Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-03-14T04:23:13.5091812Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-03-14T04:23:13.5095613Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-03-14T04:23:13.5099379Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5102707Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-03-14T04:23:13.5105922Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-03-14T04:23:13.5109025Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-03-14T04:23:13.5112570Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-03-14T04:23:13.5116727Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-03-14T04:23:13.5119982Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5123195Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-03-14T04:23:13.5126412Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-03-14T04:23:13.5129663Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-03-14T04:23:13.5132971Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-03-14T04:23:13.5137227Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-03-14T04:23:13.5140935Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5174194Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-03-14T04:23:13.5174428Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-03-14T04:23:13.5174615Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-03-14T04:23:13.5174836Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-03-14T04:23:13.5175027Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-03-14T04:23:13.5175194Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-03-14T04:23:13.5175347Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-03-14T04:23:13.5175566Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-03-14T04:23:13.5175790Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-03-14T04:23:13.5179960Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-03-14T04:23:13.5182871Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-03-14T04:23:13.5186077Z adding 'torch/include/ATen/ops/smm.h' 2025-03-14T04:23:13.5189308Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5192331Z adding 'torch/include/ATen/ops/smm_native.h' 2025-03-14T04:23:13.5195471Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-03-14T04:23:13.5199188Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-03-14T04:23:13.5202242Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-03-14T04:23:13.5205538Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5208666Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-03-14T04:23:13.5211772Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-03-14T04:23:13.5214790Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-03-14T04:23:13.5218043Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-03-14T04:23:13.5221571Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5224842Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-03-14T04:23:13.5227962Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-03-14T04:23:13.5231172Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-03-14T04:23:13.5234448Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-03-14T04:23:13.5237389Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-03-14T04:23:13.5240593Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-03-14T04:23:13.5243766Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-03-14T04:23:13.5246961Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-03-14T04:23:13.5250271Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5253121Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-03-14T04:23:13.5256467Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-03-14T04:23:13.5259760Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5263048Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-03-14T04:23:13.5266090Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-03-14T04:23:13.5269174Z adding 'torch/include/ATen/ops/softmax.h' 2025-03-14T04:23:13.5272479Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5275635Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5278524Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-03-14T04:23:13.5282065Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-03-14T04:23:13.5285033Z adding 'torch/include/ATen/ops/softplus.h' 2025-03-14T04:23:13.5288146Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-03-14T04:23:13.5291614Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5294602Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-03-14T04:23:13.5297698Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-03-14T04:23:13.5300820Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-03-14T04:23:13.5304005Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-03-14T04:23:13.5306933Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-03-14T04:23:13.5310131Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-03-14T04:23:13.5313432Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5316704Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-03-14T04:23:13.5319972Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-03-14T04:23:13.5322975Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-03-14T04:23:13.5326024Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-03-14T04:23:13.5329059Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-03-14T04:23:13.5332254Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-03-14T04:23:13.5335405Z adding 'torch/include/ATen/ops/softshrink.h' 2025-03-14T04:23:13.5338870Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-03-14T04:23:13.5342066Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5345000Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-03-14T04:23:13.5348046Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-03-14T04:23:13.5351028Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-03-14T04:23:13.5354125Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-03-14T04:23:13.5357093Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-03-14T04:23:13.5360378Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-03-14T04:23:13.5363645Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5366510Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-03-14T04:23:13.5369642Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-03-14T04:23:13.5372656Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-03-14T04:23:13.5375684Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-03-14T04:23:13.5378708Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-03-14T04:23:13.5382031Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-03-14T04:23:13.5385389Z adding 'torch/include/ATen/ops/sort.h' 2025-03-14T04:23:13.5388785Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5392087Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5395184Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5398205Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-03-14T04:23:13.5401564Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-03-14T04:23:13.5404588Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-03-14T04:23:13.5407685Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-03-14T04:23:13.5410821Z adding 'torch/include/ATen/ops/sort_native.h' 2025-03-14T04:23:13.5414458Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-03-14T04:23:13.5417962Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-03-14T04:23:13.5421350Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5424392Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-03-14T04:23:13.5427686Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-03-14T04:23:13.5430975Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-03-14T04:23:13.5434426Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5437373Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-03-14T04:23:13.5440662Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-03-14T04:23:13.5444243Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-03-14T04:23:13.5447975Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5450955Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-03-14T04:23:13.5454476Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-03-14T04:23:13.5458201Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-03-14T04:23:13.5461610Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5464944Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5467969Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-03-14T04:23:13.5471567Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-03-14T04:23:13.5475538Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-03-14T04:23:13.5478737Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5481990Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-03-14T04:23:13.5485499Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-03-14T04:23:13.5489001Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-03-14T04:23:13.5492476Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5495491Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-03-14T04:23:13.5498999Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-03-14T04:23:13.5502155Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-03-14T04:23:13.5505615Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5508402Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-03-14T04:23:13.5511634Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-03-14T04:23:13.5514689Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-03-14T04:23:13.5518119Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5521383Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-03-14T04:23:13.5524319Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-03-14T04:23:13.5527665Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-03-14T04:23:13.5530899Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-03-14T04:23:13.5534398Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5537415Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-03-14T04:23:13.5540607Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-03-14T04:23:13.5544283Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-03-14T04:23:13.5547452Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5551404Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-03-14T04:23:13.5554596Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-03-14T04:23:13.5557998Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-03-14T04:23:13.5561371Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-03-14T04:23:13.5564487Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-03-14T04:23:13.5567889Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-03-14T04:23:13.5571011Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-03-14T04:23:13.5574735Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5578089Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-03-14T04:23:13.5581029Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-03-14T04:23:13.5584340Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-03-14T04:23:13.5587487Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-03-14T04:23:13.5590644Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-03-14T04:23:13.5593828Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-03-14T04:23:13.5597132Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-03-14T04:23:13.5600614Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5603587Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-03-14T04:23:13.5606811Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-03-14T04:23:13.5609864Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-03-14T04:23:13.5613102Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-03-14T04:23:13.5616100Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-03-14T04:23:13.5619506Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-03-14T04:23:13.5623066Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-03-14T04:23:13.5626252Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5629241Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-03-14T04:23:13.5632362Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-03-14T04:23:13.5635493Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-03-14T04:23:13.5638637Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-03-14T04:23:13.5654869Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-03-14T04:23:13.5655036Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-03-14T04:23:13.5655168Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-03-14T04:23:13.5655526Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5656602Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-03-14T04:23:13.5660769Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-03-14T04:23:13.5663132Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-03-14T04:23:13.5666668Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-03-14T04:23:13.5669385Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-03-14T04:23:13.5672710Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-03-14T04:23:13.5675800Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-03-14T04:23:13.5679306Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5682235Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-03-14T04:23:13.5685299Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-03-14T04:23:13.5688290Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-03-14T04:23:13.5691545Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-03-14T04:23:13.5694587Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-03-14T04:23:13.5697740Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-03-14T04:23:13.5701090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-03-14T04:23:13.5704737Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5708205Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5711718Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-14T04:23:13.5714897Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-14T04:23:13.5717881Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-03-14T04:23:13.5720990Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-14T04:23:13.5724060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-03-14T04:23:13.5727565Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-03-14T04:23:13.5730803Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-03-14T04:23:13.5734460Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5737900Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5740863Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-14T04:23:13.5744059Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-14T04:23:13.5747111Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-03-14T04:23:13.5750217Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-14T04:23:13.5753291Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-03-14T04:23:13.5756772Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-03-14T04:23:13.5760077Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-03-14T04:23:13.5763495Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5766698Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5769645Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-14T04:23:13.5772739Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-14T04:23:13.5775748Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-03-14T04:23:13.5778848Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-14T04:23:13.5781961Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-03-14T04:23:13.5785401Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-03-14T04:23:13.5788791Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-03-14T04:23:13.5792512Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.5795583Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5798569Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-14T04:23:13.5801588Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-14T04:23:13.5804573Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-03-14T04:23:13.5807646Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-14T04:23:13.5810756Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-03-14T04:23:13.5814157Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-03-14T04:23:13.5817258Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-03-14T04:23:13.5820517Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5823496Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-03-14T04:23:13.5826712Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-03-14T04:23:13.5829793Z adding 'torch/include/ATen/ops/special_entr.h' 2025-03-14T04:23:13.5833132Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5836022Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-03-14T04:23:13.5839047Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-03-14T04:23:13.5841991Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-03-14T04:23:13.5845067Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-03-14T04:23:13.5848044Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-03-14T04:23:13.5851231Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-03-14T04:23:13.5854309Z adding 'torch/include/ATen/ops/special_erf.h' 2025-03-14T04:23:13.5857565Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5860423Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-03-14T04:23:13.5863672Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-03-14T04:23:13.5866804Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-03-14T04:23:13.5870043Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5872916Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-03-14T04:23:13.5876040Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-03-14T04:23:13.5879106Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-03-14T04:23:13.5882407Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.5885361Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-03-14T04:23:13.5888346Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-03-14T04:23:13.5891262Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-03-14T04:23:13.5894589Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-03-14T04:23:13.5897554Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-03-14T04:23:13.5900888Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-03-14T04:23:13.5904250Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-03-14T04:23:13.5907513Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5910542Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-03-14T04:23:13.5914098Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-03-14T04:23:13.5917374Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-03-14T04:23:13.5920914Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5923658Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-03-14T04:23:13.5927009Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-03-14T04:23:13.5930041Z adding 'torch/include/ATen/ops/special_expit.h' 2025-03-14T04:23:13.5933452Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5936360Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-03-14T04:23:13.5939688Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-03-14T04:23:13.5943354Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-03-14T04:23:13.5946372Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5949377Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-03-14T04:23:13.5952509Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-03-14T04:23:13.5955748Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-03-14T04:23:13.5959026Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5962100Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-03-14T04:23:13.5965294Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-03-14T04:23:13.5968521Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-03-14T04:23:13.5972065Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5974789Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-03-14T04:23:13.5978083Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-03-14T04:23:13.5981183Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-03-14T04:23:13.5984711Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.5987629Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-03-14T04:23:13.5990957Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-03-14T04:23:13.5994517Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-03-14T04:23:13.5997751Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6001078Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6004015Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-03-14T04:23:13.6007269Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-03-14T04:23:13.6010236Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-03-14T04:23:13.6013638Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-03-14T04:23:13.6016640Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-03-14T04:23:13.6020186Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-03-14T04:23:13.6023739Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-03-14T04:23:13.6027194Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6030457Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6033403Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-03-14T04:23:13.6036709Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-03-14T04:23:13.6040111Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-03-14T04:23:13.6042971Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-03-14T04:23:13.6046151Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-03-14T04:23:13.6049563Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-03-14T04:23:13.6052794Z adding 'torch/include/ATen/ops/special_i0.h' 2025-03-14T04:23:13.6056148Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6059155Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-03-14T04:23:13.6062712Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-03-14T04:23:13.6065636Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-03-14T04:23:13.6069098Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6072053Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-03-14T04:23:13.6075269Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-03-14T04:23:13.6078221Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-03-14T04:23:13.6081449Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-03-14T04:23:13.6084890Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-03-14T04:23:13.6087705Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-03-14T04:23:13.6090916Z adding 'torch/include/ATen/ops/special_i1.h' 2025-03-14T04:23:13.6094464Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6097560Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-03-14T04:23:13.6100662Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-03-14T04:23:13.6103879Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-03-14T04:23:13.6107052Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-03-14T04:23:13.6110161Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-03-14T04:23:13.6113884Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-03-14T04:23:13.6116900Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-03-14T04:23:13.6120458Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6123361Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-03-14T04:23:13.6126574Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-03-14T04:23:13.6129539Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-03-14T04:23:13.6132782Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-03-14T04:23:13.6136096Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-03-14T04:23:13.6138989Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-03-14T04:23:13.6147015Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-03-14T04:23:13.6147661Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6149940Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6153064Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-03-14T04:23:13.6156185Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-03-14T04:23:13.6159350Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-03-14T04:23:13.6162531Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-03-14T04:23:13.6165751Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-03-14T04:23:13.6169202Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-03-14T04:23:13.6172776Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-03-14T04:23:13.6176113Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6179316Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6182581Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-03-14T04:23:13.6185698Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-03-14T04:23:13.6188729Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-03-14T04:23:13.6191872Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-03-14T04:23:13.6194948Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-03-14T04:23:13.6198448Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-03-14T04:23:13.6201568Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-03-14T04:23:13.6204844Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6207683Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-03-14T04:23:13.6210805Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-03-14T04:23:13.6213897Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-03-14T04:23:13.6217233Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6220111Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-03-14T04:23:13.6223228Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-03-14T04:23:13.6226208Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-03-14T04:23:13.6229511Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-03-14T04:23:13.6232482Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-03-14T04:23:13.6235622Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-03-14T04:23:13.6238670Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-03-14T04:23:13.6241939Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6244785Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-03-14T04:23:13.6247894Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-03-14T04:23:13.6250971Z adding 'torch/include/ATen/ops/special_logit.h' 2025-03-14T04:23:13.6254210Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6257103Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-03-14T04:23:13.6260437Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-03-14T04:23:13.6263753Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-03-14T04:23:13.6267048Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6269944Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-03-14T04:23:13.6273149Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-03-14T04:23:13.6276275Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-03-14T04:23:13.6279600Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6282527Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-03-14T04:23:13.6286440Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-03-14T04:23:13.6289506Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-03-14T04:23:13.6292658Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-03-14T04:23:13.6295922Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-03-14T04:23:13.6299032Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-03-14T04:23:13.6302222Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-03-14T04:23:13.6305565Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6308496Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-03-14T04:23:13.6311570Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-03-14T04:23:13.6314574Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-03-14T04:23:13.6317702Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-03-14T04:23:13.6320670Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-03-14T04:23:13.6323792Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-03-14T04:23:13.6326915Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-03-14T04:23:13.6330176Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6333060Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-03-14T04:23:13.6336093Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-03-14T04:23:13.6339103Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-03-14T04:23:13.6342689Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-03-14T04:23:13.6345315Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-03-14T04:23:13.6348460Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-03-14T04:23:13.6351518Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-03-14T04:23:13.6354832Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6357697Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-03-14T04:23:13.6360817Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-03-14T04:23:13.6363847Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-03-14T04:23:13.6366986Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-03-14T04:23:13.6369973Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-03-14T04:23:13.6373122Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-03-14T04:23:13.6376167Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-03-14T04:23:13.6379402Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6382354Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-03-14T04:23:13.6389282Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-03-14T04:23:13.6389736Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-03-14T04:23:13.6392824Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6410524Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-03-14T04:23:13.6410965Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-03-14T04:23:13.6411320Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-03-14T04:23:13.6411883Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6412510Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-03-14T04:23:13.6413686Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-03-14T04:23:13.6416797Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-03-14T04:23:13.6419931Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-03-14T04:23:13.6423179Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-03-14T04:23:13.6426387Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-03-14T04:23:13.6429561Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-03-14T04:23:13.6432852Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6436186Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-03-14T04:23:13.6439460Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-03-14T04:23:13.6442571Z adding 'torch/include/ATen/ops/special_psi.h' 2025-03-14T04:23:13.6446221Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6449130Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-03-14T04:23:13.6452444Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-03-14T04:23:13.6455597Z adding 'torch/include/ATen/ops/special_round.h' 2025-03-14T04:23:13.6459025Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6462063Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-03-14T04:23:13.6465341Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-03-14T04:23:13.6468600Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-03-14T04:23:13.6472027Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6475138Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-03-14T04:23:13.6478242Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-03-14T04:23:13.6481392Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-03-14T04:23:13.6484517Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-03-14T04:23:13.6487670Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-03-14T04:23:13.6490871Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-03-14T04:23:13.6494089Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-03-14T04:23:13.6497558Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6500533Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-03-14T04:23:13.6503904Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-03-14T04:23:13.6506930Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-03-14T04:23:13.6510185Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-03-14T04:23:13.6513221Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-03-14T04:23:13.6516559Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-03-14T04:23:13.6520664Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-03-14T04:23:13.6523802Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6527241Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6530212Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-14T04:23:13.6533469Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-14T04:23:13.6536442Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-03-14T04:23:13.6539739Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-14T04:23:13.6543275Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-03-14T04:23:13.6546599Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-03-14T04:23:13.6550092Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-03-14T04:23:13.6553615Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6556930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6559899Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-14T04:23:13.6563277Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-14T04:23:13.6566493Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-03-14T04:23:13.6569699Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-14T04:23:13.6572925Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-03-14T04:23:13.6576466Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-03-14T04:23:13.6579949Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-03-14T04:23:13.6583513Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6586657Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6589740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-14T04:23:13.6592874Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-14T04:23:13.6595870Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-03-14T04:23:13.6598961Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-14T04:23:13.6602403Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-03-14T04:23:13.6605659Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-03-14T04:23:13.6609007Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-03-14T04:23:13.6612386Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6615601Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6618594Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-14T04:23:13.6621956Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-14T04:23:13.6625111Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-03-14T04:23:13.6628193Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-14T04:23:13.6631104Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-03-14T04:23:13.6634900Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-03-14T04:23:13.6637792Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-03-14T04:23:13.6641062Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6643932Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-03-14T04:23:13.6647066Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-03-14T04:23:13.6650167Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-03-14T04:23:13.6653394Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6656304Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-03-14T04:23:13.6659404Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-03-14T04:23:13.6662635Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-03-14T04:23:13.6666002Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6668986Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-03-14T04:23:13.6672144Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-03-14T04:23:13.6675116Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-03-14T04:23:13.6678113Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-03-14T04:23:13.6681093Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-03-14T04:23:13.6684244Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-03-14T04:23:13.6687452Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-03-14T04:23:13.6690835Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6694130Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6697120Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-03-14T04:23:13.6700165Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-03-14T04:23:13.6703255Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-03-14T04:23:13.6706266Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-03-14T04:23:13.6709275Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-03-14T04:23:13.6712677Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-03-14T04:23:13.6715998Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-03-14T04:23:13.6726200Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6729587Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-03-14T04:23:13.6732865Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-03-14T04:23:13.6736264Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-03-14T04:23:13.6740027Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6743070Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6746114Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-03-14T04:23:13.6749228Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-03-14T04:23:13.6752205Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-03-14T04:23:13.6755343Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-03-14T04:23:13.6758380Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-03-14T04:23:13.6761814Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-03-14T04:23:13.6765172Z adding 'torch/include/ATen/ops/split.h' 2025-03-14T04:23:13.6768565Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6771683Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6774892Z adding 'torch/include/ATen/ops/split_copy.h' 2025-03-14T04:23:13.6778266Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6781589Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6784493Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-03-14T04:23:13.6787975Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-03-14T04:23:13.6791085Z adding 'torch/include/ATen/ops/split_native.h' 2025-03-14T04:23:13.6794311Z adding 'torch/include/ATen/ops/split_ops.h' 2025-03-14T04:23:13.6797727Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-03-14T04:23:13.6801073Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6804362Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-03-14T04:23:13.6807751Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6810974Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6814000Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-03-14T04:23:13.6817046Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-03-14T04:23:13.6820293Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-03-14T04:23:13.6823465Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-03-14T04:23:13.6826610Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-03-14T04:23:13.6829683Z adding 'torch/include/ATen/ops/sqrt.h' 2025-03-14T04:23:13.6832951Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6835900Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-03-14T04:23:13.6839063Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-03-14T04:23:13.6842083Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-03-14T04:23:13.6845174Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-03-14T04:23:13.6848240Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-03-14T04:23:13.6851491Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-03-14T04:23:13.6854662Z adding 'torch/include/ATen/ops/square.h' 2025-03-14T04:23:13.6857880Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6860776Z adding 'torch/include/ATen/ops/square_native.h' 2025-03-14T04:23:13.6864149Z adding 'torch/include/ATen/ops/square_ops.h' 2025-03-14T04:23:13.6867305Z adding 'torch/include/ATen/ops/squeeze.h' 2025-03-14T04:23:13.6870590Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6873707Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6876800Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-03-14T04:23:13.6880112Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6883304Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.6886159Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-03-14T04:23:13.6889546Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-03-14T04:23:13.6892727Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-03-14T04:23:13.6896172Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-03-14T04:23:13.6899652Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-03-14T04:23:13.6903238Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6906219Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-03-14T04:23:13.6909468Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-03-14T04:23:13.6912957Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-03-14T04:23:13.6916491Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-03-14T04:23:13.6919853Z adding 'torch/include/ATen/ops/stack.h' 2025-03-14T04:23:13.6923035Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6926069Z adding 'torch/include/ATen/ops/stack_native.h' 2025-03-14T04:23:13.6929270Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-03-14T04:23:13.6932820Z adding 'torch/include/ATen/ops/std.h' 2025-03-14T04:23:13.6936809Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6939537Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-03-14T04:23:13.6942886Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-03-14T04:23:13.6946197Z adding 'torch/include/ATen/ops/std_mean.h' 2025-03-14T04:23:13.6949938Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.6953120Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6956296Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-03-14T04:23:13.6959457Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-03-14T04:23:13.6962660Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-03-14T04:23:13.6966351Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-03-14T04:23:13.6969702Z adding 'torch/include/ATen/ops/std_native.h' 2025-03-14T04:23:13.6973502Z adding 'torch/include/ATen/ops/std_ops.h' 2025-03-14T04:23:13.6976998Z adding 'torch/include/ATen/ops/stft.h' 2025-03-14T04:23:13.6980506Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6983725Z adding 'torch/include/ATen/ops/stft_native.h' 2025-03-14T04:23:13.6987007Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-03-14T04:23:13.6990257Z adding 'torch/include/ATen/ops/stride.h' 2025-03-14T04:23:13.6993516Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.6996545Z adding 'torch/include/ATen/ops/stride_native.h' 2025-03-14T04:23:13.7000717Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-03-14T04:23:13.7003062Z adding 'torch/include/ATen/ops/sub.h' 2025-03-14T04:23:13.7006504Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7009758Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7012931Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-03-14T04:23:13.7015968Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-03-14T04:23:13.7019152Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-03-14T04:23:13.7022947Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-03-14T04:23:13.7025726Z adding 'torch/include/ATen/ops/sub_native.h' 2025-03-14T04:23:13.7029322Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-03-14T04:23:13.7033385Z adding 'torch/include/ATen/ops/subtract.h' 2025-03-14T04:23:13.7036963Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7040088Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-03-14T04:23:13.7043461Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-03-14T04:23:13.7046970Z adding 'torch/include/ATen/ops/sum.h' 2025-03-14T04:23:13.7050340Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7053699Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7056879Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7060029Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-03-14T04:23:13.7063357Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-03-14T04:23:13.7066524Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-03-14T04:23:13.7069730Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-03-14T04:23:13.7072880Z adding 'torch/include/ATen/ops/sum_native.h' 2025-03-14T04:23:13.7076472Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-03-14T04:23:13.7079759Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-03-14T04:23:13.7083168Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7086381Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-03-14T04:23:13.7089325Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-03-14T04:23:13.7092574Z adding 'torch/include/ATen/ops/svd.h' 2025-03-14T04:23:13.7095941Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7099035Z adding 'torch/include/ATen/ops/svd_native.h' 2025-03-14T04:23:13.7102880Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-03-14T04:23:13.7105677Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-03-14T04:23:13.7109079Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7111987Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-03-14T04:23:13.7115289Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-03-14T04:23:13.7118411Z adding 'torch/include/ATen/ops/swapdims.h' 2025-03-14T04:23:13.7121778Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7124654Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-03-14T04:23:13.7128004Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-03-14T04:23:13.7131545Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-03-14T04:23:13.7134597Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7137683Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-03-14T04:23:13.7140993Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7149560Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-03-14T04:23:13.7150111Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-03-14T04:23:13.7151584Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-03-14T04:23:13.7155383Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-03-14T04:23:13.7157903Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-03-14T04:23:13.7161354Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7164235Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-03-14T04:23:13.7167600Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-03-14T04:23:13.7170576Z adding 'torch/include/ATen/ops/sym_size.h' 2025-03-14T04:23:13.7173978Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7176870Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-03-14T04:23:13.7179982Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-03-14T04:23:13.7183933Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-03-14T04:23:13.7186692Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7189608Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-03-14T04:23:13.7192778Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-03-14T04:23:13.7195710Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-03-14T04:23:13.7199964Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7201949Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-03-14T04:23:13.7205065Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-03-14T04:23:13.7208048Z adding 'torch/include/ATen/ops/t.h' 2025-03-14T04:23:13.7211256Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7214290Z adding 'torch/include/ATen/ops/t_copy.h' 2025-03-14T04:23:13.7217545Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7220722Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7223682Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-03-14T04:23:13.7226861Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-03-14T04:23:13.7230731Z adding 'torch/include/ATen/ops/t_native.h' 2025-03-14T04:23:13.7233215Z adding 'torch/include/ATen/ops/t_ops.h' 2025-03-14T04:23:13.7236322Z adding 'torch/include/ATen/ops/take.h' 2025-03-14T04:23:13.7239459Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-03-14T04:23:13.7242779Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7245706Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-03-14T04:23:13.7248868Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-03-14T04:23:13.7251954Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-03-14T04:23:13.7255021Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-03-14T04:23:13.7257996Z adding 'torch/include/ATen/ops/take_native.h' 2025-03-14T04:23:13.7261126Z adding 'torch/include/ATen/ops/take_ops.h' 2025-03-14T04:23:13.7264337Z adding 'torch/include/ATen/ops/tan.h' 2025-03-14T04:23:13.7267656Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7270620Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-03-14T04:23:13.7273682Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-03-14T04:23:13.7276760Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-03-14T04:23:13.7279773Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-03-14T04:23:13.7282784Z adding 'torch/include/ATen/ops/tan_native.h' 2025-03-14T04:23:13.7286345Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-03-14T04:23:13.7289216Z adding 'torch/include/ATen/ops/tanh.h' 2025-03-14T04:23:13.7292352Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-03-14T04:23:13.7295771Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7298725Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-03-14T04:23:13.7301911Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-03-14T04:23:13.7305001Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-03-14T04:23:13.7308114Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-03-14T04:23:13.7311113Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-03-14T04:23:13.7314287Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-03-14T04:23:13.7317666Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7321953Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-03-14T04:23:13.7325595Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-03-14T04:23:13.7328670Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-03-14T04:23:13.7331795Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-03-14T04:23:13.7334850Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-03-14T04:23:13.7338070Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-03-14T04:23:13.7341287Z adding 'torch/include/ATen/ops/tensor.h' 2025-03-14T04:23:13.7344724Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-03-14T04:23:13.7348096Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7351027Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-03-14T04:23:13.7354294Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-03-14T04:23:13.7357497Z adding 'torch/include/ATen/ops/tensordot.h' 2025-03-14T04:23:13.7360790Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7363684Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-03-14T04:23:13.7366905Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-03-14T04:23:13.7370446Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-03-14T04:23:13.7373988Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7376915Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-03-14T04:23:13.7380175Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-03-14T04:23:13.7383420Z adding 'torch/include/ATen/ops/threshold.h' 2025-03-14T04:23:13.7386564Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-03-14T04:23:13.7389943Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7392881Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-03-14T04:23:13.7395972Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-03-14T04:23:13.7398965Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-03-14T04:23:13.7402075Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-03-14T04:23:13.7405123Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-03-14T04:23:13.7408316Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-03-14T04:23:13.7411617Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7414558Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-03-14T04:23:13.7417663Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-03-14T04:23:13.7420661Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-03-14T04:23:13.7423876Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-03-14T04:23:13.7426929Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-03-14T04:23:13.7430099Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-03-14T04:23:13.7433203Z adding 'torch/include/ATen/ops/tile.h' 2025-03-14T04:23:13.7436462Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7439299Z adding 'torch/include/ATen/ops/tile_native.h' 2025-03-14T04:23:13.7442483Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-03-14T04:23:13.7445407Z adding 'torch/include/ATen/ops/to.h' 2025-03-14T04:23:13.7448685Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7451504Z adding 'torch/include/ATen/ops/to_dense.h' 2025-03-14T04:23:13.7454567Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-03-14T04:23:13.7458332Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7460820Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-03-14T04:23:13.7464257Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-03-14T04:23:13.7468094Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7470540Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-03-14T04:23:13.7473672Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-03-14T04:23:13.7476882Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-03-14T04:23:13.7480359Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-03-14T04:23:13.7483718Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7486941Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-03-14T04:23:13.7489781Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-03-14T04:23:13.7493098Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7496151Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-03-14T04:23:13.7499289Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-03-14T04:23:13.7502627Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-03-14T04:23:13.7505914Z adding 'torch/include/ATen/ops/to_native.h' 2025-03-14T04:23:13.7509491Z adding 'torch/include/ATen/ops/to_ops.h' 2025-03-14T04:23:13.7513038Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-03-14T04:23:13.7516607Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7520618Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-03-14T04:23:13.7524145Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-03-14T04:23:13.7527426Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-03-14T04:23:13.7530427Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-03-14T04:23:13.7533864Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7536753Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-03-14T04:23:13.7540041Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-03-14T04:23:13.7543495Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-03-14T04:23:13.7546478Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7549530Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-03-14T04:23:13.7552689Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-03-14T04:23:13.7556114Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7559131Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-03-14T04:23:13.7562523Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7566034Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-03-14T04:23:13.7568733Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-03-14T04:23:13.7571834Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-03-14T04:23:13.7575103Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7578241Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-03-14T04:23:13.7581331Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-03-14T04:23:13.7584627Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-03-14T04:23:13.7588254Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-03-14T04:23:13.7591387Z adding 'torch/include/ATen/ops/topk.h' 2025-03-14T04:23:13.7594971Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7598005Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-03-14T04:23:13.7601362Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-03-14T04:23:13.7604437Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-03-14T04:23:13.7607762Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-03-14T04:23:13.7611028Z adding 'torch/include/ATen/ops/topk_native.h' 2025-03-14T04:23:13.7614222Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-03-14T04:23:13.7617564Z adding 'torch/include/ATen/ops/trace.h' 2025-03-14T04:23:13.7620847Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-03-14T04:23:13.7624360Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7627244Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-03-14T04:23:13.7630523Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-03-14T04:23:13.7634103Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7636813Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-03-14T04:23:13.7639988Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-03-14T04:23:13.7642947Z adding 'torch/include/ATen/ops/trace_native.h' 2025-03-14T04:23:13.7646275Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-03-14T04:23:13.7649352Z adding 'torch/include/ATen/ops/transpose.h' 2025-03-14T04:23:13.7663029Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7663301Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7663436Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-03-14T04:23:13.7663860Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7667179Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7670638Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-03-14T04:23:13.7674640Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-03-14T04:23:13.7677127Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-03-14T04:23:13.7680675Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-03-14T04:23:13.7683853Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-03-14T04:23:13.7687270Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7690195Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-03-14T04:23:13.7693311Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-03-14T04:23:13.7697284Z adding 'torch/include/ATen/ops/trapz.h' 2025-03-14T04:23:13.7699758Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7702724Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-03-14T04:23:13.7705915Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-03-14T04:23:13.7709170Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-03-14T04:23:13.7713450Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7715707Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-03-14T04:23:13.7718850Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-03-14T04:23:13.7721910Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-03-14T04:23:13.7725090Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-03-14T04:23:13.7728577Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-03-14T04:23:13.7731902Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-03-14T04:23:13.7735057Z adding 'torch/include/ATen/ops/tril.h' 2025-03-14T04:23:13.7738373Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7741301Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-03-14T04:23:13.7744707Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-03-14T04:23:13.7747913Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-03-14T04:23:13.7751199Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7754275Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-03-14T04:23:13.7757429Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-03-14T04:23:13.7760444Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-03-14T04:23:13.7763666Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-03-14T04:23:13.7766693Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-03-14T04:23:13.7770561Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-03-14T04:23:13.7773604Z adding 'torch/include/ATen/ops/tril_native.h' 2025-03-14T04:23:13.7776873Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-03-14T04:23:13.7780121Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-03-14T04:23:13.7783559Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7786465Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-03-14T04:23:13.7789606Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-03-14T04:23:13.7792722Z adding 'torch/include/ATen/ops/triu.h' 2025-03-14T04:23:13.7796052Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7799723Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-03-14T04:23:13.7802282Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-03-14T04:23:13.7805638Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-03-14T04:23:13.7808949Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7812102Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-03-14T04:23:13.7815175Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-03-14T04:23:13.7818334Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-03-14T04:23:13.7822162Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-03-14T04:23:13.7824870Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-03-14T04:23:13.7828168Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-03-14T04:23:13.7831193Z adding 'torch/include/ATen/ops/triu_native.h' 2025-03-14T04:23:13.7834517Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-03-14T04:23:13.7837700Z adding 'torch/include/ATen/ops/true_divide.h' 2025-03-14T04:23:13.7841163Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7844149Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-03-14T04:23:13.7847590Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-03-14T04:23:13.7850912Z adding 'torch/include/ATen/ops/trunc.h' 2025-03-14T04:23:13.7854252Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7857307Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-03-14T04:23:13.7860385Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-03-14T04:23:13.7863599Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-03-14T04:23:13.7867203Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-03-14T04:23:13.7869876Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-03-14T04:23:13.7873257Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-03-14T04:23:13.7876306Z adding 'torch/include/ATen/ops/type_as.h' 2025-03-14T04:23:13.7879676Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7882621Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-03-14T04:23:13.7885788Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-03-14T04:23:13.7888831Z adding 'torch/include/ATen/ops/unbind.h' 2025-03-14T04:23:13.7892212Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7895494Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7898379Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-03-14T04:23:13.7901784Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7905171Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7908145Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-03-14T04:23:13.7911318Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-03-14T04:23:13.7914492Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-03-14T04:23:13.7917942Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-03-14T04:23:13.7921159Z adding 'torch/include/ATen/ops/unflatten.h' 2025-03-14T04:23:13.7924585Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7927581Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-03-14T04:23:13.7931034Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.7933950Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-03-14T04:23:13.7937285Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-03-14T04:23:13.7940529Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-03-14T04:23:13.7943713Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-03-14T04:23:13.7946840Z adding 'torch/include/ATen/ops/unfold.h' 2025-03-14T04:23:13.7950219Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-03-14T04:23:13.7953844Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7956945Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-03-14T04:23:13.7960172Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-03-14T04:23:13.7963457Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-03-14T04:23:13.7966545Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-03-14T04:23:13.7969832Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-03-14T04:23:13.7973108Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.7976473Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.7979300Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-03-14T04:23:13.7982865Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-03-14T04:23:13.7986142Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-03-14T04:23:13.7989246Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-03-14T04:23:13.7992436Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-03-14T04:23:13.7995429Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-03-14T04:23:13.7998678Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-03-14T04:23:13.8001823Z adding 'torch/include/ATen/ops/uniform.h' 2025-03-14T04:23:13.8005298Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8008713Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-03-14T04:23:13.8011556Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-03-14T04:23:13.8014727Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-03-14T04:23:13.8017743Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-03-14T04:23:13.8021433Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-03-14T04:23:13.8025289Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-03-14T04:23:13.8028367Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8031604Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-03-14T04:23:13.8034775Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-03-14T04:23:13.8037978Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-03-14T04:23:13.8041283Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-03-14T04:23:13.8044655Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-03-14T04:23:13.8048311Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8051261Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-03-14T04:23:13.8054763Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8057811Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-03-14T04:23:13.8061083Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-03-14T04:23:13.8064245Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-03-14T04:23:13.8067672Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-03-14T04:23:13.8070849Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-03-14T04:23:13.8073973Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-03-14T04:23:13.8077147Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-03-14T04:23:13.8080466Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-03-14T04:23:13.8083726Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-03-14T04:23:13.8087412Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8090005Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-03-14T04:23:13.8093271Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-03-14T04:23:13.8096588Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-03-14T04:23:13.8100152Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8103233Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-03-14T04:23:13.8106554Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-03-14T04:23:13.8110370Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-03-14T04:23:13.8113525Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8116596Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-03-14T04:23:13.8119822Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-03-14T04:23:13.8122982Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-03-14T04:23:13.8126531Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8129560Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-03-14T04:23:13.8132959Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8136144Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8138939Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-03-14T04:23:13.8142164Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-03-14T04:23:13.8145243Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-03-14T04:23:13.8148531Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-03-14T04:23:13.8152222Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-03-14T04:23:13.8156004Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-03-14T04:23:13.8159650Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8162718Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8165986Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8169034Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-03-14T04:23:13.8172372Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8175396Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-03-14T04:23:13.8179151Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-03-14T04:23:13.8182672Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8185738Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8188848Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-03-14T04:23:13.8192096Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-03-14T04:23:13.8195149Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-03-14T04:23:13.8198377Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-03-14T04:23:13.8201468Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-03-14T04:23:13.8204808Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-03-14T04:23:13.8208799Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-03-14T04:23:13.8212687Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-03-14T04:23:13.8216311Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8219406Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8222784Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8225864Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-03-14T04:23:13.8229134Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8232250Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-03-14T04:23:13.8235731Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-03-14T04:23:13.8239103Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8242320Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8245385Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8248495Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-03-14T04:23:13.8251713Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-03-14T04:23:13.8254797Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-03-14T04:23:13.8258011Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-03-14T04:23:13.8261153Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-03-14T04:23:13.8264715Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-03-14T04:23:13.8268321Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-03-14T04:23:13.8272109Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-03-14T04:23:13.8275702Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8278790Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8281998Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8285061Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-03-14T04:23:13.8288291Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8291492Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-03-14T04:23:13.8294779Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-03-14T04:23:13.8298120Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8301186Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8304436Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-03-14T04:23:13.8307571Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-03-14T04:23:13.8310732Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-03-14T04:23:13.8313947Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-03-14T04:23:13.8317022Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-03-14T04:23:13.8320375Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-03-14T04:23:13.8323932Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-03-14T04:23:13.8327580Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-03-14T04:23:13.8331099Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8334146Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8337543Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8341136Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-03-14T04:23:13.8344148Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8347370Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-03-14T04:23:13.8350630Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-03-14T04:23:13.8354136Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8357207Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8360417Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-03-14T04:23:13.8363991Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-03-14T04:23:13.8366781Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-03-14T04:23:13.8370340Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-03-14T04:23:13.8373437Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-03-14T04:23:13.8376882Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-03-14T04:23:13.8380870Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-03-14T04:23:13.8384828Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-03-14T04:23:13.8388525Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8391600Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8395005Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8398199Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-03-14T04:23:13.8401550Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8404752Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-03-14T04:23:13.8408120Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-03-14T04:23:13.8411537Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8425802Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8426224Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8426480Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-03-14T04:23:13.8426683Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-03-14T04:23:13.8427773Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-03-14T04:23:13.8430854Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-03-14T04:23:13.8434162Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-03-14T04:23:13.8437875Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-03-14T04:23:13.8441491Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-03-14T04:23:13.8445393Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-03-14T04:23:13.8449407Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8452296Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8455685Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8458837Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-03-14T04:23:13.8462334Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8465525Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-03-14T04:23:13.8469259Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-03-14T04:23:13.8472885Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8476009Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8479210Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-03-14T04:23:13.8482454Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-03-14T04:23:13.8485598Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-03-14T04:23:13.8489017Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-03-14T04:23:13.8492140Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-03-14T04:23:13.8495670Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-03-14T04:23:13.8500199Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-03-14T04:23:13.8503613Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-03-14T04:23:13.8507420Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8510574Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-03-14T04:23:13.8513999Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-03-14T04:23:13.8517460Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-03-14T04:23:13.8520812Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-03-14T04:23:13.8524775Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-03-14T04:23:13.8528394Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-03-14T04:23:13.8531742Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8534958Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8538140Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-03-14T04:23:13.8541731Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-03-14T04:23:13.8545334Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-03-14T04:23:13.8548355Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-03-14T04:23:13.8551644Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-03-14T04:23:13.8555038Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-03-14T04:23:13.8558543Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-03-14T04:23:13.8562450Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8564952Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-03-14T04:23:13.8568306Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-03-14T04:23:13.8571207Z adding 'torch/include/ATen/ops/values.h' 2025-03-14T04:23:13.8574560Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8577560Z adding 'torch/include/ATen/ops/values_copy.h' 2025-03-14T04:23:13.8580911Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8584267Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8587196Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-03-14T04:23:13.8590752Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-03-14T04:23:13.8593495Z adding 'torch/include/ATen/ops/values_native.h' 2025-03-14T04:23:13.8596777Z adding 'torch/include/ATen/ops/values_ops.h' 2025-03-14T04:23:13.8599934Z adding 'torch/include/ATen/ops/vander.h' 2025-03-14T04:23:13.8603373Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8606336Z adding 'torch/include/ATen/ops/vander_native.h' 2025-03-14T04:23:13.8609678Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-03-14T04:23:13.8613254Z adding 'torch/include/ATen/ops/var.h' 2025-03-14T04:23:13.8616778Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8619893Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-03-14T04:23:13.8623151Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-03-14T04:23:13.8626635Z adding 'torch/include/ATen/ops/var_mean.h' 2025-03-14T04:23:13.8630303Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8633364Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8636537Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-03-14T04:23:13.8639609Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-03-14T04:23:13.8642832Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-03-14T04:23:13.8646379Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-03-14T04:23:13.8649781Z adding 'torch/include/ATen/ops/var_native.h' 2025-03-14T04:23:13.8653633Z adding 'torch/include/ATen/ops/var_ops.h' 2025-03-14T04:23:13.8656933Z adding 'torch/include/ATen/ops/vdot.h' 2025-03-14T04:23:13.8660469Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8663556Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-03-14T04:23:13.8666903Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-03-14T04:23:13.8669879Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-03-14T04:23:13.8673251Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-03-14T04:23:13.8677246Z adding 'torch/include/ATen/ops/view.h' 2025-03-14T04:23:13.8679522Z adding 'torch/include/ATen/ops/view_as.h' 2025-03-14T04:23:13.8683160Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-03-14T04:23:13.8685861Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-03-14T04:23:13.8689162Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8692306Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8695336Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-03-14T04:23:13.8698472Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-03-14T04:23:13.8701602Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-03-14T04:23:13.8704690Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-03-14T04:23:13.8707758Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-03-14T04:23:13.8711003Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-03-14T04:23:13.8714170Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-03-14T04:23:13.8717347Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8720191Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-03-14T04:23:13.8723242Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-03-14T04:23:13.8726268Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-03-14T04:23:13.8729581Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-03-14T04:23:13.8732763Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8735974Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8738766Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-03-14T04:23:13.8742244Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-03-14T04:23:13.8745365Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-03-14T04:23:13.8748435Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-03-14T04:23:13.8751442Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-03-14T04:23:13.8754402Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-03-14T04:23:13.8757452Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-03-14T04:23:13.8760720Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8764081Z adding 'torch/include/ATen/ops/view_copy.h' 2025-03-14T04:23:13.8767399Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8770609Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8773389Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-03-14T04:23:13.8776635Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-03-14T04:23:13.8779728Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-03-14T04:23:13.8782924Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-03-14T04:23:13.8786027Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-03-14T04:23:13.8789009Z adding 'torch/include/ATen/ops/view_native.h' 2025-03-14T04:23:13.8792138Z adding 'torch/include/ATen/ops/view_ops.h' 2025-03-14T04:23:13.8795248Z adding 'torch/include/ATen/ops/vsplit.h' 2025-03-14T04:23:13.8798690Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8801595Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-03-14T04:23:13.8804753Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-03-14T04:23:13.8807876Z adding 'torch/include/ATen/ops/vstack.h' 2025-03-14T04:23:13.8811140Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8814177Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-03-14T04:23:13.8817348Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-03-14T04:23:13.8820556Z adding 'torch/include/ATen/ops/where.h' 2025-03-14T04:23:13.8823982Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8826974Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-03-14T04:23:13.8830061Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-03-14T04:23:13.8833110Z adding 'torch/include/ATen/ops/where_native.h' 2025-03-14T04:23:13.8836563Z adding 'torch/include/ATen/ops/where_ops.h' 2025-03-14T04:23:13.8839887Z adding 'torch/include/ATen/ops/xlogy.h' 2025-03-14T04:23:13.8843221Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8846406Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:23:13.8849318Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-03-14T04:23:13.8852380Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-03-14T04:23:13.8855341Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-03-14T04:23:13.8859062Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-03-14T04:23:13.8862276Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-03-14T04:23:13.8865843Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-03-14T04:23:13.8869020Z adding 'torch/include/ATen/ops/xor.h' 2025-03-14T04:23:13.8872258Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:23:13.8875132Z adding 'torch/include/ATen/ops/xor_native.h' 2025-03-14T04:23:13.8878483Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-03-14T04:23:13.8881538Z adding 'torch/include/ATen/ops/zero.h' 2025-03-14T04:23:13.8884752Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8887677Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-03-14T04:23:13.8890696Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-03-14T04:23:13.8893721Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-03-14T04:23:13.8896990Z adding 'torch/include/ATen/ops/zero_native.h' 2025-03-14T04:23:13.8900421Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-03-14T04:23:13.8904274Z adding 'torch/include/ATen/ops/zeros.h' 2025-03-14T04:23:13.8907964Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8911170Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-03-14T04:23:13.8914798Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:23:13.8918056Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:23:13.8921418Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-03-14T04:23:13.8925081Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-03-14T04:23:13.8928645Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-03-14T04:23:13.8932522Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-03-14T04:23:13.8940017Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-03-14T04:23:13.8945636Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-03-14T04:23:13.8950376Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-03-14T04:23:13.8953435Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-03-14T04:23:13.8956383Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-03-14T04:23:13.8959392Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-03-14T04:23:13.8963613Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-03-14T04:23:13.8966988Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-03-14T04:23:13.8971073Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-03-14T04:23:13.8980000Z adding 'torch/include/c10/core/Allocator.h' 2025-03-14T04:23:13.8983736Z adding 'torch/include/c10/core/AutogradState.h' 2025-03-14T04:23:13.8988538Z adding 'torch/include/c10/core/Backend.h' 2025-03-14T04:23:13.8992145Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-03-14T04:23:13.8995712Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-03-14T04:23:13.8999102Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-03-14T04:23:13.9002556Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-03-14T04:23:13.9006128Z adding 'torch/include/c10/core/Contiguity.h' 2025-03-14T04:23:13.9009595Z adding 'torch/include/c10/core/CopyBytes.h' 2025-03-14T04:23:13.9012598Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-03-14T04:23:13.9015727Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-03-14T04:23:13.9020281Z adding 'torch/include/c10/core/Device.h' 2025-03-14T04:23:13.9023667Z adding 'torch/include/c10/core/DeviceArray.h' 2025-03-14T04:23:13.9028404Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-03-14T04:23:13.9032605Z adding 'torch/include/c10/core/DeviceType.h' 2025-03-14T04:23:13.9046054Z adding 'torch/include/c10/core/DispatchKey.h' 2025-03-14T04:23:13.9062831Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-03-14T04:23:13.9067885Z adding 'torch/include/c10/core/DynamicCast.h' 2025-03-14T04:23:13.9072056Z adding 'torch/include/c10/core/Event.h' 2025-03-14T04:23:13.9076433Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-03-14T04:23:13.9079795Z adding 'torch/include/c10/core/GradMode.h' 2025-03-14T04:23:13.9083598Z adding 'torch/include/c10/core/InferenceMode.h' 2025-03-14T04:23:13.9086939Z adding 'torch/include/c10/core/Layout.h' 2025-03-14T04:23:13.9092092Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-03-14T04:23:13.9095612Z adding 'torch/include/c10/core/OptionalRef.h' 2025-03-14T04:23:13.9099402Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-03-14T04:23:13.9102743Z adding 'torch/include/c10/core/QEngine.h' 2025-03-14T04:23:13.9105994Z adding 'torch/include/c10/core/QScheme.h' 2025-03-14T04:23:13.9109511Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-03-14T04:23:13.9113209Z adding 'torch/include/c10/core/SafePyObject.h' 2025-03-14T04:23:13.9119379Z adding 'torch/include/c10/core/Scalar.h' 2025-03-14T04:23:13.9127907Z adding 'torch/include/c10/core/ScalarType.h' 2025-03-14T04:23:13.9131811Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-03-14T04:23:13.9136197Z adding 'torch/include/c10/core/Storage.h' 2025-03-14T04:23:13.9142088Z adding 'torch/include/c10/core/StorageImpl.h' 2025-03-14T04:23:13.9147442Z adding 'torch/include/c10/core/Stream.h' 2025-03-14T04:23:13.9151928Z adding 'torch/include/c10/core/StreamGuard.h' 2025-03-14T04:23:13.9155667Z adding 'torch/include/c10/core/SymBool.h' 2025-03-14T04:23:13.9159450Z adding 'torch/include/c10/core/SymFloat.h' 2025-03-14T04:23:13.9165921Z adding 'torch/include/c10/core/SymInt.h' 2025-03-14T04:23:13.9169903Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-03-14T04:23:13.9173781Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-03-14T04:23:13.9178141Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-03-14T04:23:13.9222871Z adding 'torch/include/c10/core/TensorImpl.h' 2025-03-14T04:23:13.9236806Z adding 'torch/include/c10/core/TensorOptions.h' 2025-03-14T04:23:13.9241238Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-03-14T04:23:13.9244639Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-03-14T04:23:13.9247726Z adding 'torch/include/c10/core/alignment.h' 2025-03-14T04:23:13.9251522Z adding 'torch/include/c10/core/thread_pool.h' 2025-03-14T04:23:13.9255905Z adding 'torch/include/c10/core/impl/COW.h' 2025-03-14T04:23:13.9259432Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-03-14T04:23:13.9266340Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-03-14T04:23:13.9270370Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-03-14T04:23:13.9273588Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-03-14T04:23:13.9277294Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-03-14T04:23:13.9284204Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-03-14T04:23:13.9288400Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-03-14T04:23:13.9293878Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-03-14T04:23:13.9298510Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-03-14T04:23:13.9304689Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-03-14T04:23:13.9310095Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-03-14T04:23:13.9313481Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-03-14T04:23:13.9318129Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-03-14T04:23:13.9322052Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-03-14T04:23:13.9325669Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-03-14T04:23:13.9328774Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-03-14T04:23:13.9332907Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-03-14T04:23:13.9336769Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-03-14T04:23:13.9344193Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-03-14T04:23:13.9348612Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-03-14T04:23:13.9353330Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-03-14T04:23:13.9357353Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-03-14T04:23:13.9361321Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-03-14T04:23:13.9365005Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-03-14T04:23:13.9370115Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-03-14T04:23:13.9373719Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-03-14T04:23:13.9377360Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-03-14T04:23:13.9380451Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-03-14T04:23:13.9386136Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-03-14T04:23:13.9389875Z adding 'torch/include/c10/cuda/driver_api.h' 2025-03-14T04:23:13.9395582Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-03-14T04:23:13.9398731Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-03-14T04:23:13.9403795Z adding 'torch/include/c10/macros/Export.h' 2025-03-14T04:23:13.9411049Z adding 'torch/include/c10/macros/Macros.h' 2025-03-14T04:23:13.9414555Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-03-14T04:23:13.9419093Z adding 'torch/include/c10/metal/indexing.h' 2025-03-14T04:23:13.9422750Z adding 'torch/include/c10/metal/random.h' 2025-03-14T04:23:13.9426053Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-03-14T04:23:13.9434018Z adding 'torch/include/c10/metal/special_math.h' 2025-03-14T04:23:13.9437946Z adding 'torch/include/c10/metal/utils.h' 2025-03-14T04:23:13.9448701Z adding 'torch/include/c10/util/AbortHandler.h' 2025-03-14T04:23:13.9450130Z adding 'torch/include/c10/util/AlignOf.h' 2025-03-14T04:23:13.9454033Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-03-14T04:23:13.9457885Z adding 'torch/include/c10/util/Array.h' 2025-03-14T04:23:13.9463381Z adding 'torch/include/c10/util/ArrayRef.h' 2025-03-14T04:23:13.9468109Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-03-14T04:23:13.9472978Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-03-14T04:23:13.9477505Z adding 'torch/include/c10/util/BFloat16.h' 2025-03-14T04:23:13.9480177Z adding 'torch/include/c10/util/Backtrace.h' 2025-03-14T04:23:13.9483993Z adding 'torch/include/c10/util/Bitset.h' 2025-03-14T04:23:13.9487594Z adding 'torch/include/c10/util/C++17.h' 2025-03-14T04:23:13.9491077Z adding 'torch/include/c10/util/CallOnce.h' 2025-03-14T04:23:13.9496092Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-03-14T04:23:13.9499733Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-03-14T04:23:13.9503633Z adding 'torch/include/c10/util/Deprecated.h' 2025-03-14T04:23:13.9506728Z adding 'torch/include/c10/util/DimVector.h' 2025-03-14T04:23:13.9509892Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-03-14T04:23:13.9520433Z adding 'torch/include/c10/util/Exception.h' 2025-03-14T04:23:13.9525143Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-03-14T04:23:13.9528731Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-03-14T04:23:13.9531690Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-03-14T04:23:13.9536889Z adding 'torch/include/c10/util/Flags.h' 2025-03-14T04:23:13.9541224Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-03-14T04:23:13.9546542Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-03-14T04:23:13.9550904Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-03-14T04:23:13.9555614Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-03-14T04:23:13.9559900Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-03-14T04:23:13.9564150Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-03-14T04:23:13.9568449Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-03-14T04:23:13.9572542Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-03-14T04:23:13.9576314Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-03-14T04:23:13.9580222Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-03-14T04:23:13.9583832Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-03-14T04:23:13.9587356Z adding 'torch/include/c10/util/FunctionRef.h' 2025-03-14T04:23:13.9590573Z adding 'torch/include/c10/util/Gauge.h' 2025-03-14T04:23:13.9594960Z adding 'torch/include/c10/util/Half-inl.h' 2025-03-14T04:23:13.9602088Z adding 'torch/include/c10/util/Half.h' 2025-03-14T04:23:13.9606037Z adding 'torch/include/c10/util/IdWrapper.h' 2025-03-14T04:23:13.9609645Z adding 'torch/include/c10/util/Lazy.h' 2025-03-14T04:23:13.9614290Z adding 'torch/include/c10/util/LeftRight.h' 2025-03-14T04:23:13.9617670Z adding 'torch/include/c10/util/Load.h' 2025-03-14T04:23:13.9623592Z adding 'torch/include/c10/util/Logging.h' 2025-03-14T04:23:13.9627465Z adding 'torch/include/c10/util/MathConstants.h' 2025-03-14T04:23:13.9631924Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-03-14T04:23:13.9636601Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-03-14T04:23:13.9640045Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-03-14T04:23:13.9643305Z adding 'torch/include/c10/util/Optional.h' 2025-03-14T04:23:13.9647427Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-03-14T04:23:13.9650584Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-03-14T04:23:13.9656025Z adding 'torch/include/c10/util/Registry.h' 2025-03-14T04:23:13.9659626Z adding 'torch/include/c10/util/ScopeExit.h' 2025-03-14T04:23:13.9663094Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-03-14T04:23:13.9680657Z adding 'torch/include/c10/util/SmallVector.h' 2025-03-14T04:23:13.9718821Z adding 'torch/include/c10/util/StringUtil.h' 2025-03-14T04:23:13.9718981Z adding 'torch/include/c10/util/Synchronized.h' 2025-03-14T04:23:13.9719163Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-03-14T04:23:13.9719331Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-03-14T04:23:13.9719431Z adding 'torch/include/c10/util/Type.h' 2025-03-14T04:23:13.9719539Z adding 'torch/include/c10/util/TypeCast.h' 2025-03-14T04:23:13.9719659Z adding 'torch/include/c10/util/TypeIndex.h' 2025-03-14T04:23:13.9719765Z adding 'torch/include/c10/util/TypeList.h' 2025-03-14T04:23:13.9723365Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-03-14T04:23:13.9727652Z adding 'torch/include/c10/util/TypeTraits.h' 2025-03-14T04:23:13.9730905Z adding 'torch/include/c10/util/Unicode.h' 2025-03-14T04:23:13.9734817Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-03-14T04:23:13.9738224Z adding 'torch/include/c10/util/Unroll.h' 2025-03-14T04:23:13.9742449Z adding 'torch/include/c10/util/WaitCounter.h' 2025-03-14T04:23:13.9745213Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-03-14T04:23:13.9748703Z adding 'torch/include/c10/util/accumulate.h' 2025-03-14T04:23:13.9752014Z adding 'torch/include/c10/util/bit_cast.h' 2025-03-14T04:23:13.9755314Z adding 'torch/include/c10/util/bits.h' 2025-03-14T04:23:13.9762675Z adding 'torch/include/c10/util/complex.h' 2025-03-14T04:23:13.9767913Z adding 'torch/include/c10/util/complex_math.h' 2025-03-14T04:23:13.9771608Z adding 'torch/include/c10/util/complex_utils.h' 2025-03-14T04:23:13.9774693Z adding 'torch/include/c10/util/copysign.h' 2025-03-14T04:23:13.9777757Z adding 'torch/include/c10/util/env.h' 2025-03-14T04:23:13.9780618Z adding 'torch/include/c10/util/error.h' 2025-03-14T04:23:13.9796525Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-03-14T04:23:13.9801280Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-03-14T04:23:13.9804890Z adding 'torch/include/c10/util/generic_math.h' 2025-03-14T04:23:13.9810583Z adding 'torch/include/c10/util/hash.h' 2025-03-14T04:23:13.9816798Z adding 'torch/include/c10/util/int128.h' 2025-03-14T04:23:13.9830098Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-03-14T04:23:13.9834749Z adding 'torch/include/c10/util/irange.h' 2025-03-14T04:23:13.9845136Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-03-14T04:23:13.9849567Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-03-14T04:23:13.9854432Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-03-14T04:23:13.9857876Z adding 'torch/include/c10/util/numa.h' 2025-03-14T04:23:13.9876221Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-03-14T04:23:13.9881436Z adding 'torch/include/c10/util/overflows.h' 2025-03-14T04:23:13.9884574Z adding 'torch/include/c10/util/overloaded.h' 2025-03-14T04:23:13.9887397Z adding 'torch/include/c10/util/python_stub.h' 2025-03-14T04:23:13.9890258Z adding 'torch/include/c10/util/qint32.h' 2025-03-14T04:23:13.9893234Z adding 'torch/include/c10/util/qint8.h' 2025-03-14T04:23:13.9896556Z adding 'torch/include/c10/util/quint2x4.h' 2025-03-14T04:23:13.9899099Z adding 'torch/include/c10/util/quint4x2.h' 2025-03-14T04:23:13.9902050Z adding 'torch/include/c10/util/quint8.h' 2025-03-14T04:23:13.9905461Z adding 'torch/include/c10/util/safe_numerics.h' 2025-03-14T04:23:13.9909284Z adding 'torch/include/c10/util/signal_handler.h' 2025-03-14T04:23:13.9918402Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-03-14T04:23:13.9922360Z adding 'torch/include/c10/util/ssize.h' 2025-03-14T04:23:13.9925619Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-03-14T04:23:13.9929965Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-03-14T04:23:13.9933222Z adding 'torch/include/c10/util/strides.h' 2025-03-14T04:23:13.9936206Z adding 'torch/include/c10/util/string_utils.h' 2025-03-14T04:23:13.9942865Z adding 'torch/include/c10/util/string_view.h' 2025-03-14T04:23:13.9952417Z adding 'torch/include/c10/util/strong_type.h' 2025-03-14T04:23:13.9957241Z adding 'torch/include/c10/util/tempfile.h' 2025-03-14T04:23:13.9960265Z adding 'torch/include/c10/util/thread_name.h' 2025-03-14T04:23:13.9969391Z adding 'torch/include/c10/util/typeid.h' 2025-03-14T04:23:13.9973084Z adding 'torch/include/c10/util/win32-headers.h' 2025-03-14T04:23:13.9976965Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-03-14T04:23:13.9981800Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-03-14T04:23:13.9985230Z adding 'torch/include/c10/xpu/XPUException.h' 2025-03-14T04:23:13.9988382Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-03-14T04:23:13.9991485Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-03-14T04:23:13.9996079Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-03-14T04:23:14.0001393Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-03-14T04:23:14.0041726Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-03-14T04:23:14.0046693Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-03-14T04:23:14.0049769Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-03-14T04:23:14.0055225Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-03-14T04:23:14.0058705Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-03-14T04:23:14.0061852Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-03-14T04:23:14.0066522Z adding 'torch/include/caffe2/serialize/versions.h' 2025-03-14T04:23:14.0071495Z adding 'torch/include/kineto/AbstractConfig.h' 2025-03-14T04:23:14.0075443Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-03-14T04:23:14.0078564Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-03-14T04:23:14.0081968Z adding 'torch/include/kineto/ActivityType.h' 2025-03-14T04:23:14.0085010Z adding 'torch/include/kineto/ClientInterface.h' 2025-03-14T04:23:14.0091444Z adding 'torch/include/kineto/Config.h' 2025-03-14T04:23:14.0095689Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-03-14T04:23:14.0099900Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-03-14T04:23:14.0103486Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-03-14T04:23:14.0106973Z adding 'torch/include/kineto/ITraceActivity.h' 2025-03-14T04:23:14.0109967Z adding 'torch/include/kineto/LoggingAPI.h' 2025-03-14T04:23:14.0113040Z adding 'torch/include/kineto/ThreadUtil.h' 2025-03-14T04:23:14.0116155Z adding 'torch/include/kineto/TraceSpan.h' 2025-03-14T04:23:14.0119850Z adding 'torch/include/kineto/libkineto.h' 2025-03-14T04:23:14.0123301Z adding 'torch/include/kineto/output_base.h' 2025-03-14T04:23:14.0126325Z adding 'torch/include/kineto/time_since_epoch.h' 2025-03-14T04:23:14.0135817Z adding 'torch/include/pybind11/attr.h' 2025-03-14T04:23:14.0140994Z adding 'torch/include/pybind11/buffer_info.h' 2025-03-14T04:23:14.0172076Z adding 'torch/include/pybind11/cast.h' 2025-03-14T04:23:14.0172260Z adding 'torch/include/pybind11/chrono.h' 2025-03-14T04:23:14.0175407Z adding 'torch/include/pybind11/common.h' 2025-03-14T04:23:14.0209983Z adding 'torch/include/pybind11/complex.h' 2025-03-14T04:23:14.0210909Z adding 'torch/include/pybind11/eigen.h' 2025-03-14T04:23:14.0211034Z adding 'torch/include/pybind11/embed.h' 2025-03-14T04:23:14.0211134Z adding 'torch/include/pybind11/eval.h' 2025-03-14T04:23:14.0211260Z adding 'torch/include/pybind11/functional.h' 2025-03-14T04:23:14.0211362Z adding 'torch/include/pybind11/gil.h' 2025-03-14T04:23:14.0211511Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-03-14T04:23:14.0215832Z adding 'torch/include/pybind11/iostream.h' 2025-03-14T04:23:14.0242571Z adding 'torch/include/pybind11/numpy.h' 2025-03-14T04:23:14.0249109Z adding 'torch/include/pybind11/operators.h' 2025-03-14T04:23:14.0252811Z adding 'torch/include/pybind11/options.h' 2025-03-14T04:23:14.0294837Z adding 'torch/include/pybind11/pybind11.h' 2025-03-14T04:23:14.0328440Z adding 'torch/include/pybind11/pytypes.h' 2025-03-14T04:23:14.0336771Z adding 'torch/include/pybind11/stl.h' 2025-03-14T04:23:14.0346873Z adding 'torch/include/pybind11/stl_bind.h' 2025-03-14T04:23:14.0350939Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-03-14T04:23:14.0355256Z adding 'torch/include/pybind11/typing.h' 2025-03-14T04:23:14.0367051Z adding 'torch/include/pybind11/detail/class.h' 2025-03-14T04:23:14.0386668Z adding 'torch/include/pybind11/detail/common.h' 2025-03-14T04:23:14.0391517Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-03-14T04:23:14.0395693Z adding 'torch/include/pybind11/detail/descr.h' 2025-03-14T04:23:14.0399492Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-03-14T04:23:14.0406835Z adding 'torch/include/pybind11/detail/init.h' 2025-03-14T04:23:14.0418859Z adding 'torch/include/pybind11/detail/internals.h' 2025-03-14T04:23:14.0437573Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-03-14T04:23:14.0442037Z adding 'torch/include/pybind11/detail/typeid.h' 2025-03-14T04:23:14.0445616Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-03-14T04:23:14.0449538Z adding 'torch/include/pybind11/eigen/common.h' 2025-03-14T04:23:14.0460871Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-03-14T04:23:14.0467983Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-03-14T04:23:14.0477153Z adding 'torch/include/torch/custom_class.h' 2025-03-14T04:23:14.0482526Z adding 'torch/include/torch/custom_class_detail.h' 2025-03-14T04:23:14.0485663Z adding 'torch/include/torch/extension.h' 2025-03-14T04:23:14.0500454Z adding 'torch/include/torch/library.h' 2025-03-14T04:23:14.0504502Z adding 'torch/include/torch/script.h' 2025-03-14T04:23:14.0509595Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-03-14T04:23:14.0512636Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-03-14T04:23:14.0515602Z adding 'torch/include/torch/csrc/Device.h' 2025-03-14T04:23:14.0518472Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-03-14T04:23:14.0521460Z adding 'torch/include/torch/csrc/Dtype.h' 2025-03-14T04:23:14.0524634Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-03-14T04:23:14.0527616Z adding 'torch/include/torch/csrc/Event.h' 2025-03-14T04:23:14.0534239Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-03-14T04:23:14.0537567Z adding 'torch/include/torch/csrc/Export.h' 2025-03-14T04:23:14.0540677Z adding 'torch/include/torch/csrc/Generator.h' 2025-03-14T04:23:14.0543832Z adding 'torch/include/torch/csrc/Layout.h' 2025-03-14T04:23:14.0546877Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-03-14T04:23:14.0549803Z adding 'torch/include/torch/csrc/Module.h' 2025-03-14T04:23:14.0552724Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-03-14T04:23:14.0555898Z adding 'torch/include/torch/csrc/QScheme.h' 2025-03-14T04:23:14.0558904Z adding 'torch/include/torch/csrc/Size.h' 2025-03-14T04:23:14.0562212Z adding 'torch/include/torch/csrc/Storage.h' 2025-03-14T04:23:14.0565448Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-03-14T04:23:14.0568100Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-03-14T04:23:14.0571274Z adding 'torch/include/torch/csrc/Stream.h' 2025-03-14T04:23:14.0574429Z adding 'torch/include/torch/csrc/THConcat.h' 2025-03-14T04:23:14.0577328Z adding 'torch/include/torch/csrc/THP.h' 2025-03-14T04:23:14.0580178Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-03-14T04:23:14.0583225Z adding 'torch/include/torch/csrc/Types.h' 2025-03-14T04:23:14.0586410Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-03-14T04:23:14.0589483Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-03-14T04:23:14.0592354Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-03-14T04:23:14.0595437Z adding 'torch/include/torch/csrc/python_headers.h' 2025-03-14T04:23:14.0598425Z adding 'torch/include/torch/csrc/serialization.h' 2025-03-14T04:23:14.0603090Z adding 'torch/include/torch/csrc/utils.h' 2025-03-14T04:23:14.0608998Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-03-14T04:23:14.0612349Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-03-14T04:23:14.0615299Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-03-14T04:23:14.0618495Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-03-14T04:23:14.0622076Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-03-14T04:23:14.0626041Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-03-14T04:23:14.0630874Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-03-14T04:23:14.0635641Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-03-14T04:23:14.0639585Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-03-14T04:23:14.0642851Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-03-14T04:23:14.0646271Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-03-14T04:23:14.0649905Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-03-14T04:23:14.0652978Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-03-14T04:23:14.0656062Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-03-14T04:23:14.0672858Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-03-14T04:23:14.0673042Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-03-14T04:23:14.0673685Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-03-14T04:23:14.0676677Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-03-14T04:23:14.0684514Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-03-14T04:23:14.0689686Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-03-14T04:23:14.0693350Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-03-14T04:23:14.0697330Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-03-14T04:23:14.0700912Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-03-14T04:23:14.0703995Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-03-14T04:23:14.0708575Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-03-14T04:23:14.0712778Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-03-14T04:23:14.0715320Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-03-14T04:23:14.0718574Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-03-14T04:23:14.0723652Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-03-14T04:23:14.0725996Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-03-14T04:23:14.0728911Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-03-14T04:23:14.0732158Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-03-14T04:23:14.0738214Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-03-14T04:23:14.0742512Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-03-14T04:23:14.0746299Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-03-14T04:23:14.0751311Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-03-14T04:23:14.0759764Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-03-14T04:23:14.0764158Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-03-14T04:23:14.0767623Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-03-14T04:23:14.0771340Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-03-14T04:23:14.0774925Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-03-14T04:23:14.0778200Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-03-14T04:23:14.0782748Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-03-14T04:23:14.0786463Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-03-14T04:23:14.0790640Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-03-14T04:23:14.0794861Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-03-14T04:23:14.0798535Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-03-14T04:23:14.0801738Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-03-14T04:23:14.0805164Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-03-14T04:23:14.0808422Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-03-14T04:23:14.0811559Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-03-14T04:23:14.0814945Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-03-14T04:23:14.0819118Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-03-14T04:23:14.0824204Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-03-14T04:23:14.0827490Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-03-14T04:23:14.0830636Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-03-14T04:23:14.0834191Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-03-14T04:23:14.0841265Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-03-14T04:23:14.0845101Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-03-14T04:23:14.0849985Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-03-14T04:23:14.0853389Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-03-14T04:23:14.0857198Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-03-14T04:23:14.0866651Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-03-14T04:23:14.0870472Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-03-14T04:23:14.0873479Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-03-14T04:23:14.0877109Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-03-14T04:23:14.0881697Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-03-14T04:23:14.0884863Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-03-14T04:23:14.0893478Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-03-14T04:23:14.0897689Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-03-14T04:23:14.0901601Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-03-14T04:23:14.0905392Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-03-14T04:23:14.0909327Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-03-14T04:23:14.0913719Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-03-14T04:23:14.0917335Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-03-14T04:23:14.0921107Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-03-14T04:23:14.0923880Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-03-14T04:23:14.0931004Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-03-14T04:23:14.0935815Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-03-14T04:23:14.0939358Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-03-14T04:23:14.0942805Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-03-14T04:23:14.0949839Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-03-14T04:23:14.0955476Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-03-14T04:23:14.0959592Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-03-14T04:23:14.0963876Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-03-14T04:23:14.0970874Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-03-14T04:23:14.0975019Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-03-14T04:23:14.0979655Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-03-14T04:23:14.0983937Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-03-14T04:23:14.0989592Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-03-14T04:23:14.0993631Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-03-14T04:23:14.0997624Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-03-14T04:23:14.1001856Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-03-14T04:23:14.1005526Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-03-14T04:23:14.1009528Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-03-14T04:23:14.1013745Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-03-14T04:23:14.1021763Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-03-14T04:23:14.1026812Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-03-14T04:23:14.1031646Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-03-14T04:23:14.1035606Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-03-14T04:23:14.1042129Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-03-14T04:23:14.1047882Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-03-14T04:23:14.1052519Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-03-14T04:23:14.1056710Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-03-14T04:23:14.1061028Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-03-14T04:23:14.1064735Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-03-14T04:23:14.1068063Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-03-14T04:23:14.1075397Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-03-14T04:23:14.1080154Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-03-14T04:23:14.1084285Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-03-14T04:23:14.1088320Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-03-14T04:23:14.1093315Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-03-14T04:23:14.1098961Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-03-14T04:23:14.1103254Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-03-14T04:23:14.1106948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-03-14T04:23:14.1111230Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-03-14T04:23:14.1117727Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-03-14T04:23:14.1124780Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-03-14T04:23:14.1128559Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-03-14T04:23:14.1132136Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-03-14T04:23:14.1136731Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-03-14T04:23:14.1140481Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-03-14T04:23:14.1144070Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-03-14T04:23:14.1149076Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-03-14T04:23:14.1152454Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-03-14T04:23:14.1155995Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-03-14T04:23:14.1159537Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-03-14T04:23:14.1166268Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-03-14T04:23:14.1170916Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-03-14T04:23:14.1175017Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-03-14T04:23:14.1180153Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-03-14T04:23:14.1184293Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-03-14T04:23:14.1217783Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-03-14T04:23:14.1218354Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-03-14T04:23:14.1218986Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-03-14T04:23:14.1219630Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-03-14T04:23:14.1220252Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-03-14T04:23:14.1220825Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-03-14T04:23:14.1221407Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-03-14T04:23:14.1223325Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-03-14T04:23:14.1227220Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-03-14T04:23:14.1233393Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-03-14T04:23:14.1238481Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-03-14T04:23:14.1242314Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-03-14T04:23:14.1245978Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-03-14T04:23:14.1249833Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-03-14T04:23:14.1254852Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-03-14T04:23:14.1258628Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-03-14T04:23:14.1264196Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-03-14T04:23:14.1268229Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-03-14T04:23:14.1272542Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-03-14T04:23:14.1276041Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-03-14T04:23:14.1279457Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-03-14T04:23:14.1282785Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-03-14T04:23:14.1286546Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-03-14T04:23:14.1290134Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-03-14T04:23:14.1293169Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-03-14T04:23:14.1304324Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-03-14T04:23:14.1308075Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-03-14T04:23:14.1314324Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-03-14T04:23:14.1318108Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-03-14T04:23:14.1322305Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-03-14T04:23:14.1325842Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-03-14T04:23:14.1329273Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-03-14T04:23:14.1337451Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-03-14T04:23:14.1341275Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-03-14T04:23:14.1347187Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-03-14T04:23:14.1352980Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-03-14T04:23:14.1366077Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-03-14T04:23:14.1370158Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-03-14T04:23:14.1373126Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-03-14T04:23:14.1378869Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-03-14T04:23:14.1382552Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-03-14T04:23:14.1386223Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-03-14T04:23:14.1389703Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-03-14T04:23:14.1392510Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-03-14T04:23:14.1397322Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-03-14T04:23:14.1403125Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-03-14T04:23:14.1406312Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-03-14T04:23:14.1409518Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-03-14T04:23:14.1412515Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-03-14T04:23:14.1416233Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-03-14T04:23:14.1419557Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-03-14T04:23:14.1422619Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-03-14T04:23:14.1425456Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-03-14T04:23:14.1429612Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-03-14T04:23:14.1433100Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-03-14T04:23:14.1436141Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-03-14T04:23:14.1438993Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-03-14T04:23:14.1441864Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-03-14T04:23:14.1444686Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-03-14T04:23:14.1447741Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-03-14T04:23:14.1450578Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-03-14T04:23:14.1453353Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-03-14T04:23:14.1456367Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-03-14T04:23:14.1460015Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-03-14T04:23:14.1463842Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-03-14T04:23:14.1466941Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-03-14T04:23:14.1471206Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-03-14T04:23:14.1474423Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-03-14T04:23:14.1477309Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-03-14T04:23:14.1493333Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-03-14T04:23:14.1497693Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-03-14T04:23:14.1505097Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-03-14T04:23:14.1509371Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-03-14T04:23:14.1512463Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-03-14T04:23:14.1515624Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-03-14T04:23:14.1520773Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-03-14T04:23:14.1525179Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-03-14T04:23:14.1579154Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-03-14T04:23:14.1594270Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-03-14T04:23:14.1600686Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-03-14T04:23:14.1605141Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-03-14T04:23:14.1608288Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-03-14T04:23:14.1616794Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-03-14T04:23:14.1622125Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-03-14T04:23:14.1625482Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-03-14T04:23:14.1628889Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-03-14T04:23:14.1632178Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-03-14T04:23:14.1635444Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-03-14T04:23:14.1639433Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-03-14T04:23:14.1644742Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-03-14T04:23:14.1648189Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-03-14T04:23:14.1651297Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-03-14T04:23:14.1654230Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-03-14T04:23:14.1657359Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-03-14T04:23:14.1660260Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-03-14T04:23:14.1663602Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-03-14T04:23:14.1666550Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-03-14T04:23:14.1669763Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-03-14T04:23:14.1689996Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-03-14T04:23:14.1690371Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-03-14T04:23:14.1690755Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-03-14T04:23:14.1691239Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-03-14T04:23:14.1693318Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-03-14T04:23:14.1697918Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-03-14T04:23:14.1701984Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-03-14T04:23:14.1705561Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-03-14T04:23:14.1709026Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-03-14T04:23:14.1712236Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-03-14T04:23:14.1715625Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-03-14T04:23:14.1718770Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-03-14T04:23:14.1722431Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-03-14T04:23:14.1726188Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-03-14T04:23:14.1730371Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-03-14T04:23:14.1733729Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-03-14T04:23:14.1736834Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-03-14T04:23:14.1744092Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-03-14T04:23:14.1747688Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-03-14T04:23:14.1753757Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-03-14T04:23:14.1757353Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-03-14T04:23:14.1760625Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-03-14T04:23:14.1764504Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-03-14T04:23:14.1767848Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-03-14T04:23:14.1773236Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-03-14T04:23:14.1776412Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-03-14T04:23:14.1779487Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-03-14T04:23:14.1782628Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-03-14T04:23:14.1785778Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-03-14T04:23:14.1791805Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-03-14T04:23:14.1795227Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-03-14T04:23:14.1799371Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-03-14T04:23:14.1802924Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-03-14T04:23:14.1812344Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-03-14T04:23:14.1819506Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-03-14T04:23:14.1824780Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-03-14T04:23:14.1845734Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-03-14T04:23:14.1852122Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-03-14T04:23:14.1856344Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-03-14T04:23:14.1861178Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-03-14T04:23:14.1865062Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-03-14T04:23:14.1868837Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-03-14T04:23:14.1873515Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-03-14T04:23:14.1877780Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-03-14T04:23:14.1881310Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-03-14T04:23:14.1886648Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-03-14T04:23:14.1891290Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-03-14T04:23:14.1894988Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-03-14T04:23:14.1899351Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-03-14T04:23:14.1902822Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-03-14T04:23:14.1911020Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-03-14T04:23:14.1914759Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-03-14T04:23:14.1919133Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-03-14T04:23:14.1922243Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-03-14T04:23:14.1926219Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-03-14T04:23:14.1929697Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-03-14T04:23:14.1933023Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-03-14T04:23:14.1936255Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-03-14T04:23:14.1939580Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-03-14T04:23:14.1943208Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-03-14T04:23:14.1947627Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-03-14T04:23:14.1951547Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-03-14T04:23:14.1954351Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-03-14T04:23:14.1965630Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-03-14T04:23:14.1969782Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-03-14T04:23:14.1973197Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-03-14T04:23:14.1976645Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-03-14T04:23:14.1979857Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-03-14T04:23:14.1984517Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-03-14T04:23:14.1989183Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-03-14T04:23:14.1993120Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-03-14T04:23:14.1996373Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-03-14T04:23:14.1999770Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-03-14T04:23:14.2003008Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-03-14T04:23:14.2006042Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-03-14T04:23:14.2010220Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-03-14T04:23:14.2013645Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-03-14T04:23:14.2016977Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-03-14T04:23:14.2020556Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-03-14T04:23:14.2023574Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-03-14T04:23:14.2030291Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-03-14T04:23:14.2034178Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-03-14T04:23:14.2041860Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-03-14T04:23:14.2051031Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-03-14T04:23:14.2061010Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-03-14T04:23:14.2061609Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-03-14T04:23:14.2065095Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-03-14T04:23:14.2068194Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-03-14T04:23:14.2076213Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-03-14T04:23:14.2080963Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-03-14T04:23:14.2084591Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-03-14T04:23:14.2087949Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-03-14T04:23:14.2091647Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-03-14T04:23:14.2095181Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-03-14T04:23:14.2098779Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-03-14T04:23:14.2103673Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-03-14T04:23:14.2120646Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-03-14T04:23:14.2125006Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-03-14T04:23:14.2128892Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-03-14T04:23:14.2131544Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-03-14T04:23:14.2135586Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-03-14T04:23:14.2138955Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-03-14T04:23:14.2142302Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-03-14T04:23:14.2147133Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-03-14T04:23:14.2152056Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-03-14T04:23:14.2154852Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-03-14T04:23:14.2157920Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-03-14T04:23:14.2160900Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-03-14T04:23:14.2163961Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-03-14T04:23:14.2168529Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-03-14T04:23:14.2171780Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-03-14T04:23:14.2176358Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-03-14T04:23:14.2178980Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-03-14T04:23:14.2199775Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-03-14T04:23:14.2200332Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-03-14T04:23:14.2200796Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-03-14T04:23:14.2201330Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-03-14T04:23:14.2201886Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-03-14T04:23:14.2202437Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-03-14T04:23:14.2205746Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-03-14T04:23:14.2208797Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-03-14T04:23:14.2212237Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-03-14T04:23:14.2215147Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-03-14T04:23:14.2220513Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-03-14T04:23:14.2224477Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-03-14T04:23:14.2228908Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-03-14T04:23:14.2234299Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h' 2025-03-14T04:23:14.2241864Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-03-14T04:23:14.2250603Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-03-14T04:23:14.2254502Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-03-14T04:23:14.2259070Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-03-14T04:23:14.2263028Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-03-14T04:23:14.2267455Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-03-14T04:23:14.2271021Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-03-14T04:23:14.2274309Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-03-14T04:23:14.2278294Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-03-14T04:23:14.2282046Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-03-14T04:23:14.2285169Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-03-14T04:23:14.2288349Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-03-14T04:23:14.2292534Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-03-14T04:23:14.2302379Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-03-14T04:23:14.2306914Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-03-14T04:23:14.2310278Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-03-14T04:23:14.2317582Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-03-14T04:23:14.2325280Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-03-14T04:23:14.2330316Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-03-14T04:23:14.2335279Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-03-14T04:23:14.2338179Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-03-14T04:23:14.2341111Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-03-14T04:23:14.2344056Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-03-14T04:23:14.2346906Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-03-14T04:23:14.2350674Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-03-14T04:23:14.2353582Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-03-14T04:23:14.2356655Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-03-14T04:23:14.2361907Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-03-14T04:23:14.2365345Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-03-14T04:23:14.2368778Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-03-14T04:23:14.2375357Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-03-14T04:23:14.2380186Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-03-14T04:23:14.2384686Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-03-14T04:23:14.2395112Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-03-14T04:23:14.2400281Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-03-14T04:23:14.2405367Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-03-14T04:23:14.2410529Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-03-14T04:23:14.2414863Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-03-14T04:23:14.2418043Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-03-14T04:23:14.2421957Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-03-14T04:23:14.2425354Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-03-14T04:23:14.2428848Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-03-14T04:23:14.2432163Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-03-14T04:23:14.2435367Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-03-14T04:23:14.2440576Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-03-14T04:23:14.2445179Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-03-14T04:23:14.2447925Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-03-14T04:23:14.2453174Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-03-14T04:23:14.2456406Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-03-14T04:23:14.2459318Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-03-14T04:23:14.2462646Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-03-14T04:23:14.2465680Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-03-14T04:23:14.2468719Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-03-14T04:23:14.2471669Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-03-14T04:23:14.2474572Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-03-14T04:23:14.2482683Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-03-14T04:23:14.2486516Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-03-14T04:23:14.2489802Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-03-14T04:23:14.2493325Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-03-14T04:23:14.2496414Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-03-14T04:23:14.2499364Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-03-14T04:23:14.2502829Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-03-14T04:23:14.2506325Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-03-14T04:23:14.2509674Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-03-14T04:23:14.2512899Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-03-14T04:23:14.2519102Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-03-14T04:23:14.2522696Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-03-14T04:23:14.2525647Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-03-14T04:23:14.2535382Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-03-14T04:23:14.2541600Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-03-14T04:23:14.2546631Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-03-14T04:23:14.2558203Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-03-14T04:23:14.2562247Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-03-14T04:23:14.2569554Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-03-14T04:23:14.2574116Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-03-14T04:23:14.2577700Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-03-14T04:23:14.2581981Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-03-14T04:23:14.2585177Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-03-14T04:23:14.2606121Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-03-14T04:23:14.2611615Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-03-14T04:23:14.2614890Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-03-14T04:23:14.2618572Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-03-14T04:23:14.2621703Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-03-14T04:23:14.2626342Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-03-14T04:23:14.2630599Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-03-14T04:23:14.2633838Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-03-14T04:23:14.2638021Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-03-14T04:23:14.2641614Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-03-14T04:23:14.2646290Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-03-14T04:23:14.2650807Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-03-14T04:23:14.2653936Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-03-14T04:23:14.2657703Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-03-14T04:23:14.2662073Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-03-14T04:23:14.2665136Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-03-14T04:23:14.2668409Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-03-14T04:23:14.2671465Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-03-14T04:23:14.2674682Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-03-14T04:23:14.2680321Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-03-14T04:23:14.2683186Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-03-14T04:23:14.2717980Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-03-14T04:23:14.2718465Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-03-14T04:23:14.2718952Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-03-14T04:23:14.2719435Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-03-14T04:23:14.2719890Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-03-14T04:23:14.2720353Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-03-14T04:23:14.2720853Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-03-14T04:23:14.2721353Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-03-14T04:23:14.2721796Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-03-14T04:23:14.2723899Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-03-14T04:23:14.2726223Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-03-14T04:23:14.2729752Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-03-14T04:23:14.2732440Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-03-14T04:23:14.2735621Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-03-14T04:23:14.2738521Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-03-14T04:23:14.2741791Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-03-14T04:23:14.2744675Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-03-14T04:23:14.2747579Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-03-14T04:23:14.2757959Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-03-14T04:23:14.2761100Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-03-14T04:23:14.2763988Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-03-14T04:23:14.2766882Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-03-14T04:23:14.2770292Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-03-14T04:23:14.2773367Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-03-14T04:23:14.2776306Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-03-14T04:23:14.2779544Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-03-14T04:23:14.2782555Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-03-14T04:23:14.2785506Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-03-14T04:23:14.2788425Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-03-14T04:23:14.2791417Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-03-14T04:23:14.2794505Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-03-14T04:23:14.2797836Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-03-14T04:23:14.2801166Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-03-14T04:23:14.2804276Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-03-14T04:23:14.2807469Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-03-14T04:23:14.2810457Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-03-14T04:23:14.2813388Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-03-14T04:23:14.2816347Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-03-14T04:23:14.2819353Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-03-14T04:23:14.2822410Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-03-14T04:23:14.2825331Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-03-14T04:23:14.2828329Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-03-14T04:23:14.2831270Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-03-14T04:23:14.2834336Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-03-14T04:23:14.2837629Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-03-14T04:23:14.2840979Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-03-14T04:23:14.2843958Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-03-14T04:23:14.2846850Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-03-14T04:23:14.2849754Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-03-14T04:23:14.2852700Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-03-14T04:23:14.2855785Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-03-14T04:23:14.2858605Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-03-14T04:23:14.2861446Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-03-14T04:23:14.2864571Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-03-14T04:23:14.2867435Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-03-14T04:23:14.2870224Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-03-14T04:23:14.2873211Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-03-14T04:23:14.2876359Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-03-14T04:23:14.2879274Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-03-14T04:23:14.2882311Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-03-14T04:23:14.2885325Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-03-14T04:23:14.2888346Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-03-14T04:23:14.2891381Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-03-14T04:23:14.2894344Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-03-14T04:23:14.2897296Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-03-14T04:23:14.2900828Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-03-14T04:23:14.2904011Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-03-14T04:23:14.2908168Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-03-14T04:23:14.2911302Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-03-14T04:23:14.2914378Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-03-14T04:23:14.2917459Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-03-14T04:23:14.2920793Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-03-14T04:23:14.2923793Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-03-14T04:23:14.2926712Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-03-14T04:23:14.2929580Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-03-14T04:23:14.2932424Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-03-14T04:23:14.2935516Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-03-14T04:23:14.2938396Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-03-14T04:23:14.2941294Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-03-14T04:23:14.2944831Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-03-14T04:23:14.2947881Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-03-14T04:23:14.2950890Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-03-14T04:23:14.2953797Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-03-14T04:23:14.2957220Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-03-14T04:23:14.2960510Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-03-14T04:23:14.2963811Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-03-14T04:23:14.2967783Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-03-14T04:23:14.2971336Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-03-14T04:23:14.2974778Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-03-14T04:23:14.2978593Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-03-14T04:23:14.2982270Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-03-14T04:23:14.2985771Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-03-14T04:23:14.2989351Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-03-14T04:23:14.2992452Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-03-14T04:23:14.2995629Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-03-14T04:23:14.2998710Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-03-14T04:23:14.3003024Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-03-14T04:23:14.3006627Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-03-14T04:23:14.3009606Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-03-14T04:23:14.3014153Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-03-14T04:23:14.3018024Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-03-14T04:23:14.3021390Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-03-14T04:23:14.3032357Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-03-14T04:23:14.3036797Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-03-14T04:23:14.3040156Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-03-14T04:23:14.3043905Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-03-14T04:23:14.3048724Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-03-14T04:23:14.3052237Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-03-14T04:23:14.3055273Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-03-14T04:23:14.3058843Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-03-14T04:23:14.3062983Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-03-14T04:23:14.3066317Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-03-14T04:23:14.3071022Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-03-14T04:23:14.3087774Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-03-14T04:23:14.3092854Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-03-14T04:23:14.3112225Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-03-14T04:23:14.3112560Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-03-14T04:23:14.3112793Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-03-14T04:23:14.3112973Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-03-14T04:23:14.3113200Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-03-14T04:23:14.3117457Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-03-14T04:23:14.3121051Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-03-14T04:23:14.3124048Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-03-14T04:23:14.3127025Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-03-14T04:23:14.3130378Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-03-14T04:23:14.3132947Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-03-14T04:23:14.3141685Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-03-14T04:23:14.3146468Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-03-14T04:23:14.3150324Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-03-14T04:23:14.3153683Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-03-14T04:23:14.3156889Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-03-14T04:23:14.3160039Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-03-14T04:23:14.3163090Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-03-14T04:23:14.3167313Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-03-14T04:23:14.3171494Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-03-14T04:23:14.3175978Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-03-14T04:23:14.3180379Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-03-14T04:23:14.3210395Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-03-14T04:23:14.3210658Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-03-14T04:23:14.3210828Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-03-14T04:23:14.3210973Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-03-14T04:23:14.3211145Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-03-14T04:23:14.3211331Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-03-14T04:23:14.3211514Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-03-14T04:23:14.3214472Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-03-14T04:23:14.3219807Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-03-14T04:23:14.3230023Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-03-14T04:23:14.3234813Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-03-14T04:23:14.3237996Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-03-14T04:23:14.3240851Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-03-14T04:23:14.3244955Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-03-14T04:23:14.3247224Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-03-14T04:23:14.3250193Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-03-14T04:23:14.3253881Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-03-14T04:23:14.3257007Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-03-14T04:23:14.3260799Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-03-14T04:23:14.3263439Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-03-14T04:23:14.3268229Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-03-14T04:23:14.3273726Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-03-14T04:23:14.3277380Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-03-14T04:23:14.3281135Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-03-14T04:23:14.3284412Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-03-14T04:23:14.3287972Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-03-14T04:23:14.3291459Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-03-14T04:23:14.3294308Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-03-14T04:23:14.3297363Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-03-14T04:23:14.3300421Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-03-14T04:23:14.3304139Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-03-14T04:23:14.3324066Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-03-14T04:23:14.3329293Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-03-14T04:23:14.3333234Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-03-14T04:23:14.3340168Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-03-14T04:23:14.3343983Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-03-14T04:23:14.3347732Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-03-14T04:23:14.3350717Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-03-14T04:23:14.3354225Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-03-14T04:23:14.3358003Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-03-14T04:23:14.3363069Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-03-14T04:23:14.3370026Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-03-14T04:23:14.3373854Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-03-14T04:23:14.3377513Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-03-14T04:23:14.3381873Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-03-14T04:23:14.3386939Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-03-14T04:23:14.3390574Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-03-14T04:23:14.3393857Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-03-14T04:23:14.3398623Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-03-14T04:23:14.3402490Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-03-14T04:23:14.3407646Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-03-14T04:23:14.3411505Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-03-14T04:23:14.3417613Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-03-14T04:23:14.3421905Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-03-14T04:23:14.3425113Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-03-14T04:23:14.3428911Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-03-14T04:23:14.3432739Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-03-14T04:23:14.3436772Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-03-14T04:23:14.3441232Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-03-14T04:23:14.3445982Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-03-14T04:23:14.3449355Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-03-14T04:23:14.3457184Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-03-14T04:23:14.3461265Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-03-14T04:23:14.3464770Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-03-14T04:23:14.3468657Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-03-14T04:23:14.3475149Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-03-14T04:23:14.3478905Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-03-14T04:23:14.3482237Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-03-14T04:23:14.3488789Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-03-14T04:23:14.3492942Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-03-14T04:23:14.3496652Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-03-14T04:23:14.3505998Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-03-14T04:23:14.3509679Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-03-14T04:23:14.3512990Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-03-14T04:23:14.3519444Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-03-14T04:23:14.3524638Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-03-14T04:23:14.3531948Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-03-14T04:23:14.3542173Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-03-14T04:23:14.3547063Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-03-14T04:23:14.3550419Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-03-14T04:23:14.3555765Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-03-14T04:23:14.3558462Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-03-14T04:23:14.3562942Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-03-14T04:23:14.3567171Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-03-14T04:23:14.3570006Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-03-14T04:23:14.3573340Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-03-14T04:23:14.3576501Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-03-14T04:23:14.3579463Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-03-14T04:23:14.3582804Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-03-14T04:23:14.3586382Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-03-14T04:23:14.3589660Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-03-14T04:23:14.3592624Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-03-14T04:23:14.3596932Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-03-14T04:23:14.3600439Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-03-14T04:23:14.3604901Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-03-14T04:23:14.3608766Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-03-14T04:23:14.3613092Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-03-14T04:23:14.3617362Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-03-14T04:23:14.3622082Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-03-14T04:23:14.3625490Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-03-14T04:23:14.3628978Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-03-14T04:23:14.3632162Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-03-14T04:23:14.3636795Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-03-14T04:23:14.3640669Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-03-14T04:23:14.3645872Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-03-14T04:23:14.3649931Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-03-14T04:23:14.3653304Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-03-14T04:23:14.3656830Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-03-14T04:23:14.3659932Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-03-14T04:23:14.3666604Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-03-14T04:23:14.3826516Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-03-14T04:23:14.3830224Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-03-14T04:23:14.3833601Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-03-14T04:23:14.3837195Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-03-14T04:23:14.3842289Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-03-14T04:23:14.3848181Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-03-14T04:23:14.3851906Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-03-14T04:23:14.3855541Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-03-14T04:23:14.3858749Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-03-14T04:23:14.3862440Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-03-14T04:23:14.3865673Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-03-14T04:23:14.3869320Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-03-14T04:23:14.3873483Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-03-14T04:23:14.3877237Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-03-14T04:23:14.3880336Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-03-14T04:23:14.3884205Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-03-14T04:23:14.3887962Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-03-14T04:23:14.3891400Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-03-14T04:23:14.3894817Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-03-14T04:23:14.3898220Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-03-14T04:23:14.3901309Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-03-14T04:23:14.3904668Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-03-14T04:23:14.3907746Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-03-14T04:23:14.3911755Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-03-14T04:23:14.3915596Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-03-14T04:23:14.3918806Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-03-14T04:23:14.3922594Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-03-14T04:23:14.3925471Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-03-14T04:23:14.3928496Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-03-14T04:23:14.3932395Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-03-14T04:23:14.3940756Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-03-14T04:23:14.3945036Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-03-14T04:23:14.3949513Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-03-14T04:23:14.3953554Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-03-14T04:23:14.3956826Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-03-14T04:23:14.3959845Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-03-14T04:23:14.3963541Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-03-14T04:23:14.3966863Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-03-14T04:23:14.3970439Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-03-14T04:23:14.3974896Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-03-14T04:23:14.3980445Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-03-14T04:23:14.3984240Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-03-14T04:23:14.3987409Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-03-14T04:23:14.3991350Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-03-14T04:23:14.3994376Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-03-14T04:23:14.3997572Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-03-14T04:23:14.4001758Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-03-14T04:23:14.4004643Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-03-14T04:23:14.4007585Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-03-14T04:23:14.4010779Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-03-14T04:23:14.4014727Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-03-14T04:23:14.4018971Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-03-14T04:23:14.4022597Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-03-14T04:23:14.4027297Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-03-14T04:23:14.4030846Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-03-14T04:23:14.4034815Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-03-14T04:23:14.4038428Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-03-14T04:23:14.4042187Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-03-14T04:23:14.4047737Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-03-14T04:23:14.4051950Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-03-14T04:23:14.4057323Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-03-14T04:23:14.4061707Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-03-14T04:23:14.4065369Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-03-14T04:23:14.4069157Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-03-14T04:23:14.4072460Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-03-14T04:23:14.4075722Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-03-14T04:23:14.4079155Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-03-14T04:23:14.4084226Z adding 'torch/include/torch/csrc/stable/library.h' 2025-03-14T04:23:14.4088360Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-03-14T04:23:14.4093415Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-03-14T04:23:14.4096821Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-03-14T04:23:14.4099868Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-03-14T04:23:14.4103455Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-03-14T04:23:14.4107027Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-03-14T04:23:14.4129473Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-03-14T04:23:14.4135112Z adding 'torch/include/torch/csrc/utils/init.h' 2025-03-14T04:23:14.4138622Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-03-14T04:23:14.4141205Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-03-14T04:23:14.4144611Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-03-14T04:23:14.4147830Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-03-14T04:23:14.4151224Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-03-14T04:23:14.4156785Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-03-14T04:23:14.4160055Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-03-14T04:23:14.4163435Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-03-14T04:23:14.4177014Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-03-14T04:23:14.4181355Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-03-14T04:23:14.4184647Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-03-14T04:23:14.4188512Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-03-14T04:23:14.4217937Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-03-14T04:23:14.4218119Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-03-14T04:23:14.4218276Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-03-14T04:23:14.4218416Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-03-14T04:23:14.4218573Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-03-14T04:23:14.4218776Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-03-14T04:23:14.4218930Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-03-14T04:23:14.4230937Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-03-14T04:23:14.4235843Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-03-14T04:23:14.4239218Z adding 'torch/include/torch/csrc/utils/six.h' 2025-03-14T04:23:14.4242333Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-03-14T04:23:14.4245284Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-03-14T04:23:14.4248308Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-03-14T04:23:14.4252358Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-03-14T04:23:14.4254815Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-03-14T04:23:14.4257676Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-03-14T04:23:14.4260606Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-03-14T04:23:14.4264160Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-03-14T04:23:14.4268257Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-03-14T04:23:14.4270413Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-03-14T04:23:14.4273707Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-03-14T04:23:14.4278209Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-03-14T04:23:14.4283089Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-03-14T04:23:14.4286641Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-03-14T04:23:14.4290300Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-03-14T04:23:14.4293320Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-03-14T04:23:14.4296967Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-03-14T04:23:14.4300014Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-03-14T04:23:14.4303114Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-03-14T04:23:14.4309491Z adding 'torch/jit/__init__.py' 2025-03-14T04:23:14.4313655Z adding 'torch/jit/_async.py' 2025-03-14T04:23:14.4316798Z adding 'torch/jit/_await.py' 2025-03-14T04:23:14.4321174Z adding 'torch/jit/_builtins.py' 2025-03-14T04:23:14.4326373Z adding 'torch/jit/_check.py' 2025-03-14T04:23:14.4331091Z adding 'torch/jit/_dataclass_impls.py' 2025-03-14T04:23:14.4334237Z adding 'torch/jit/_decomposition_utils.py' 2025-03-14T04:23:14.4338132Z adding 'torch/jit/_decompositions.py' 2025-03-14T04:23:14.4343525Z adding 'torch/jit/_freeze.py' 2025-03-14T04:23:14.4348286Z adding 'torch/jit/_fuser.py' 2025-03-14T04:23:14.4351526Z adding 'torch/jit/_ir_utils.py' 2025-03-14T04:23:14.4354372Z adding 'torch/jit/_logging.py' 2025-03-14T04:23:14.4359010Z adding 'torch/jit/_monkeytype_config.py' 2025-03-14T04:23:14.4362334Z adding 'torch/jit/_pickle.py' 2025-03-14T04:23:14.4379255Z adding 'torch/jit/_recursive.py' 2025-03-14T04:23:14.4405202Z adding 'torch/jit/_script.py' 2025-03-14T04:23:14.4411397Z adding 'torch/jit/_script.pyi' 2025-03-14T04:23:14.4416716Z adding 'torch/jit/_serialization.py' 2025-03-14T04:23:14.4432533Z adding 'torch/jit/_shape_functions.py' 2025-03-14T04:23:14.4437420Z adding 'torch/jit/_state.py' 2025-03-14T04:23:14.4457597Z adding 'torch/jit/_trace.py' 2025-03-14T04:23:14.4466937Z adding 'torch/jit/annotations.py' 2025-03-14T04:23:14.4483222Z adding 'torch/jit/frontend.py' 2025-03-14T04:23:14.4487446Z adding 'torch/jit/generate_bytecode.py' 2025-03-14T04:23:14.4490629Z adding 'torch/jit/quantized.py' 2025-03-14T04:23:14.4495908Z adding 'torch/jit/supported_ops.py' 2025-03-14T04:23:14.4499601Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-03-14T04:23:14.4503495Z adding 'torch/jit/_passes/__init__.py' 2025-03-14T04:23:14.4506933Z adding 'torch/jit/_passes/_property_propagation.py' 2025-03-14T04:23:14.4512277Z adding 'torch/jit/mobile/__init__.py' 2025-03-14T04:23:14.5438931Z adding 'torch/lib/XNNPACK.lib' 2025-03-14T04:23:14.5504408Z adding 'torch/lib/_C.lib' 2025-03-14T04:23:14.5608900Z adding 'torch/lib/aoti_custom_ops.dll' 2025-03-14T04:23:14.5622060Z adding 'torch/lib/aoti_custom_ops.lib' 2025-03-14T04:23:14.5825372Z adding 'torch/lib/asmjit.dll' 2025-03-14T04:23:14.5858279Z adding 'torch/lib/asmjit.lib' 2025-03-14T04:23:14.5965008Z adding 'torch/lib/backend_with_compiler.dll' 2025-03-14T04:23:14.5978600Z adding 'torch/lib/backend_with_compiler.lib' 2025-03-14T04:23:14.6426968Z adding 'torch/lib/c10.dll' 2025-03-14T04:23:14.6601263Z adding 'torch/lib/c10.lib' 2025-03-14T04:23:14.6665586Z adding 'torch/lib/cpuinfo.lib' 2025-03-14T04:23:30.8443878Z adding 'torch/lib/dnnl.lib' 2025-03-14T04:23:32.5793242Z adding 'torch/lib/fbgemm.dll' 2025-03-14T04:23:32.6088548Z adding 'torch/lib/fbgemm.lib' 2025-03-14T04:23:32.6516263Z adding 'torch/lib/fmt.lib' 2025-03-14T04:23:32.6632053Z adding 'torch/lib/jitbackend_test.dll' 2025-03-14T04:23:32.6644248Z adding 'torch/lib/jitbackend_test.lib' 2025-03-14T04:23:33.1760153Z adding 'torch/lib/kineto.lib' 2025-03-14T04:23:33.3657797Z adding 'torch/lib/libprotobuf-lite.lib' 2025-03-14T04:23:34.2300476Z adding 'torch/lib/libprotobuf.lib' 2025-03-14T04:23:35.2428724Z adding 'torch/lib/libprotoc.lib' 2025-03-14T04:23:35.4268515Z adding 'torch/lib/microkernels-prod.lib' 2025-03-14T04:23:35.4409989Z adding 'torch/lib/pthreadpool.lib' 2025-03-14T04:23:35.4423468Z adding 'torch/lib/shm.dll' 2025-03-14T04:23:35.4428691Z adding 'torch/lib/shm.lib' 2025-03-14T04:23:35.8072034Z adding 'torch/lib/sleef.lib' 2025-03-14T04:23:35.8251438Z adding 'torch/lib/torch.dll' 2025-03-14T04:23:35.8255141Z adding 'torch/lib/torch.lib' 2025-03-14T04:23:41.4963705Z adding 'torch/lib/torch_cpu.dll' 2025-03-14T04:23:42.3089363Z adding 'torch/lib/torch_cpu.lib' 2025-03-14T04:23:42.3745408Z adding 'torch/lib/torch_global_deps.dll' 2025-03-14T04:23:43.0794373Z adding 'torch/lib/torch_python.dll' 2025-03-14T04:23:43.1210376Z adding 'torch/lib/torch_python.lib' 2025-03-14T04:23:43.1428350Z adding 'torch/lib/torchbind_test.dll' 2025-03-14T04:23:43.1450105Z adding 'torch/lib/torchbind_test.lib' 2025-03-14T04:23:43.1487207Z adding 'torch/linalg/__init__.py' 2025-03-14T04:23:43.1494333Z adding 'torch/masked/__init__.py' 2025-03-14T04:23:43.1501864Z adding 'torch/masked/_docs.py' 2025-03-14T04:23:43.1526457Z adding 'torch/masked/_ops.py' 2025-03-14T04:23:43.1530927Z adding 'torch/masked/maskedtensor/__init__.py' 2025-03-14T04:23:43.1538266Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-03-14T04:23:43.1542080Z adding 'torch/masked/maskedtensor/binary.py' 2025-03-14T04:23:43.1548524Z adding 'torch/masked/maskedtensor/core.py' 2025-03-14T04:23:43.1551970Z adding 'torch/masked/maskedtensor/creation.py' 2025-03-14T04:23:43.1555418Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-03-14T04:23:43.1559696Z adding 'torch/masked/maskedtensor/reductions.py' 2025-03-14T04:23:43.1563714Z adding 'torch/masked/maskedtensor/unary.py' 2025-03-14T04:23:43.1567896Z adding 'torch/monitor/__init__.py' 2025-03-14T04:23:43.1573333Z adding 'torch/mps/__init__.py' 2025-03-14T04:23:43.1576907Z adding 'torch/mps/event.py' 2025-03-14T04:23:43.1580539Z adding 'torch/mps/profiler.py' 2025-03-14T04:23:43.1587256Z adding 'torch/mtia/__init__.py' 2025-03-14T04:23:43.1590880Z adding 'torch/mtia/_utils.py' 2025-03-14T04:23:43.1594090Z adding 'torch/mtia/memory.py' 2025-03-14T04:23:43.1598599Z adding 'torch/multiprocessing/__init__.py' 2025-03-14T04:23:43.1602049Z adding 'torch/multiprocessing/_atfork.py' 2025-03-14T04:23:43.1605305Z adding 'torch/multiprocessing/pool.py' 2025-03-14T04:23:43.1608540Z adding 'torch/multiprocessing/queue.py' 2025-03-14T04:23:43.1617406Z adding 'torch/multiprocessing/reductions.py' 2025-03-14T04:23:43.1624422Z adding 'torch/multiprocessing/spawn.py' 2025-03-14T04:23:43.1634136Z adding 'torch/nested/__init__.py' 2025-03-14T04:23:43.1638295Z adding 'torch/nested/_internal/__init__.py' 2025-03-14T04:23:43.1641753Z adding 'torch/nested/_internal/nested_int.py' 2025-03-14T04:23:43.1651009Z adding 'torch/nested/_internal/nested_tensor.py' 2025-03-14T04:23:43.1681171Z adding 'torch/nested/_internal/ops.py' 2025-03-14T04:23:43.1694988Z adding 'torch/nested/_internal/sdpa.py' 2025-03-14T04:23:43.1700794Z adding 'torch/nn/__init__.py' 2025-03-14T04:23:43.1704354Z adding 'torch/nn/_reduction.py' 2025-03-14T04:23:43.1707736Z adding 'torch/nn/common_types.py' 2025-03-14T04:23:43.1711494Z adding 'torch/nn/cpp.py' 2025-03-14T04:23:43.1780960Z adding 'torch/nn/functional.py' 2025-03-14T04:23:43.1792681Z adding 'torch/nn/functional.pyi' 2025-03-14T04:23:43.1797352Z adding 'torch/nn/grad.py' 2025-03-14T04:23:43.1805856Z adding 'torch/nn/init.py' 2025-03-14T04:23:43.1812148Z adding 'torch/nn/parameter.py' 2025-03-14T04:23:43.1815476Z adding 'torch/nn/parameter.pyi' 2025-03-14T04:23:43.1821037Z adding 'torch/nn/attention/__init__.py' 2025-03-14T04:23:43.1824861Z adding 'torch/nn/attention/_utils.py' 2025-03-14T04:23:43.1834970Z adding 'torch/nn/attention/bias.py' 2025-03-14T04:23:43.1854534Z adding 'torch/nn/attention/flex_attention.py' 2025-03-14T04:23:43.1859751Z adding 'torch/nn/attention/experimental/__init__.py' 2025-03-14T04:23:43.1865555Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-03-14T04:23:43.1869924Z adding 'torch/nn/backends/__init__.py' 2025-03-14T04:23:43.1873347Z adding 'torch/nn/backends/thnn.py' 2025-03-14T04:23:43.1876395Z adding 'torch/nn/intrinsic/__init__.py' 2025-03-14T04:23:43.1880371Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-03-14T04:23:43.1883397Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-03-14T04:23:43.1887161Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-03-14T04:23:43.1891099Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-03-14T04:23:43.1894397Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-14T04:23:43.1897485Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-14T04:23:43.1900539Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-14T04:23:43.1904464Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-03-14T04:23:43.1908232Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-14T04:23:43.1911850Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-14T04:23:43.1914861Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-14T04:23:43.1918764Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-03-14T04:23:43.1921519Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-14T04:23:43.1924497Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-14T04:23:43.1927296Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-14T04:23:43.1932723Z adding 'torch/nn/modules/__init__.py' 2025-03-14T04:23:43.1938978Z adding 'torch/nn/modules/_functions.py' 2025-03-14T04:23:43.1955806Z adding 'torch/nn/modules/activation.py' 2025-03-14T04:23:43.1963283Z adding 'torch/nn/modules/adaptive.py' 2025-03-14T04:23:43.1973701Z adding 'torch/nn/modules/batchnorm.py' 2025-03-14T04:23:43.1978138Z adding 'torch/nn/modules/channelshuffle.py' 2025-03-14T04:23:43.1989885Z adding 'torch/nn/modules/container.py' 2025-03-14T04:23:43.2006440Z adding 'torch/nn/modules/conv.py' 2025-03-14T04:23:43.2012091Z adding 'torch/nn/modules/distance.py' 2025-03-14T04:23:43.2017056Z adding 'torch/nn/modules/dropout.py' 2025-03-14T04:23:43.2021641Z adding 'torch/nn/modules/flatten.py' 2025-03-14T04:23:43.2027550Z adding 'torch/nn/modules/fold.py' 2025-03-14T04:23:43.2033652Z adding 'torch/nn/modules/instancenorm.py' 2025-03-14T04:23:43.2040296Z adding 'torch/nn/modules/lazy.py' 2025-03-14T04:23:43.2045434Z adding 'torch/nn/modules/linear.py' 2025-03-14T04:23:43.2071077Z adding 'torch/nn/modules/loss.py' 2025-03-14T04:23:43.2112846Z adding 'torch/nn/modules/module.py' 2025-03-14T04:23:43.2121086Z adding 'torch/nn/modules/normalization.py' 2025-03-14T04:23:43.2127523Z adding 'torch/nn/modules/padding.py' 2025-03-14T04:23:43.2131910Z adding 'torch/nn/modules/pixelshuffle.py' 2025-03-14T04:23:43.2144217Z adding 'torch/nn/modules/pooling.py' 2025-03-14T04:23:43.2163689Z adding 'torch/nn/modules/rnn.py' 2025-03-14T04:23:43.2173050Z adding 'torch/nn/modules/sparse.py' 2025-03-14T04:23:43.2187223Z adding 'torch/nn/modules/transformer.py' 2025-03-14T04:23:43.2193727Z adding 'torch/nn/modules/upsampling.py' 2025-03-14T04:23:43.2197688Z adding 'torch/nn/modules/utils.py' 2025-03-14T04:23:43.2201845Z adding 'torch/nn/parallel/__init__.py' 2025-03-14T04:23:43.2205849Z adding 'torch/nn/parallel/_functions.py' 2025-03-14T04:23:43.2211352Z adding 'torch/nn/parallel/comm.py' 2025-03-14T04:23:43.2217432Z adding 'torch/nn/parallel/data_parallel.py' 2025-03-14T04:23:43.2258866Z adding 'torch/nn/parallel/distributed.py' 2025-03-14T04:23:43.2265296Z adding 'torch/nn/parallel/parallel_apply.py' 2025-03-14T04:23:43.2269859Z adding 'torch/nn/parallel/replicate.py' 2025-03-14T04:23:43.2274451Z adding 'torch/nn/parallel/scatter_gather.py' 2025-03-14T04:23:43.2278455Z adding 'torch/nn/qat/__init__.py' 2025-03-14T04:23:43.2282163Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-03-14T04:23:43.2285771Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-03-14T04:23:43.2288674Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-03-14T04:23:43.2292412Z adding 'torch/nn/qat/modules/__init__.py' 2025-03-14T04:23:43.2295382Z adding 'torch/nn/qat/modules/conv.py' 2025-03-14T04:23:43.2298356Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-03-14T04:23:43.2301363Z adding 'torch/nn/qat/modules/linear.py' 2025-03-14T04:23:43.2304912Z adding 'torch/nn/quantizable/__init__.py' 2025-03-14T04:23:43.2308523Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-03-14T04:23:43.2311545Z adding 'torch/nn/quantizable/modules/activation.py' 2025-03-14T04:23:43.2314335Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-03-14T04:23:43.2318208Z adding 'torch/nn/quantized/__init__.py' 2025-03-14T04:23:43.2321114Z adding 'torch/nn/quantized/functional.py' 2025-03-14T04:23:43.2325121Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-03-14T04:23:43.2328914Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-03-14T04:23:43.2331977Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-03-14T04:23:43.2334963Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-03-14T04:23:43.2338104Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-03-14T04:23:43.2341449Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-03-14T04:23:43.2344391Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-03-14T04:23:43.2348062Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-03-14T04:23:43.2351943Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-03-14T04:23:43.2355137Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-03-14T04:23:43.2358210Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-03-14T04:23:43.2361260Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-03-14T04:23:43.2365642Z adding 'torch/nn/quantized/modules/__init__.py' 2025-03-14T04:23:43.2368759Z adding 'torch/nn/quantized/modules/activation.py' 2025-03-14T04:23:43.2371914Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-03-14T04:23:43.2374920Z adding 'torch/nn/quantized/modules/conv.py' 2025-03-14T04:23:43.2378010Z adding 'torch/nn/quantized/modules/dropout.py' 2025-03-14T04:23:43.2381094Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-03-14T04:23:43.2384291Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-03-14T04:23:43.2387261Z adding 'torch/nn/quantized/modules/linear.py' 2025-03-14T04:23:43.2390446Z adding 'torch/nn/quantized/modules/normalization.py' 2025-03-14T04:23:43.2393373Z adding 'torch/nn/quantized/modules/rnn.py' 2025-03-14T04:23:43.2396410Z adding 'torch/nn/quantized/modules/utils.py' 2025-03-14T04:23:43.2400616Z adding 'torch/nn/utils/__init__.py' 2025-03-14T04:23:43.2404336Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-03-14T04:23:43.2410014Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-03-14T04:23:43.2414818Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-03-14T04:23:43.2420149Z adding 'torch/nn/utils/clip_grad.py' 2025-03-14T04:23:43.2424421Z adding 'torch/nn/utils/convert_parameters.py' 2025-03-14T04:23:43.2428946Z adding 'torch/nn/utils/fusion.py' 2025-03-14T04:23:43.2432646Z adding 'torch/nn/utils/init.py' 2025-03-14T04:23:43.2437020Z adding 'torch/nn/utils/memory_format.py' 2025-03-14T04:23:43.2447585Z adding 'torch/nn/utils/parametrizations.py' 2025-03-14T04:23:43.2461510Z adding 'torch/nn/utils/parametrize.py' 2025-03-14T04:23:43.2480499Z adding 'torch/nn/utils/prune.py' 2025-03-14T04:23:43.2490786Z adding 'torch/nn/utils/rnn.py' 2025-03-14T04:23:43.2498277Z adding 'torch/nn/utils/spectral_norm.py' 2025-03-14T04:23:43.2504885Z adding 'torch/nn/utils/stateless.py' 2025-03-14T04:23:43.2509809Z adding 'torch/nn/utils/weight_norm.py' 2025-03-14T04:23:43.2513873Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-03-14T04:23:43.2517883Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-03-14T04:23:43.2524212Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-03-14T04:23:43.2528786Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-03-14T04:23:43.2533857Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-03-14T04:23:43.2538832Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-03-14T04:23:43.2543082Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-03-14T04:23:43.2547121Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-03-14T04:23:43.2550905Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-03-14T04:23:43.2554516Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-03-14T04:23:43.2563990Z adding 'torch/onnx/__init__.py' 2025-03-14T04:23:43.2567586Z adding 'torch/onnx/_constants.py' 2025-03-14T04:23:43.2570904Z adding 'torch/onnx/_experimental.py' 2025-03-14T04:23:43.2574150Z adding 'torch/onnx/_flags.py' 2025-03-14T04:23:43.2577694Z adding 'torch/onnx/_globals.py' 2025-03-14T04:23:43.2581495Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-03-14T04:23:43.2587438Z adding 'torch/onnx/_type_utils.py' 2025-03-14T04:23:43.2591505Z adding 'torch/onnx/errors.py' 2025-03-14T04:23:43.2594772Z adding 'torch/onnx/operators.py' 2025-03-14T04:23:43.2599401Z adding 'torch/onnx/symbolic_caffe2.py' 2025-03-14T04:23:43.2626912Z adding 'torch/onnx/symbolic_helper.py' 2025-03-14T04:23:43.2638976Z adding 'torch/onnx/symbolic_opset10.py' 2025-03-14T04:23:43.2656456Z adding 'torch/onnx/symbolic_opset11.py' 2025-03-14T04:23:43.2663907Z adding 'torch/onnx/symbolic_opset12.py' 2025-03-14T04:23:43.2677421Z adding 'torch/onnx/symbolic_opset13.py' 2025-03-14T04:23:43.2683460Z adding 'torch/onnx/symbolic_opset14.py' 2025-03-14T04:23:43.2687033Z adding 'torch/onnx/symbolic_opset15.py' 2025-03-14T04:23:43.2691505Z adding 'torch/onnx/symbolic_opset16.py' 2025-03-14T04:23:43.2696640Z adding 'torch/onnx/symbolic_opset17.py' 2025-03-14T04:23:43.2701456Z adding 'torch/onnx/symbolic_opset18.py' 2025-03-14T04:23:43.2704743Z adding 'torch/onnx/symbolic_opset19.py' 2025-03-14T04:23:43.2708187Z adding 'torch/onnx/symbolic_opset20.py' 2025-03-14T04:23:43.2711527Z adding 'torch/onnx/symbolic_opset7.py' 2025-03-14T04:23:43.2717591Z adding 'torch/onnx/symbolic_opset8.py' 2025-03-14T04:23:43.2786382Z adding 'torch/onnx/symbolic_opset9.py' 2025-03-14T04:23:43.2819918Z adding 'torch/onnx/utils.py' 2025-03-14T04:23:43.2846018Z adding 'torch/onnx/verification.py' 2025-03-14T04:23:43.2851553Z adding 'torch/onnx/_internal/__init__.py' 2025-03-14T04:23:43.2864612Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-03-14T04:23:43.2868678Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-03-14T04:23:43.2876750Z adding 'torch/onnx/_internal/io_adapter.py' 2025-03-14T04:23:43.2883736Z adding 'torch/onnx/_internal/jit_utils.py' 2025-03-14T04:23:43.2889320Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-03-14T04:23:43.2909418Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-03-14T04:23:43.2916545Z adding 'torch/onnx/_internal/registration.py' 2025-03-14T04:23:43.2920772Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-03-14T04:23:43.2925602Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-03-14T04:23:43.2936127Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-03-14T04:23:43.2941260Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-03-14T04:23:43.2946633Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-03-14T04:23:43.2953935Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-03-14T04:23:43.2958577Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-03-14T04:23:43.2962514Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-03-14T04:23:43.2966192Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-03-14T04:23:43.2971785Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-03-14T04:23:43.2975306Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-03-14T04:23:43.2978802Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-03-14T04:23:43.2982327Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-03-14T04:23:43.2985574Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-03-14T04:23:43.2988836Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-03-14T04:23:43.2992092Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-03-14T04:23:43.2995362Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-03-14T04:23:43.2998691Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-03-14T04:23:43.3001843Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-03-14T04:23:43.3005104Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-03-14T04:23:43.3008270Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-03-14T04:23:43.3011574Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-03-14T04:23:43.3015308Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-03-14T04:23:43.3018732Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-03-14T04:23:43.3022664Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-03-14T04:23:43.3026415Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-03-14T04:23:43.3030268Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-03-14T04:23:43.3034042Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-03-14T04:23:43.3038282Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-03-14T04:23:43.3041690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-03-14T04:23:43.3045110Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-03-14T04:23:43.3048331Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-03-14T04:23:43.3051650Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-03-14T04:23:43.3054887Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-03-14T04:23:43.3058087Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-03-14T04:23:43.3061579Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-03-14T04:23:43.3065022Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-03-14T04:23:43.3068105Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-03-14T04:23:43.3071199Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-03-14T04:23:43.3074637Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-03-14T04:23:43.3077838Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-03-14T04:23:43.3081101Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-03-14T04:23:43.3084479Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-03-14T04:23:43.3087767Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-03-14T04:23:43.3091191Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-03-14T04:23:43.3094911Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-03-14T04:23:43.3098289Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-03-14T04:23:43.3102157Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-03-14T04:23:43.3105560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-03-14T04:23:43.3108714Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-03-14T04:23:43.3111839Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-03-14T04:23:43.3114879Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-03-14T04:23:43.3117986Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-03-14T04:23:43.3121289Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-03-14T04:23:43.3124521Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-03-14T04:23:43.3127962Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-03-14T04:23:43.3131125Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-03-14T04:23:43.3134747Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-03-14T04:23:43.3138080Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-03-14T04:23:43.3141398Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-03-14T04:23:43.3144668Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-03-14T04:23:43.3147831Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-03-14T04:23:43.3151041Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-03-14T04:23:43.3153991Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-03-14T04:23:43.3157957Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-03-14T04:23:43.3162802Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-03-14T04:23:43.3174002Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-03-14T04:23:43.3180351Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-03-14T04:23:43.3185335Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-03-14T04:23:43.3188607Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-03-14T04:23:43.3210693Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-03-14T04:23:43.3215855Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-03-14T04:23:43.3222286Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-03-14T04:23:43.3228776Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-03-14T04:23:43.3232173Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-03-14T04:23:43.3236469Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-03-14T04:23:43.3240809Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-03-14T04:23:43.3244261Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-03-14T04:23:43.3251414Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-03-14T04:23:43.3257305Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-03-14T04:23:43.3262104Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-03-14T04:23:43.3270437Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-03-14T04:23:43.3274299Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-03-14T04:23:43.3278421Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-03-14T04:23:43.3283844Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-03-14T04:23:43.3287975Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-03-14T04:23:43.3291353Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-03-14T04:23:43.3295012Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-03-14T04:23:43.3298790Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-03-14T04:23:43.3302367Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-03-14T04:23:43.3306122Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-03-14T04:23:43.3310033Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-03-14T04:23:43.3316048Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-03-14T04:23:43.3320892Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-03-14T04:23:43.3325189Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-03-14T04:23:43.3330248Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-03-14T04:23:43.3335804Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-03-14T04:23:43.3347982Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-03-14T04:23:43.3354437Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-03-14T04:23:43.3367497Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-03-14T04:23:43.3372846Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-03-14T04:23:43.3376419Z adding 'torch/onnx/_internal/fx/registration.py' 2025-03-14T04:23:43.3382724Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-03-14T04:23:43.3387787Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-03-14T04:23:43.3391776Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-03-14T04:23:43.3395333Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-03-14T04:23:43.3399264Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-03-14T04:23:43.3403352Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-03-14T04:23:43.3407269Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-03-14T04:23:43.3411865Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-03-14T04:23:43.3425238Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-03-14T04:23:43.3430369Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-03-14T04:23:43.3446808Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-03-14T04:23:43.3452148Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-03-14T04:23:43.3456614Z adding 'torch/optim/__init__.py' 2025-03-14T04:23:43.3466083Z adding 'torch/optim/_adafactor.py' 2025-03-14T04:23:43.3470356Z adding 'torch/optim/_functional.py' 2025-03-14T04:23:43.3476945Z adding 'torch/optim/adadelta.py' 2025-03-14T04:23:43.3485201Z adding 'torch/optim/adagrad.py' 2025-03-14T04:23:43.3498214Z adding 'torch/optim/adam.py' 2025-03-14T04:23:43.3506171Z adding 'torch/optim/adamax.py' 2025-03-14T04:23:43.3511313Z adding 'torch/optim/adamw.py' 2025-03-14T04:23:43.3518149Z adding 'torch/optim/asgd.py' 2025-03-14T04:23:43.3532063Z adding 'torch/optim/lbfgs.py' 2025-03-14T04:23:43.3555234Z adding 'torch/optim/lr_scheduler.py' 2025-03-14T04:23:43.3578296Z adding 'torch/optim/nadam.py' 2025-03-14T04:23:43.3584239Z adding 'torch/optim/optimizer.py' 2025-03-14T04:23:43.3593213Z adding 'torch/optim/radam.py' 2025-03-14T04:23:43.3601865Z adding 'torch/optim/rmsprop.py' 2025-03-14T04:23:43.3608733Z adding 'torch/optim/rprop.py' 2025-03-14T04:23:43.3616549Z adding 'torch/optim/sgd.py' 2025-03-14T04:23:43.3622210Z adding 'torch/optim/sparse_adam.py' 2025-03-14T04:23:43.3630115Z adding 'torch/optim/swa_utils.py' 2025-03-14T04:23:43.3634623Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-03-14T04:23:43.3637599Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-03-14T04:23:43.3641527Z adding 'torch/package/__init__.py' 2025-03-14T04:23:43.3645642Z adding 'torch/package/_digraph.py' 2025-03-14T04:23:43.3649205Z adding 'torch/package/_directory_reader.py' 2025-03-14T04:23:43.3652883Z adding 'torch/package/_importlib.py' 2025-03-14T04:23:43.3656325Z adding 'torch/package/_mangling.py' 2025-03-14T04:23:43.3660080Z adding 'torch/package/_mock.py' 2025-03-14T04:23:43.3664670Z adding 'torch/package/_package_pickler.py' 2025-03-14T04:23:43.3667913Z adding 'torch/package/_package_unpickler.py' 2025-03-14T04:23:43.3671768Z adding 'torch/package/_stdlib.py' 2025-03-14T04:23:43.3676064Z adding 'torch/package/file_structure_representation.py' 2025-03-14T04:23:43.3680084Z adding 'torch/package/find_file_dependencies.py' 2025-03-14T04:23:43.3683792Z adding 'torch/package/glob_group.py' 2025-03-14T04:23:43.3689052Z adding 'torch/package/importer.py' 2025-03-14T04:23:43.3707135Z adding 'torch/package/package_exporter.py' 2025-03-14T04:23:43.3720791Z adding 'torch/package/package_importer.py' 2025-03-14T04:23:43.3725301Z adding 'torch/package/analyze/__init__.py' 2025-03-14T04:23:43.3728579Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-03-14T04:23:43.3731453Z adding 'torch/package/analyze/is_from_package.py' 2025-03-14T04:23:43.3734865Z adding 'torch/package/analyze/trace_dependencies.py' 2025-03-14T04:23:43.3739103Z adding 'torch/profiler/__init__.py' 2025-03-14T04:23:43.3756845Z adding 'torch/profiler/_memory_profiler.py' 2025-03-14T04:23:43.3766465Z adding 'torch/profiler/_pattern_matcher.py' 2025-03-14T04:23:43.3773327Z adding 'torch/profiler/_utils.py' 2025-03-14T04:23:43.3777073Z adding 'torch/profiler/itt.py' 2025-03-14T04:23:43.3792156Z adding 'torch/profiler/profiler.py' 2025-03-14T04:23:43.3796378Z adding 'torch/profiler/python_tracer.py' 2025-03-14T04:23:43.3800796Z adding 'torch/quantization/__init__.py' 2025-03-14T04:23:43.3803966Z adding 'torch/quantization/_numeric_suite.py' 2025-03-14T04:23:43.3807048Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-03-14T04:23:43.3810918Z adding 'torch/quantization/_quantized_conversions.py' 2025-03-14T04:23:43.3814173Z adding 'torch/quantization/fake_quantize.py' 2025-03-14T04:23:43.3817090Z adding 'torch/quantization/fuse_modules.py' 2025-03-14T04:23:43.3820107Z adding 'torch/quantization/fuser_method_mappings.py' 2025-03-14T04:23:43.3823280Z adding 'torch/quantization/observer.py' 2025-03-14T04:23:43.3826306Z adding 'torch/quantization/qconfig.py' 2025-03-14T04:23:43.3829210Z adding 'torch/quantization/quant_type.py' 2025-03-14T04:23:43.3832289Z adding 'torch/quantization/quantization_mappings.py' 2025-03-14T04:23:43.3835244Z adding 'torch/quantization/quantize.py' 2025-03-14T04:23:43.3838474Z adding 'torch/quantization/quantize_fx.py' 2025-03-14T04:23:43.3841430Z adding 'torch/quantization/quantize_jit.py' 2025-03-14T04:23:43.3844301Z adding 'torch/quantization/stubs.py' 2025-03-14T04:23:43.3847329Z adding 'torch/quantization/utils.py' 2025-03-14T04:23:43.3851327Z adding 'torch/quantization/fx/__init__.py' 2025-03-14T04:23:43.3854427Z adding 'torch/quantization/fx/_equalize.py' 2025-03-14T04:23:43.3857350Z adding 'torch/quantization/fx/convert.py' 2025-03-14T04:23:43.3860230Z adding 'torch/quantization/fx/fuse.py' 2025-03-14T04:23:43.3863278Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-03-14T04:23:43.3866228Z adding 'torch/quantization/fx/graph_module.py' 2025-03-14T04:23:43.3869135Z adding 'torch/quantization/fx/match_utils.py' 2025-03-14T04:23:43.3872166Z adding 'torch/quantization/fx/pattern_utils.py' 2025-03-14T04:23:43.3875048Z adding 'torch/quantization/fx/prepare.py' 2025-03-14T04:23:43.3878212Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-03-14T04:23:43.3881149Z adding 'torch/quantization/fx/quantization_types.py' 2025-03-14T04:23:43.3884219Z adding 'torch/quantization/fx/utils.py' 2025-03-14T04:23:43.3888991Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-03-14T04:23:43.3893837Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-03-14T04:23:43.3897223Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-03-14T04:23:43.3901498Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-03-14T04:23:43.3914627Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-03-14T04:23:43.3919424Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-03-14T04:23:43.3923107Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-03-14T04:23:43.3927095Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-03-14T04:23:43.3931134Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-03-14T04:23:43.3934764Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-03-14T04:23:43.3939468Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-03-14T04:23:43.3970681Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-03-14T04:23:43.3979672Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-03-14T04:23:43.3983760Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-03-14T04:23:43.3989341Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-03-14T04:23:43.3992750Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-03-14T04:23:43.3998812Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-03-14T04:23:43.4004726Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-03-14T04:23:43.4010709Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-03-14T04:23:43.4017549Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-03-14T04:23:43.4021574Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-03-14T04:23:43.4025332Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-03-14T04:23:43.4057121Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-03-14T04:23:43.4057539Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-03-14T04:23:43.4057941Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-03-14T04:23:43.4058336Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-03-14T04:23:43.4058712Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-03-14T04:23:43.4059079Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-03-14T04:23:43.4059486Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-03-14T04:23:43.4063228Z adding 'torch/signal/__init__.py' 2025-03-14T04:23:43.4066841Z adding 'torch/signal/windows/__init__.py' 2025-03-14T04:23:43.4074882Z adding 'torch/signal/windows/windows.py' 2025-03-14T04:23:43.4084950Z adding 'torch/sparse/__init__.py' 2025-03-14T04:23:43.4092133Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-03-14T04:23:43.4096695Z adding 'torch/sparse/_semi_structured_ops.py' 2025-03-14T04:23:43.4121795Z adding 'torch/sparse/_triton_ops.py' 2025-03-14T04:23:43.4242114Z adding 'torch/sparse/_triton_ops_meta.py' 2025-03-14T04:23:43.4263092Z adding 'torch/sparse/semi_structured.py' 2025-03-14T04:23:43.4273300Z adding 'torch/special/__init__.py' 2025-03-14T04:23:43.4440377Z adding 'torch/test/CppSignature_test.exe' 2025-03-14T04:23:43.4706191Z adding 'torch/test/Dict_test.exe' 2025-03-14T04:23:43.4888645Z adding 'torch/test/Dimname_test.exe' 2025-03-14T04:23:43.5122275Z adding 'torch/test/IListRef_test.exe' 2025-03-14T04:23:43.5362197Z adding 'torch/test/KernelFunction_test.exe' 2025-03-14T04:23:43.5705094Z adding 'torch/test/List_test.exe' 2025-03-14T04:23:43.5956637Z adding 'torch/test/MaybeOwned_test.exe' 2025-03-14T04:23:43.6192323Z adding 'torch/test/NamedTensor_test.exe' 2025-03-14T04:23:43.6403214Z adding 'torch/test/StorageUtils_test.exe' 2025-03-14T04:23:43.6621639Z adding 'torch/test/apply_utils_test.exe' 2025-03-14T04:23:43.6849968Z adding 'torch/test/atest.exe' 2025-03-14T04:23:43.7064222Z adding 'torch/test/backend_fallback_test.exe' 2025-03-14T04:23:43.7308329Z adding 'torch/test/basic.exe' 2025-03-14T04:23:43.7518656Z adding 'torch/test/broadcast_test.exe' 2025-03-14T04:23:43.7691712Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-03-14T04:23:43.7863353Z adding 'torch/test/c10_Bitset_test.exe' 2025-03-14T04:23:43.8022855Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-03-14T04:23:43.8180408Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-03-14T04:23:43.8336852Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-03-14T04:23:43.8510504Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-03-14T04:23:43.8690244Z adding 'torch/test/c10_Device_test.exe' 2025-03-14T04:23:43.8888677Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-03-14T04:23:43.9061615Z adding 'torch/test/c10_Half_test.exe' 2025-03-14T04:23:43.9247291Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-03-14T04:23:43.9440970Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-03-14T04:23:43.9630761Z adding 'torch/test/c10_LeftRight_test.exe' 2025-03-14T04:23:43.9810916Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-03-14T04:23:43.9988523Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-03-14T04:23:44.0167886Z adding 'torch/test/c10_Scalar_test.exe' 2025-03-14T04:23:44.0351634Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-03-14T04:23:44.0508871Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-03-14T04:23:44.0677552Z adding 'torch/test/c10_SymInt_test.exe' 2025-03-14T04:23:44.0844917Z adding 'torch/test/c10_Synchronized_test.exe' 2025-03-14T04:23:44.1029761Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-03-14T04:23:44.1205517Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-03-14T04:23:44.1364455Z adding 'torch/test/c10_TypeList_test.exe' 2025-03-14T04:23:44.1521151Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-03-14T04:23:44.1701194Z adding 'torch/test/c10_accumulate_test.exe' 2025-03-14T04:23:44.1892075Z adding 'torch/test/c10_bfloat16_test.exe' 2025-03-14T04:23:44.2057286Z adding 'torch/test/c10_bit_cast_test.exe' 2025-03-14T04:23:44.2256601Z adding 'torch/test/c10_complex_math_test.exe' 2025-03-14T04:23:44.2446222Z adding 'torch/test/c10_complex_test.exe' 2025-03-14T04:23:44.2641491Z adding 'torch/test/c10_cow_test.exe' 2025-03-14T04:23:44.2807708Z adding 'torch/test/c10_error_test.exe' 2025-03-14T04:23:44.2988253Z adding 'torch/test/c10_exception_test.exe' 2025-03-14T04:23:44.3152350Z adding 'torch/test/c10_flags_test.exe' 2025-03-14T04:23:44.3317669Z adding 'torch/test/c10_generic_math_test.exe' 2025-03-14T04:23:44.3459668Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-03-14T04:23:44.3883634Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-03-14T04:23:44.4072930Z adding 'torch/test/c10_irange_test.exe' 2025-03-14T04:23:44.4252903Z adding 'torch/test/c10_lazy_test.exe' 2025-03-14T04:23:44.4448966Z adding 'torch/test/c10_logging_test.exe' 2025-03-14T04:23:44.4696382Z adding 'torch/test/c10_optional_test.exe' 2025-03-14T04:23:44.4903811Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-03-14T04:23:44.5082329Z adding 'torch/test/c10_registry_test.exe' 2025-03-14T04:23:44.5437062Z adding 'torch/test/c10_small_vector_test.exe' 2025-03-14T04:23:44.5619911Z adding 'torch/test/c10_ssize_test.exe' 2025-03-14T04:23:44.5793058Z adding 'torch/test/c10_string_util_test.exe' 2025-03-14T04:23:44.5949670Z adding 'torch/test/c10_string_view_test.exe' 2025-03-14T04:23:44.6110792Z adding 'torch/test/c10_tempfile_test.exe' 2025-03-14T04:23:44.6293341Z adding 'torch/test/c10_typeid_test.exe' 2025-03-14T04:23:44.6491982Z adding 'torch/test/cpu_allocator_test.exe' 2025-03-14T04:23:44.6715361Z adding 'torch/test/cpu_generator_test.exe' 2025-03-14T04:23:44.6920287Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-03-14T04:23:44.7266218Z adding 'torch/test/cpu_rng_test.exe' 2025-03-14T04:23:44.7540927Z adding 'torch/test/dispatch_key_set_test.exe' 2025-03-14T04:23:44.7739078Z adding 'torch/test/dlconvertor_test.exe' 2025-03-14T04:23:44.7959828Z adding 'torch/test/extension_backend_test.exe' 2025-03-14T04:23:44.8178416Z adding 'torch/test/half_test.exe' 2025-03-14T04:23:44.8412204Z adding 'torch/test/inline_container_test.exe' 2025-03-14T04:23:44.8773281Z adding 'torch/test/ivalue_test.exe' 2025-03-14T04:23:44.9182692Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-03-14T04:23:44.9524892Z adding 'torch/test/kernel_function_test.exe' 2025-03-14T04:23:44.9944510Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-03-14T04:23:45.0296498Z adding 'torch/test/kernel_lambda_test.exe' 2025-03-14T04:23:45.0535712Z adding 'torch/test/kernel_stackbased_test.exe' 2025-03-14T04:23:45.0736184Z adding 'torch/test/lazy_tensor_test.exe' 2025-03-14T04:23:45.1021965Z adding 'torch/test/legacy_vmap_test.exe' 2025-03-14T04:23:45.1363223Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-03-14T04:23:45.1576656Z adding 'torch/test/math_kernel_test.exe' 2025-03-14T04:23:45.1781501Z adding 'torch/test/memory_format_test.exe' 2025-03-14T04:23:45.1985619Z adding 'torch/test/memory_overlapping_test.exe' 2025-03-14T04:23:45.2191317Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-03-14T04:23:45.2414135Z adding 'torch/test/native_test.exe' 2025-03-14T04:23:45.2576443Z adding 'torch/test/op_allowlist_test.exe' 2025-03-14T04:23:45.3375801Z adding 'torch/test/op_registration_test.exe' 2025-03-14T04:23:45.3589424Z adding 'torch/test/operator_name_test.exe' 2025-03-14T04:23:45.3785860Z adding 'torch/test/operators_test.exe' 2025-03-14T04:23:45.3994087Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-03-14T04:23:45.4261315Z adding 'torch/test/pow_test.exe' 2025-03-14T04:23:45.4487950Z adding 'torch/test/quantized_test.exe' 2025-03-14T04:23:45.4693699Z adding 'torch/test/reduce_ops_test.exe' 2025-03-14T04:23:45.4900756Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-03-14T04:23:45.5133364Z adding 'torch/test/scalar_tensor_test.exe' 2025-03-14T04:23:45.5380108Z adding 'torch/test/scalar_test.exe' 2025-03-14T04:23:45.5584075Z adding 'torch/test/stride_properties_test.exe' 2025-03-14T04:23:45.5865949Z adding 'torch/test/tensor_iterator_test.exe' 2025-03-14T04:23:45.6085987Z adding 'torch/test/test_parallel.exe' 2025-03-14T04:23:45.6147725Z adding 'torch/test/thread_init_test.exe' 2025-03-14T04:23:45.6329691Z adding 'torch/test/type_ptr_test.exe' 2025-03-14T04:23:45.6559900Z adding 'torch/test/type_test.exe' 2025-03-14T04:23:45.6772356Z adding 'torch/test/undefined_tensor_test.exe' 2025-03-14T04:23:45.6828260Z adding 'torch/test/verify_api_visibility.exe' 2025-03-14T04:23:45.7029418Z adding 'torch/test/weakref_test.exe' 2025-03-14T04:23:45.7237222Z adding 'torch/test/wrapdim_test.exe' 2025-03-14T04:23:45.7438935Z adding 'torch/test/xla_tensor_test.exe' 2025-03-14T04:23:45.7450902Z adding 'torch/testing/__init__.py' 2025-03-14T04:23:45.7470643Z adding 'torch/testing/_comparison.py' 2025-03-14T04:23:45.7478282Z adding 'torch/testing/_creation.py' 2025-03-14T04:23:45.7482129Z adding 'torch/testing/_utils.py' 2025-03-14T04:23:45.7487469Z adding 'torch/testing/_internal/__init__.py' 2025-03-14T04:23:45.7495142Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-03-14T04:23:45.7501925Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-03-14T04:23:45.7507164Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-03-14T04:23:45.7513613Z adding 'torch/testing/_internal/common_cuda.py' 2025-03-14T04:23:45.7542480Z adding 'torch/testing/_internal/common_device_type.py' 2025-03-14T04:23:45.7547972Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-03-14T04:23:45.7568660Z adding 'torch/testing/_internal/common_distributed.py' 2025-03-14T04:23:45.7574099Z adding 'torch/testing/_internal/common_dtype.py' 2025-03-14T04:23:45.7593077Z adding 'torch/testing/_internal/common_fsdp.py' 2025-03-14T04:23:45.7600906Z adding 'torch/testing/_internal/common_jit.py' 2025-03-14T04:23:45.7843200Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-03-14T04:23:45.7874504Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-03-14T04:23:45.7907475Z adding 'torch/testing/_internal/common_modules.py' 2025-03-14T04:23:45.7946308Z adding 'torch/testing/_internal/common_nn.py' 2025-03-14T04:23:45.7967541Z adding 'torch/testing/_internal/common_optimizers.py' 2025-03-14T04:23:45.7973940Z adding 'torch/testing/_internal/common_pruning.py' 2025-03-14T04:23:45.8004859Z adding 'torch/testing/_internal/common_quantization.py' 2025-03-14T04:23:45.8012993Z adding 'torch/testing/_internal/common_quantized.py' 2025-03-14T04:23:45.8018658Z adding 'torch/testing/_internal/common_subclass.py' 2025-03-14T04:23:45.8105490Z adding 'torch/testing/_internal/common_utils.py' 2025-03-14T04:23:45.8120700Z adding 'torch/testing/_internal/composite_compliance.py' 2025-03-14T04:23:45.8127314Z adding 'torch/testing/_internal/custom_op_db.py' 2025-03-14T04:23:45.8131930Z adding 'torch/testing/_internal/custom_tensor.py' 2025-03-14T04:23:45.8137196Z adding 'torch/testing/_internal/dist_utils.py' 2025-03-14T04:23:45.8141270Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-03-14T04:23:45.8145059Z adding 'torch/testing/_internal/fake_config_module.py' 2025-03-14T04:23:45.8148888Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-03-14T04:23:45.8151071Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-03-14T04:23:45.8158687Z adding 'torch/testing/_internal/hop_db.py' 2025-03-14T04:23:45.8162882Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-03-14T04:23:45.8167874Z adding 'torch/testing/_internal/inductor_utils.py' 2025-03-14T04:23:45.8187304Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-03-14T04:23:45.8193101Z adding 'torch/testing/_internal/jit_utils.py' 2025-03-14T04:23:45.8199130Z adding 'torch/testing/_internal/logging_tensor.py' 2025-03-14T04:23:45.8203538Z adding 'torch/testing/_internal/logging_utils.py' 2025-03-14T04:23:45.8207149Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-03-14T04:23:45.8210777Z adding 'torch/testing/_internal/static_module.py' 2025-03-14T04:23:45.8213769Z adding 'torch/testing/_internal/subclasses.py' 2025-03-14T04:23:45.8217730Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-03-14T04:23:45.8223311Z adding 'torch/testing/_internal/triton_utils.py' 2025-03-14T04:23:45.8227407Z adding 'torch/testing/_internal/two_tensor.py' 2025-03-14T04:23:45.8231162Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-03-14T04:23:45.8234657Z adding 'torch/testing/_internal/data/__init__.py' 2025-03-14T04:23:45.8237682Z adding 'torch/testing/_internal/data/network1.py' 2025-03-14T04:23:45.8240443Z adding 'torch/testing/_internal/data/network2.py' 2025-03-14T04:23:45.8244223Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-03-14T04:23:45.8248281Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-03-14T04:23:45.8252774Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-03-14T04:23:45.8261780Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-03-14T04:23:45.8360441Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-03-14T04:23:45.8373467Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-03-14T04:23:45.8376724Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-03-14T04:23:45.8383931Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-03-14T04:23:45.8388938Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-03-14T04:23:45.8392768Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-03-14T04:23:45.8395926Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-03-14T04:23:45.8400457Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-03-14T04:23:45.8404353Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-03-14T04:23:45.8407773Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-03-14T04:23:45.8411302Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-03-14T04:23:45.8419596Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-03-14T04:23:45.8423894Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-03-14T04:23:45.8427597Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-03-14T04:23:45.8435069Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-03-14T04:23:45.8439522Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-03-14T04:23:45.8467384Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-03-14T04:23:45.8474437Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-03-14T04:23:45.8479877Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-03-14T04:23:45.8483814Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-03-14T04:23:45.8487246Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-03-14T04:23:45.8546278Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-03-14T04:23:45.8554981Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-03-14T04:23:45.8558549Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-03-14T04:23:45.8562688Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-03-14T04:23:45.8568199Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-03-14T04:23:45.8572347Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-03-14T04:23:45.8576655Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-03-14T04:23:45.8590468Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-03-14T04:23:45.8596026Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-03-14T04:23:45.8600533Z adding 'torch/testing/_internal/generated/__init__.py' 2025-03-14T04:23:45.8649185Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-03-14T04:23:45.8665011Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-03-14T04:23:45.8709680Z adding 'torch/testing/_internal/opinfo/core.py' 2025-03-14T04:23:45.8717015Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-03-14T04:23:45.8722647Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-03-14T04:23:45.8727058Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-03-14T04:23:45.8736401Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-03-14T04:23:45.8743913Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-03-14T04:23:45.8764473Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-03-14T04:23:45.8783295Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-03-14T04:23:45.8790332Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-03-14T04:23:45.8799542Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-03-14T04:23:45.8806615Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-03-14T04:23:45.8811125Z adding 'torch/testing/_internal/optests/__init__.py' 2025-03-14T04:23:45.8815496Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-03-14T04:23:45.8820085Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-03-14T04:23:45.8823361Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-03-14T04:23:45.8835421Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-03-14T04:23:45.8839956Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-03-14T04:23:45.8843691Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-03-14T04:23:45.8846625Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-03-14T04:23:45.8849549Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-03-14T04:23:45.8854980Z adding 'torch/utils/__init__.py' 2025-03-14T04:23:45.8858785Z adding 'torch/utils/_appending_byte_serializer.py' 2025-03-14T04:23:45.8862990Z adding 'torch/utils/_backport_slots.py' 2025-03-14T04:23:45.8874183Z adding 'torch/utils/_config_module.py' 2025-03-14T04:23:45.8878073Z adding 'torch/utils/_config_typing.pyi' 2025-03-14T04:23:45.8883438Z adding 'torch/utils/_content_store.py' 2025-03-14T04:23:45.8888088Z adding 'torch/utils/_contextlib.py' 2025-03-14T04:23:45.8891596Z adding 'torch/utils/_cpp_embed_headers.py' 2025-03-14T04:23:45.8894958Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-03-14T04:23:45.8905865Z adding 'torch/utils/_cxx_pytree.py' 2025-03-14T04:23:45.8911025Z adding 'torch/utils/_device.py' 2025-03-14T04:23:45.8913688Z adding 'torch/utils/_exposed_in.py' 2025-03-14T04:23:45.8916886Z adding 'torch/utils/_filelock.py' 2025-03-14T04:23:45.8920390Z adding 'torch/utils/_foreach_utils.py' 2025-03-14T04:23:45.8925995Z adding 'torch/utils/_freeze.py' 2025-03-14T04:23:45.8929577Z adding 'torch/utils/_functools.py' 2025-03-14T04:23:45.8933721Z adding 'torch/utils/_get_clean_triton.py' 2025-03-14T04:23:45.8937089Z adding 'torch/utils/_import_utils.py' 2025-03-14T04:23:45.8939993Z adding 'torch/utils/_mode_utils.py' 2025-03-14T04:23:45.8944117Z adding 'torch/utils/_ordered_set.py' 2025-03-14T04:23:45.8955802Z adding 'torch/utils/_python_dispatch.py' 2025-03-14T04:23:45.8976660Z adding 'torch/utils/_pytree.py' 2025-03-14T04:23:45.8981862Z adding 'torch/utils/_stats.py' 2025-03-14T04:23:45.8984544Z adding 'torch/utils/_thunk.py' 2025-03-14T04:23:45.8990321Z adding 'torch/utils/_traceback.py' 2025-03-14T04:23:45.8994373Z adding 'torch/utils/_triton.py' 2025-03-14T04:23:45.8997437Z adding 'torch/utils/_typing_utils.py' 2025-03-14T04:23:45.9001752Z adding 'torch/utils/_zip.py' 2025-03-14T04:23:45.9008683Z adding 'torch/utils/backend_registration.py' 2025-03-14T04:23:45.9017634Z adding 'torch/utils/bundled_inputs.py' 2025-03-14T04:23:45.9063601Z adding 'torch/utils/checkpoint.py' 2025-03-14T04:23:45.9063915Z adding 'torch/utils/collect_env.py' 2025-03-14T04:23:45.9064202Z adding 'torch/utils/cpp_backtrace.py' 2025-03-14T04:23:45.9105963Z adding 'torch/utils/cpp_extension.py' 2025-03-14T04:23:45.9111848Z adding 'torch/utils/deterministic.py' 2025-03-14T04:23:45.9116099Z adding 'torch/utils/dlpack.py' 2025-03-14T04:23:45.9119415Z adding 'torch/utils/file_baton.py' 2025-03-14T04:23:45.9129582Z adding 'torch/utils/flop_counter.py' 2025-03-14T04:23:45.9135475Z adding 'torch/utils/hooks.py' 2025-03-14T04:23:45.9139754Z adding 'torch/utils/mkldnn.py' 2025-03-14T04:23:45.9144698Z adding 'torch/utils/mobile_optimizer.py' 2025-03-14T04:23:45.9147401Z adding 'torch/utils/model_zoo.py' 2025-03-14T04:23:45.9151404Z adding 'torch/utils/module_tracker.py' 2025-03-14T04:23:45.9155685Z adding 'torch/utils/show_pickle.py' 2025-03-14T04:23:45.9160344Z adding 'torch/utils/throughput_benchmark.py' 2025-03-14T04:23:45.9166019Z adding 'torch/utils/weak.py' 2025-03-14T04:23:45.9170046Z adding 'torch/utils/_strobelight/__init__.py' 2025-03-14T04:23:45.9175188Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-03-14T04:23:45.9179136Z adding 'torch/utils/_sympy/__init__.py' 2025-03-14T04:23:45.9197499Z adding 'torch/utils/_sympy/functions.py' 2025-03-14T04:23:45.9203719Z adding 'torch/utils/_sympy/interp.py' 2025-03-14T04:23:45.9208493Z adding 'torch/utils/_sympy/numbers.py' 2025-03-14T04:23:45.9214845Z adding 'torch/utils/_sympy/printers.py' 2025-03-14T04:23:45.9220611Z adding 'torch/utils/_sympy/reference.py' 2025-03-14T04:23:45.9224513Z adding 'torch/utils/_sympy/singleton_int.py' 2025-03-14T04:23:45.9228970Z adding 'torch/utils/_sympy/solve.py' 2025-03-14T04:23:45.9232994Z adding 'torch/utils/_sympy/symbol.py' 2025-03-14T04:23:45.9245494Z adding 'torch/utils/_sympy/value_ranges.py' 2025-03-14T04:23:45.9250116Z adding 'torch/utils/backcompat/__init__.py' 2025-03-14T04:23:45.9253833Z adding 'torch/utils/benchmark/__init__.py' 2025-03-14T04:23:45.9257524Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-03-14T04:23:45.9262116Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-03-14T04:23:45.9265890Z adding 'torch/utils/benchmark/examples/compare.py' 2025-03-14T04:23:45.9269463Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-03-14T04:23:45.9273476Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-03-14T04:23:45.9276605Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-03-14T04:23:45.9280658Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-03-14T04:23:45.9284407Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-03-14T04:23:45.9288079Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-03-14T04:23:45.9291747Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-03-14T04:23:45.9295360Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-03-14T04:23:45.9299437Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-03-14T04:23:45.9308294Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-03-14T04:23:45.9308672Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-03-14T04:23:45.9310960Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-03-14T04:23:45.9326209Z adding 'torch/utils/benchmark/utils/common.py' 2025-03-14T04:23:45.9326587Z adding 'torch/utils/benchmark/utils/compare.py' 2025-03-14T04:23:45.9330422Z adding 'torch/utils/benchmark/utils/compile.py' 2025-03-14T04:23:45.9335413Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-03-14T04:23:45.9343647Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-03-14T04:23:45.9348471Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-03-14T04:23:45.9366087Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-03-14T04:23:45.9366588Z adding 'torch/utils/benchmark/utils/timer.py' 2025-03-14T04:23:45.9367077Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-03-14T04:23:45.9371649Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-03-14T04:23:45.9375006Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-03-14T04:23:45.9378521Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-03-14T04:23:45.9392490Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-03-14T04:23:45.9444549Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-03-14T04:23:45.9457515Z adding 'torch/utils/bottleneck/__init__.py' 2025-03-14T04:23:45.9462106Z adding 'torch/utils/bottleneck/__main__.py' 2025-03-14T04:23:45.9466489Z adding 'torch/utils/data/__init__.py' 2025-03-14T04:23:45.9469504Z adding 'torch/utils/data/backward_compatibility.py' 2025-03-14T04:23:45.9499754Z adding 'torch/utils/data/dataloader.py' 2025-03-14T04:23:45.9510321Z adding 'torch/utils/data/dataset.py' 2025-03-14T04:23:45.9515358Z adding 'torch/utils/data/distributed.py' 2025-03-14T04:23:45.9520310Z adding 'torch/utils/data/graph.py' 2025-03-14T04:23:45.9524388Z adding 'torch/utils/data/graph_settings.py' 2025-03-14T04:23:45.9530673Z adding 'torch/utils/data/sampler.py' 2025-03-14T04:23:45.9535142Z adding 'torch/utils/data/_utils/__init__.py' 2025-03-14T04:23:45.9542333Z adding 'torch/utils/data/_utils/collate.py' 2025-03-14T04:23:45.9545853Z adding 'torch/utils/data/_utils/fetch.py' 2025-03-14T04:23:45.9549885Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-03-14T04:23:45.9553912Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-03-14T04:23:45.9560699Z adding 'torch/utils/data/_utils/worker.py' 2025-03-14T04:23:45.9565023Z adding 'torch/utils/data/datapipes/__init__.py' 2025-03-14T04:23:45.9569493Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-03-14T04:23:45.9576293Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-03-14T04:23:45.9583286Z adding 'torch/utils/data/datapipes/_typing.py' 2025-03-14T04:23:45.9590206Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-03-14T04:23:45.9601320Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-03-14T04:23:45.9607755Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-03-14T04:23:45.9612092Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-03-14T04:23:45.9616035Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-03-14T04:23:45.9621784Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-03-14T04:23:45.9625905Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-03-14T04:23:45.9629300Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-03-14T04:23:45.9633592Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-03-14T04:23:45.9639085Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-03-14T04:23:45.9644211Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-03-14T04:23:45.9653199Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-03-14T04:23:45.9657678Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-03-14T04:23:45.9661672Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-03-14T04:23:45.9667765Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-03-14T04:23:45.9672235Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-03-14T04:23:45.9675740Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-03-14T04:23:45.9694312Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-03-14T04:23:45.9694733Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-03-14T04:23:45.9695140Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-03-14T04:23:45.9695503Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-03-14T04:23:45.9696233Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-03-14T04:23:45.9700561Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-03-14T04:23:45.9704289Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-03-14T04:23:45.9709878Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-03-14T04:23:45.9717950Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-03-14T04:23:45.9720673Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-03-14T04:23:45.9726932Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-03-14T04:23:45.9733241Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-03-14T04:23:45.9737349Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-03-14T04:23:45.9741175Z adding 'torch/utils/hipify/__init__.py' 2025-03-14T04:23:45.9744767Z adding 'torch/utils/hipify/constants.py' 2025-03-14T04:23:45.9801899Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-03-14T04:23:45.9827192Z adding 'torch/utils/hipify/hipify_python.py' 2025-03-14T04:23:45.9831272Z adding 'torch/utils/hipify/version.py' 2025-03-14T04:23:45.9834878Z adding 'torch/utils/jit/__init__.py' 2025-03-14T04:23:45.9838756Z adding 'torch/utils/jit/log_extract.py' 2025-03-14T04:23:45.9846927Z adding 'torch/utils/model_dump/__init__.py' 2025-03-14T04:23:45.9850242Z adding 'torch/utils/model_dump/__main__.py' 2025-03-14T04:23:45.9857519Z adding 'torch/utils/model_dump/code.js' 2025-03-14T04:23:45.9861383Z adding 'torch/utils/model_dump/htm.mjs' 2025-03-14T04:23:45.9867208Z adding 'torch/utils/model_dump/preact.mjs' 2025-03-14T04:23:45.9870494Z adding 'torch/utils/model_dump/skeleton.html' 2025-03-14T04:23:45.9874039Z adding 'torch/utils/serialization/__init__.py' 2025-03-14T04:23:45.9876976Z adding 'torch/utils/serialization/config.py' 2025-03-14T04:23:45.9880770Z adding 'torch/utils/tensorboard/__init__.py' 2025-03-14T04:23:45.9883827Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-03-14T04:23:45.9887426Z adding 'torch/utils/tensorboard/_embedding.py' 2025-03-14T04:23:45.9890813Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-03-14T04:23:45.9894163Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-03-14T04:23:45.9900908Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-03-14T04:23:45.9905274Z adding 'torch/utils/tensorboard/_utils.py' 2025-03-14T04:23:45.9917915Z adding 'torch/utils/tensorboard/summary.py' 2025-03-14T04:23:45.9932898Z adding 'torch/utils/tensorboard/writer.py' 2025-03-14T04:23:45.9937695Z adding 'torch/utils/viz/__init__.py' 2025-03-14T04:23:45.9945115Z adding 'torch/utils/viz/_cycles.py' 2025-03-14T04:23:45.9953611Z adding 'torch/xpu/__init__.py' 2025-03-14T04:23:45.9957279Z adding 'torch/xpu/_gpu_trace.py' 2025-03-14T04:23:45.9960561Z adding 'torch/xpu/_utils.py' 2025-03-14T04:23:45.9964876Z adding 'torch/xpu/memory.py' 2025-03-14T04:23:45.9968916Z adding 'torch/xpu/random.py' 2025-03-14T04:23:45.9973264Z adding 'torch/xpu/streams.py' 2025-03-14T04:23:45.9981989Z adding 'torchgen/__init__.py' 2025-03-14T04:23:45.9985521Z adding 'torchgen/code_template.py' 2025-03-14T04:23:45.9989407Z adding 'torchgen/context.py' 2025-03-14T04:23:46.0026710Z adding 'torchgen/gen.py' 2025-03-14T04:23:46.0036592Z adding 'torchgen/gen_aoti_c_shim.py' 2025-03-14T04:23:46.0045593Z adding 'torchgen/gen_backend_stubs.py' 2025-03-14T04:23:46.0059336Z adding 'torchgen/gen_executorch.py' 2025-03-14T04:23:46.0073924Z adding 'torchgen/gen_functionalization_type.py' 2025-03-14T04:23:46.0084015Z adding 'torchgen/gen_lazy_tensor.py' 2025-03-14T04:23:46.0088787Z adding 'torchgen/gen_schema_utils.py' 2025-03-14T04:23:46.0093376Z adding 'torchgen/gen_vmap_plumbing.py' 2025-03-14T04:23:46.0097059Z adding 'torchgen/local.py' 2025-03-14T04:23:46.0139802Z adding 'torchgen/model.py' 2025-03-14T04:23:46.0154088Z adding 'torchgen/native_function_generation.py' 2025-03-14T04:23:46.0162413Z adding 'torchgen/utils.py' 2025-03-14T04:23:46.0166206Z adding 'torchgen/yaml_utils.py' 2025-03-14T04:23:46.0170185Z adding 'torchgen/aoti/__init__.py' 2025-03-14T04:23:46.0173821Z adding 'torchgen/aoti/fallback_ops.py' 2025-03-14T04:23:46.0178013Z adding 'torchgen/api/__init__.py' 2025-03-14T04:23:46.0198506Z adding 'torchgen/api/autograd.py' 2025-03-14T04:23:46.0201689Z adding 'torchgen/api/cpp.py' 2025-03-14T04:23:46.0206394Z adding 'torchgen/api/dispatcher.py' 2025-03-14T04:23:46.0214517Z adding 'torchgen/api/functionalization.py' 2025-03-14T04:23:46.0220517Z adding 'torchgen/api/lazy.py' 2025-03-14T04:23:46.0223494Z adding 'torchgen/api/meta.py' 2025-03-14T04:23:46.0227674Z adding 'torchgen/api/native.py' 2025-03-14T04:23:46.0249246Z adding 'torchgen/api/python.py' 2025-03-14T04:23:46.0254984Z adding 'torchgen/api/structured.py' 2025-03-14T04:23:46.0262210Z adding 'torchgen/api/translate.py' 2025-03-14T04:23:46.0267274Z adding 'torchgen/api/ufunc.py' 2025-03-14T04:23:46.0272509Z adding 'torchgen/api/unboxing.py' 2025-03-14T04:23:46.0276644Z adding 'torchgen/api/types/__init__.py' 2025-03-14T04:23:46.0283022Z adding 'torchgen/api/types/signatures.py' 2025-03-14T04:23:46.0287695Z adding 'torchgen/api/types/types.py' 2025-03-14T04:23:46.0292485Z adding 'torchgen/api/types/types_base.py' 2025-03-14T04:23:46.0296801Z adding 'torchgen/dest/__init__.py' 2025-03-14T04:23:46.0307147Z adding 'torchgen/dest/lazy_ir.py' 2025-03-14T04:23:46.0311214Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-03-14T04:23:46.0314880Z adding 'torchgen/dest/native_functions.py' 2025-03-14T04:23:46.0328871Z adding 'torchgen/dest/register_dispatch_key.py' 2025-03-14T04:23:46.0336967Z adding 'torchgen/dest/ufunc.py' 2025-03-14T04:23:46.0341627Z adding 'torchgen/executorch/__init__.py' 2025-03-14T04:23:46.0346403Z adding 'torchgen/executorch/model.py' 2025-03-14T04:23:46.0350634Z adding 'torchgen/executorch/parse.py' 2025-03-14T04:23:46.0354415Z adding 'torchgen/executorch/api/__init__.py' 2025-03-14T04:23:46.0358486Z adding 'torchgen/executorch/api/custom_ops.py' 2025-03-14T04:23:46.0364731Z adding 'torchgen/executorch/api/et_cpp.py' 2025-03-14T04:23:46.0369586Z adding 'torchgen/executorch/api/unboxing.py' 2025-03-14T04:23:46.0373457Z adding 'torchgen/executorch/api/types/__init__.py' 2025-03-14T04:23:46.0376942Z adding 'torchgen/executorch/api/types/signatures.py' 2025-03-14T04:23:46.0380424Z adding 'torchgen/executorch/api/types/types.py' 2025-03-14T04:23:46.0384215Z adding 'torchgen/operator_versions/__init__.py' 2025-03-14T04:23:46.0389781Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-03-14T04:23:46.0393048Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-03-14T04:23:46.0511812Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-03-14T04:23:46.0529285Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-03-14T04:23:46.0534502Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-03-14T04:23:46.0538537Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-03-14T04:23:46.0541393Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-03-14T04:23:46.0544862Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-03-14T04:23:46.0547916Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-03-14T04:23:46.0550771Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-03-14T04:23:46.0553662Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-03-14T04:23:46.0556459Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-03-14T04:23:46.0559689Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-03-14T04:23:46.0563354Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-03-14T04:23:46.0567399Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-03-14T04:23:46.0570524Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-03-14T04:23:46.0573419Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-03-14T04:23:46.0576443Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-03-14T04:23:46.0579325Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-03-14T04:23:46.0582715Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-03-14T04:23:46.0585651Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-03-14T04:23:46.0588560Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-03-14T04:23:46.0591399Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-03-14T04:23:46.0594276Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-03-14T04:23:46.0597871Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-03-14T04:23:46.0601120Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-03-14T04:23:46.0604162Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-03-14T04:23:46.0607432Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-03-14T04:23:46.0610824Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-14T04:23:46.0613909Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-03-14T04:23:46.0617234Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-03-14T04:23:46.0621075Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-03-14T04:23:46.0624215Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-03-14T04:23:46.0627103Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-03-14T04:23:46.0639589Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-03-14T04:23:46.0643329Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-03-14T04:23:46.0646620Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-03-14T04:23:46.0649574Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-03-14T04:23:46.0652661Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-03-14T04:23:46.0656270Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-03-14T04:23:46.0659031Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-03-14T04:23:46.0662473Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-03-14T04:23:46.0665274Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-03-14T04:23:46.0669336Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-03-14T04:23:46.0672193Z adding 'torchgen/packaged/autograd/README.md' 2025-03-14T04:23:46.0675212Z adding 'torchgen/packaged/autograd/__init__.py' 2025-03-14T04:23:46.0678049Z adding 'torchgen/packaged/autograd/build.bzl' 2025-03-14T04:23:46.0681234Z adding 'torchgen/packaged/autograd/context.py' 2025-03-14T04:23:46.0684867Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-03-14T04:23:46.0734787Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-03-14T04:23:46.0743101Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-03-14T04:23:46.0747001Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-03-14T04:23:46.0758777Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-03-14T04:23:46.0768779Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-03-14T04:23:46.0785545Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-03-14T04:23:46.0794360Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-03-14T04:23:46.0799019Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-03-14T04:23:46.0826346Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-03-14T04:23:46.0834106Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-03-14T04:23:46.0848735Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-03-14T04:23:46.0854630Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-03-14T04:23:46.0857876Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-03-14T04:23:46.0861231Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-03-14T04:23:46.0864365Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-03-14T04:23:46.0867736Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-03-14T04:23:46.0871156Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-03-14T04:23:46.0873980Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-03-14T04:23:46.0876911Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-03-14T04:23:46.0879853Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-03-14T04:23:46.0882778Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-03-14T04:23:46.0886007Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-03-14T04:23:46.0889177Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-03-14T04:23:46.0892102Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-03-14T04:23:46.0895363Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-03-14T04:23:46.0898719Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-03-14T04:23:46.0902482Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-03-14T04:23:46.0905772Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-03-14T04:23:46.0908636Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-03-14T04:23:46.0911841Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-03-14T04:23:46.0915137Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-03-14T04:23:46.0918625Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-03-14T04:23:46.0930886Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-03-14T04:23:46.0936001Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-03-14T04:23:46.0939795Z adding 'torchgen/selective_build/__init__.py' 2025-03-14T04:23:46.0944270Z adding 'torchgen/selective_build/operator.py' 2025-03-14T04:23:46.0950037Z adding 'torchgen/selective_build/selector.py' 2025-03-14T04:23:46.0954202Z adding 'torchgen/static_runtime/__init__.py' 2025-03-14T04:23:46.0958975Z adding 'torchgen/static_runtime/config.py' 2025-03-14T04:23:46.0963971Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-03-14T04:23:46.0972909Z adding 'torchgen/static_runtime/generator.py' 2025-03-14T04:23:46.1088666Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/LICENSE' 2025-03-14T04:23:46.1111249Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/METADATA' 2025-03-14T04:23:46.1120705Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/NOTICE' 2025-03-14T04:23:46.1123466Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/WHEEL' 2025-03-14T04:23:46.1125533Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/entry_points.txt' 2025-03-14T04:23:46.1127472Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/top_level.txt' 2025-03-14T04:23:46.1784654Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/RECORD' 2025-03-14T04:23:46.2132964Z removing build\bdist.win-amd64\wheel 2025-03-14T04:23:47.5866052Z 2025-03-14T04:23:47.5867119Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T04:23:47.5867513Z 2025-03-14T04:23:47.5867747Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T04:23:47.5868634Z 2025-03-14T04:23:47.5869181Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-03-14T04:23:49.4429545Z Compile requests 6920 2025-03-14T04:23:49.4429955Z Compile requests executed 6920 2025-03-14T04:23:49.4430255Z Cache hits 6855 2025-03-14T04:23:49.4430540Z Cache hits (C/C++) 6855 2025-03-14T04:23:49.4430814Z Cache misses 48 2025-03-14T04:23:49.4431087Z Cache misses (C/C++) 48 2025-03-14T04:23:49.4431388Z Cache timeouts 0 2025-03-14T04:23:49.4431670Z Cache read errors 0 2025-03-14T04:23:49.4431956Z Forced recaches 0 2025-03-14T04:23:49.4432231Z Cache write errors 0 2025-03-14T04:23:49.4432517Z Compilation failures 3 2025-03-14T04:23:49.4432955Z Cache errors 14 2025-03-14T04:23:49.4433250Z Cache errors (C/C++) 14 2025-03-14T04:23:49.4433547Z Non-cacheable compilations 8 2025-03-14T04:23:49.4433837Z Non-cacheable calls 0 2025-03-14T04:23:49.4434134Z Non-compilation calls 0 2025-03-14T04:23:49.4434440Z Unsupported compiler calls 0 2025-03-14T04:23:49.4434743Z Average cache write 0.033 s 2025-03-14T04:23:49.4435042Z Average compiler 0.073 s 2025-03-14T04:23:49.4435328Z Average cache read hit 0.076 s 2025-03-14T04:23:49.4435626Z Failed distributed compilations 0 2025-03-14T04:23:49.4436027Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T04:23:49.4437299Z Version (client) 0.7.4 2025-03-14T04:23:49.4453423Z 2025-03-14T04:23:49.4454329Z (base) C:\actions-runner\_work\pytorch\pytorch>python -c "import os, glob; os.system('python -mpip install --no-index --no-deps ' + glob.glob('dist/*.whl')[0])" 2025-03-14T04:23:50.4368992Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:23:51.2060859Z Installing collected packages: torch 2025-03-14T04:24:09.9676482Z Successfully installed torch-2.8.0a0+gitaed0b7a 2025-03-14T04:24:10.0437795Z 2025-03-14T04:24:10.0439269Z (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-03-14T04:24:10.0440635Z copy /Y "dist\*.whl" "C:/13849515284/build-results/" 2025-03-14T04:24:10.0440998Z python tools/stats/export_test_times.py 2025-03-14T04:24:10.0441472Z robocopy /E ".additional_ci_files" "C:/13849515284/build-results/\.additional_ci_files" 2025-03-14T04:24:10.0441998Z copy /Y "build\.ninja_log" "C:/13849515284/build-results/\" 2025-03-14T04:24:10.0442326Z ) ) 2025-03-14T04:24:10.0447419Z dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:24:10.1588610Z 1 file(s) copied. 2025-03-14T04:24:11.1741597Z Exporting test times from test-infra 2025-03-14T04:24:11.1742619Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-times.json 2025-03-14T04:24:11.1744285Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-class-times.json 2025-03-14T04:24:11.1996812Z 2025-03-14T04:24:11.1997554Z ------------------------------------------------------------------------------- 2025-03-14T04:24:11.1998414Z ROBOCOPY :: Robust File Copy for Windows 2025-03-14T04:24:11.1998896Z ------------------------------------------------------------------------------- 2025-03-14T04:24:11.1999164Z 2025-03-14T04:24:11.2000583Z Started : Friday, March 14, 2025 4:24:11 AM 2025-03-14T04:24:11.2001118Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-14T04:24:11.2001588Z Dest : C:\13849515284\build-results\.additional_ci_files\ 2025-03-14T04:24:11.2001913Z 2025-03-14T04:24:11.2002568Z Files : *.* 2025-03-14T04:24:11.2002803Z 2025-03-14T04:24:11.2003802Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-03-14T04:24:11.2004090Z 2025-03-14T04:24:11.2004321Z ------------------------------------------------------------------------------ 2025-03-14T04:24:11.2007545Z 2025-03-14T04:24:11.2013737Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-14T04:24:11.2022003Z New File 5.3 m test-class-times.json 2025-03-14T04:24:11.2024920Z 9% 2025-03-14T04:24:11.2028624Z 18% 2025-03-14T04:24:11.2031402Z 28% 2025-03-14T04:24:11.2035318Z 37% 2025-03-14T04:24:11.2038191Z 46% 2025-03-14T04:24:11.2041641Z 56% 2025-03-14T04:24:11.2044512Z 65% 2025-03-14T04:24:11.2048046Z 75% 2025-03-14T04:24:11.2050929Z 84% 2025-03-14T04:24:11.2053555Z 93% 2025-03-14T04:24:11.2055740Z 100% 2025-03-14T04:24:11.2060149Z New File 1.4 m test-times.json 2025-03-14T04:24:11.2061761Z 17% 2025-03-14T04:24:11.2063372Z 34% 2025-03-14T04:24:11.2064973Z 51% 2025-03-14T04:24:11.2066630Z 68% 2025-03-14T04:24:11.2068109Z 85% 2025-03-14T04:24:11.2071719Z 100% 2025-03-14T04:24:11.2071959Z 2025-03-14T04:24:11.2072130Z ------------------------------------------------------------------------------ 2025-03-14T04:24:11.2072427Z 2025-03-14T04:24:11.2073595Z Total Copied Skipped Mismatch FAILED Extras 2025-03-14T04:24:11.2074397Z Dirs : 1 1 0 0 0 0 2025-03-14T04:24:11.2075228Z Files : 2 2 0 0 0 0 2025-03-14T04:24:11.2076090Z Bytes : 6.78 m 6.78 m 0 0 0 0 2025-03-14T04:24:11.2077709Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-03-14T04:24:11.2078112Z Ended : Friday, March 14, 2025 4:24:11 AM 2025-03-14T04:24:11.2078364Z 2025-03-14T04:24:11.7563075Z 1 file(s) copied. 2025-03-14T04:24:11.7564825Z 2025-03-14T04:24:11.7565763Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2022-cpu-py3-38754270292.json 2025-03-14T04:24:11.7990115Z 2025-03-14T04:24:11.7990925Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-14T04:24:11.8075081Z Stopping sccache server... 2025-03-14T04:24:11.8093546Z Compile requests 6920 2025-03-14T04:24:11.8093927Z Compile requests executed 6920 2025-03-14T04:24:11.8094226Z Cache hits 6855 2025-03-14T04:24:11.8094499Z Cache hits (C/C++) 6855 2025-03-14T04:24:11.8094769Z Cache misses 48 2025-03-14T04:24:11.8095050Z Cache misses (C/C++) 48 2025-03-14T04:24:11.8095336Z Cache timeouts 0 2025-03-14T04:24:11.8095612Z Cache read errors 0 2025-03-14T04:24:11.8095894Z Forced recaches 0 2025-03-14T04:24:11.8096169Z Cache write errors 0 2025-03-14T04:24:11.8096459Z Compilation failures 3 2025-03-14T04:24:11.8096747Z Cache errors 14 2025-03-14T04:24:11.8097156Z Cache errors (C/C++) 14 2025-03-14T04:24:11.8097455Z Non-cacheable compilations 8 2025-03-14T04:24:11.8097750Z Non-cacheable calls 0 2025-03-14T04:24:11.8098045Z Non-compilation calls 0 2025-03-14T04:24:11.8098405Z Unsupported compiler calls 0 2025-03-14T04:24:11.8098708Z Average cache write 0.033 s 2025-03-14T04:24:11.8099014Z Average compiler 0.073 s 2025-03-14T04:24:11.8099304Z Average cache read hit 0.076 s 2025-03-14T04:24:11.8099682Z Failed distributed compilations 0 2025-03-14T04:24:11.8100087Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T04:24:11.8100505Z Version (client) 0.7.4 2025-03-14T04:24:11.8113615Z 2025-03-14T04:24:11.8114026Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T04:24:11.8718645Z + assert_git_not_dirty 2025-03-14T04:24:11.8723251Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-03-14T04:24:11.8723579Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-03-14T04:24:12.0383941Z ++ git status --porcelain 2025-03-14T04:24:12.0435529Z ++ grep -v '?? third_party' 2025-03-14T04:25:55.0008440Z ++ true 2025-03-14T04:25:55.0013122Z + git_status= 2025-03-14T04:25:55.0013433Z + [[ -n '' ]] 2025-03-14T04:25:55.0013843Z + echo 'BUILD PASSED' 2025-03-14T04:25:55.0014138Z BUILD PASSED 2025-03-14T04:25:55.3286553Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T04:25:55.3286926Z with: 2025-03-14T04:25:55.3287142Z retention-days: 14 2025-03-14T04:25:55.3287403Z if-no-files-found: error 2025-03-14T04:25:55.3287673Z name: win-vs2022-cpu-py3 2025-03-14T04:25:55.3287942Z path: C:\13849515284\build-results 2025-03-14T04:25:55.3288220Z s3-bucket: gha-artifacts 2025-03-14T04:25:55.3288479Z region: us-east-1 2025-03-14T04:25:55.3288705Z env: 2025-03-14T04:25:55.3288915Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:25:55.3289315Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:25:55.3289877Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:25:55.3290495Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:25:55.3290914Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:25:55.3291280Z ##[endgroup] 2025-03-14T04:25:58.3510112Z With the provided path, there will be 4 files uploaded 2025-03-14T04:25:58.3510647Z Uploading to s3 prefix: pytorch/pytorch/13849515284/win-vs2022-cpu-py3 2025-03-14T04:25:58.3545999Z Starting upload of .additional_ci_files\test-class-times.json 2025-03-14T04:25:58.6439350Z Finished upload of .additional_ci_files\test-class-times.json 2025-03-14T04:25:58.6442389Z Starting upload of .additional_ci_files\test-times.json 2025-03-14T04:25:58.8155164Z Finished upload of .additional_ci_files\test-times.json 2025-03-14T04:25:58.8157382Z Starting upload of .ninja_log 2025-03-14T04:25:59.0149174Z Finished upload of .ninja_log 2025-03-14T04:25:59.0150726Z Starting upload of torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:26:00.7457355Z Finished upload of torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:26:00.7972711Z Prepare all required actions 2025-03-14T04:26:00.7977043Z Getting action download info 2025-03-14T04:26:00.9287264Z Getting action download info 2025-03-14T04:26:01.0382417Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-03-14T04:26:01.0382748Z with: 2025-03-14T04:26:01.0387943Z github-token: *** 2025-03-14T04:26:01.0388181Z env: 2025-03-14T04:26:01.0388370Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:01.0388738Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:01.0389267Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:01.0389746Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:01.0390146Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:01.0390553Z ##[endgroup] 2025-03-14T04:26:01.0663872Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T04:26:01.0664215Z with: 2025-03-14T04:26:01.0664519Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T04:26:01.0664844Z retention-days: 14 2025-03-14T04:26:01.0665087Z if-no-files-found: warn 2025-03-14T04:26:01.0665349Z path: sccache-stats-*.json 2025-03-14T04:26:01.0665606Z name: artifact 2025-03-14T04:26:01.0665833Z s3-bucket: gha-artifacts 2025-03-14T04:26:01.0666070Z region: us-east-1 2025-03-14T04:26:01.0666291Z env: 2025-03-14T04:26:01.0666487Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:01.0666924Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:01.0667509Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:01.0667994Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:01.0668410Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:01.0668732Z ##[endgroup] 2025-03-14T04:26:01.4528649Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-14T04:26:01.4529157Z With the provided path, there will be 1 file uploaded 2025-03-14T04:26:01.4529594Z Uploading to s3 prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T04:26:01.4542421Z Starting upload of sccache-stats-win-vs2022-cpu-py3-38754270292.json 2025-03-14T04:26:01.5700575Z Finished upload of sccache-stats-win-vs2022-cpu-py3-38754270292.json 2025-03-14T04:26:01.5939020Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-14T04:26:01.5939559Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-14T04:26:01.5958471Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:01.5958907Z env: 2025-03-14T04:26:01.5959109Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:01.5959498Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:01.5960037Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:01.5960526Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:01.5961023Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:01.5961333Z BUILD_TIME: 2025-03-14T04:26:01.5961552Z ##[endgroup] 2025-03-14T04:26:01.6973333Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-03-14T04:26:01.6974102Z with: 2025-03-14T04:26:01.6974456Z benchmark-results-dir: test/test-reports 2025-03-14T04:26:01.6974978Z dry-run: false 2025-03-14T04:26:01.6975209Z schema-version: v3 2025-03-14T04:26:01.6975670Z github-token: *** 2025-03-14T04:26:01.6975895Z env: 2025-03-14T04:26:01.6976104Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:01.6976493Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:01.6977031Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:01.6977521Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:01.6977928Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:01.6979666Z ##[endgroup] 2025-03-14T04:26:01.7054434Z ##[group]Run set -eux 2025-03-14T04:26:01.7054715Z set -eux 2025-03-14T04:26:01.7055051Z python3 -mpip install boto3==1.35.33 2025-03-14T04:26:01.7073770Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:01.7074232Z env: 2025-03-14T04:26:01.7074433Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:01.7074832Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:01.7075373Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:01.7075853Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:01.7076272Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:01.7076588Z ##[endgroup] 2025-03-14T04:26:01.7259702Z + python3 -mpip install boto3==1.35.33 2025-03-14T04:26:03.2771899Z Collecting boto3==1.35.33 2025-03-14T04:26:03.4794920Z Downloading boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-03-14T04:26:03.4912142Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.35.99) 2025-03-14T04:26:03.4920034Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.0.1) 2025-03-14T04:26:03.4928032Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.4) 2025-03-14T04:26:03.5994193Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-03-14T04:26:03.6006327Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.19) 2025-03-14T04:26:03.7052436Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2025-03-14T04:26:03.7305878Z Downloading boto3-1.35.33-py3-none-any.whl (139 kB) 2025-03-14T04:26:03.8518457Z ---------------------------------------- 139.1/139.1 kB 1.0 MB/s eta 0:00:00 2025-03-14T04:26:05.0250592Z Installing collected packages: boto3 2025-03-14T04:26:05.0251906Z Attempting uninstall: boto3 2025-03-14T04:26:05.0260627Z Found existing installation: boto3 1.35.42 2025-03-14T04:26:05.1402841Z Uninstalling boto3-1.35.42: 2025-03-14T04:26:05.1458602Z Successfully uninstalled boto3-1.35.42 2025-03-14T04:26:05.2986890Z Successfully installed boto3-1.35.33 2025-03-14T04:26:05.4322368Z ##[group]Run set -eux 2025-03-14T04:26:05.4322713Z set -eux 2025-03-14T04:26:05.4322950Z  2025-03-14T04:26:05.4323184Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-03-14T04:26:05.4323539Z  echo "Missing github-token input" 2025-03-14T04:26:05.4323934Z  exit 1 2025-03-14T04:26:05.4324166Z fi 2025-03-14T04:26:05.4350692Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:05.4351255Z env: 2025-03-14T04:26:05.4351470Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:05.4351876Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:05.4352426Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:05.4352923Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:05.4353326Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:05.4353881Z GITHUB_TOKEN: *** 2025-03-14T04:26:05.4354106Z ##[endgroup] 2025-03-14T04:26:05.4547963Z + [[ -z *** ]] 2025-03-14T04:26:05.4679195Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-03-14T04:26:05.4679653Z with: 2025-03-14T04:26:05.4680053Z github-token: *** 2025-03-14T04:26:05.4680283Z env: 2025-03-14T04:26:05.4681101Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:05.4681499Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:05.4682052Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:05.4682550Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:05.4682968Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:05.4683280Z ##[endgroup] 2025-03-14T04:26:05.4776715Z ##[group]Run set -eux 2025-03-14T04:26:05.4776971Z set -eux 2025-03-14T04:26:05.4777179Z  2025-03-14T04:26:05.4777633Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T04:26:05.4797370Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:05.4798579Z env: 2025-03-14T04:26:05.4798776Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:05.4799186Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:05.4799720Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:05.4800206Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:05.4800601Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:05.4801171Z GITHUB_TOKEN: *** 2025-03-14T04:26:05.4801385Z ##[endgroup] 2025-03-14T04:26:05.4988317Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 13849515284 i-0728080eaa9b5720b 2025-03-14T04:26:06.1093394Z setting job-id=38754270292 2025-03-14T04:26:06.1093754Z setting job-name=win-vs2022-cpu-py3 / build 2025-03-14T04:26:06.1454402Z ##[group]Run set -eux 2025-03-14T04:26:06.1454745Z set -eux 2025-03-14T04:26:06.1454971Z  2025-03-14T04:26:06.1455334Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-03-14T04:26:06.1455855Z  --schema-version "${SCHEMA_VERSION}" \ 2025-03-14T04:26:06.1456182Z  --repo "${REPO}" \ 2025-03-14T04:26:06.1456457Z  --head-branch "${HEAD_BRANCH}" \ 2025-03-14T04:26:06.1456765Z  --head-sha "${HEAD_SHA}" \ 2025-03-14T04:26:06.1457079Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-03-14T04:26:06.1457401Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-03-14T04:26:06.1457700Z  --job-id "${JOB_ID}" \ 2025-03-14T04:26:06.1457978Z  --job-name "${JOB_NAME}" 2025-03-14T04:26:06.1476859Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:06.1477311Z env: 2025-03-14T04:26:06.1477508Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:06.1477895Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:06.1478438Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:06.1479030Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:06.1479445Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:06.1479755Z SCHEMA_VERSION: v3 2025-03-14T04:26:06.1479978Z REPO: pytorch/pytorch 2025-03-14T04:26:06.1480217Z HEAD_BRANCH: refs/heads/main 2025-03-14T04:26:06.1480518Z HEAD_SHA: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:26:06.1480855Z WORKFLOW_RUN_ID: 13849515284 2025-03-14T04:26:06.1481099Z RUN_ATTEMPT: 1 2025-03-14T04:26:06.1481290Z JOB_ID: 38754270292 2025-03-14T04:26:06.1481521Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-03-14T04:26:06.1481797Z ##[endgroup] 2025-03-14T04:26:06.1672734Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py' --schema-version v3 --repo pytorch/pytorch --head-branch refs/heads/main --head-sha aed0b7a742a2d7b7901790622829cbd2135049a4 --workflow-id 13849515284 --run-attempt 1 --job-id 38754270292 --job-name 'win-vs2022-cpu-py3 / build' 2025-03-14T04:26:06.2481831Z ##[group]Run set -eux 2025-03-14T04:26:06.2482158Z set -eux 2025-03-14T04:26:06.2482356Z  2025-03-14T04:26:06.2482592Z # TODO (huydhn): Implement this part 2025-03-14T04:26:06.2482939Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-03-14T04:26:06.2502137Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:06.2502595Z env: 2025-03-14T04:26:06.2502787Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:06.2503178Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:06.2503709Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:06.2504194Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:06.2504699Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:06.2505010Z ##[endgroup] 2025-03-14T04:26:06.2689582Z + echo 'runners=[]' 2025-03-14T04:26:06.2791246Z ##[group]Run set -eux 2025-03-14T04:26:06.2791511Z set -eux 2025-03-14T04:26:06.2791713Z  2025-03-14T04:26:06.2791953Z # TODO (huydhn): Implement this part 2025-03-14T04:26:06.2792325Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-03-14T04:26:06.2810791Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:06.2811356Z env: 2025-03-14T04:26:06.2811564Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:06.2811973Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:06.2812524Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:06.2813025Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:06.2813447Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:06.2813774Z ##[endgroup] 2025-03-14T04:26:06.3002265Z + echo 'dependencies={}' 2025-03-14T04:26:06.3096896Z ##[group]Run set -eux 2025-03-14T04:26:06.3097183Z set -eux 2025-03-14T04:26:06.3097389Z  2025-03-14T04:26:06.3097627Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-03-14T04:26:06.3098032Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-03-14T04:26:06.3098493Z  # We don't want the job to fail if the directory doesn't exist 2025-03-14T04:26:06.3098857Z  exit 0 2025-03-14T04:26:06.3099051Z fi 2025-03-14T04:26:06.3099238Z  2025-03-14T04:26:06.3099447Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-03-14T04:26:06.3099926Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-14T04:26:06.3100465Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-14T04:26:06.3100872Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-14T04:26:06.3101205Z  --runners "${RUNNER_INFO}" \ 2025-03-14T04:26:06.3101620Z  --dependencies "${DEPENDENCIES}" \ 2025-03-14T04:26:06.3101921Z  --dry-run 2025-03-14T04:26:06.3102151Z else 2025-03-14T04:26:06.3102507Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-14T04:26:06.3103039Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-14T04:26:06.3103440Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-14T04:26:06.3103764Z  --runners "${RUNNER_INFO}" \ 2025-03-14T04:26:06.3104077Z  --dependencies "${DEPENDENCIES}" 2025-03-14T04:26:06.3104370Z fi 2025-03-14T04:26:06.3122979Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:26:06.3123424Z env: 2025-03-14T04:26:06.3123634Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:06.3124022Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:06.3124715Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:06.3125214Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:06.3125626Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:06.3125970Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-03-14T04:26:06.3126267Z DRY_RUN: false 2025-03-14T04:26:06.3127343Z BENCHMARK_METADATA: {"timestamp": 1741926366, "schema_version": "v3", "name": "win-vs2022-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "aed0b7a742a2d7b7901790622829cbd2135049a4", "workflow_id": 13849515284, "run_attempt": 1, "job_id": 38754270292} 2025-03-14T04:26:06.3128474Z RUNNER_INFO: [] 2025-03-14T04:26:06.3128691Z DEPENDENCIES: {} 2025-03-14T04:26:06.3128901Z ##[endgroup] 2025-03-14T04:26:06.3309002Z + [[ ! -d test/test-reports ]] 2025-03-14T04:26:06.3310240Z + [[ false == \t\r\u\e ]] 2025-03-14T04:26:06.3312625Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py' --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1741926366, "schema_version": "v3", "name": "win-vs2022-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "aed0b7a742a2d7b7901790622829cbd2135049a4", "workflow_id": 13849515284, "run_attempt": 1, "job_id": 38754270292}' --runners '[]' --dependencies '{}' 2025-03-14T04:26:07.1820483Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/13849515284/38754270292/sccache-stats.json 2025-03-14T04:26:07.2546352Z INFO:botocore.credentials:Found credentials from IAM Role: gh-ci-github-action-runners-runner-role 2025-03-14T04:26:08.2693657Z Prepare all required actions 2025-03-14T04:26:08.2694121Z Getting action download info 2025-03-14T04:26:08.5638432Z ##[group]Run ./.github/actions/teardown-win 2025-03-14T04:26:08.5638745Z with: 2025-03-14T04:26:08.5638991Z extra-delete-dir: /c/13849515284/build-results/ 2025-03-14T04:26:08.5639367Z env: 2025-03-14T04:26:08.5639599Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:08.5639986Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:08.5640524Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:08.5641008Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:08.5641409Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:08.5641700Z ##[endgroup] 2025-03-14T04:26:08.5722425Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T04:26:08.5722822Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T04:26:08.5756122Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:26:08.5757974Z env: 2025-03-14T04:26:08.5758184Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:08.5758569Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:08.5759214Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:08.5759701Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:08.5760115Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:08.5760408Z ##[endgroup] 2025-03-14T04:26:08.9348084Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:26:08.9413538Z Finished 2025-03-14T04:26:09.0733574Z Holding runner until all ssh sessions have logged out 2025-03-14T04:26:09.0981376Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T04:26:09.0981802Z .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T04:26:09.0997807Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:26:09.0998276Z env: 2025-03-14T04:26:09.0998480Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:09.0998868Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:09.0999411Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:09.0999894Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:09.1000291Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:09.1000592Z ##[endgroup] 2025-03-14T04:26:09.4820396Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:26:09.4854187Z Finished 2025-03-14T04:26:09.5226028Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T04:26:09.5226422Z env: 2025-03-14T04:26:09.5226620Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:09.5227973Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:09.5228519Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:09.5229113Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:09.5229532Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:09.5229843Z ##[endgroup] 2025-03-14T04:26:09.5308094Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:26:09.5308827Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:26:09.5309509Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T04:26:09.5309994Z # handle tool 2025-03-14T04:26:09.5310340Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T04:26:09.5310760Z Foreach ($process In $processes) { 2025-03-14T04:26:09.5312838Z  Try { 2025-03-14T04:26:09.5313615Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T04:26:09.5314359Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T04:26:09.5314789Z  } 2025-03-14T04:26:09.5314990Z  Catch { 2025-03-14T04:26:09.5315310Z  Write-Output "No leftover $process process, continuing" 2025-03-14T04:26:09.5315694Z  Write-Output $_ 2025-03-14T04:26:09.5315937Z  } 2025-03-14T04:26:09.5316122Z } 2025-03-14T04:26:09.5316306Z  2025-03-14T04:26:09.5316778Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T04:26:09.5317342Z # for hung processes 2025-03-14T04:26:09.5317613Z Foreach ($process In $processes) { 2025-03-14T04:26:09.5317916Z  Try { 2025-03-14T04:26:09.5318320Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T04:26:09.5318818Z  } 2025-03-14T04:26:09.5319017Z  Catch { 2025-03-14T04:26:09.5319271Z  Write-Output $_ 2025-03-14T04:26:09.5319657Z  } 2025-03-14T04:26:09.5319856Z } 2025-03-14T04:26:09.5320036Z  2025-03-14T04:26:09.5320230Z Try { 2025-03-14T04:26:09.5320470Z  # Print all the processes for debugging 2025-03-14T04:26:09.5320939Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T04:26:09.5321356Z } 2025-03-14T04:26:09.5321543Z Catch { 2025-03-14T04:26:09.5321943Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T04:26:09.5322418Z  Write-Output $_ 2025-03-14T04:26:09.5322652Z } 2025-03-14T04:26:09.5338180Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:26:09.5338633Z env: 2025-03-14T04:26:09.5338827Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:09.5339213Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:09.5339748Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:09.5340234Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:09.5340628Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:09.5340929Z ##[endgroup] 2025-03-14T04:26:09.8756853Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:26:09.8810498Z Finished 2025-03-14T04:26:09.8954131Z No leftover python process, continuing 2025-03-14T04:26:09.9396041Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9396817Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9397392Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9397990Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9398539Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9399374Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9399994Z 2025-03-14T04:26:09.9412124Z No leftover ninja process, continuing 2025-03-14T04:26:09.9450502Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9451235Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9451810Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9452234Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9453524Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9454378Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9455172Z 2025-03-14T04:26:09.9455401Z No leftover cl process, continuing 2025-03-14T04:26:09.9455909Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9456568Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9457129Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9457547Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9458021Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9458835Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9459448Z 2025-03-14T04:26:09.9465321Z No leftover nvcc process, continuing 2025-03-14T04:26:09.9475167Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9476028Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9476602Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9477022Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9477564Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9478380Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9478997Z 2025-03-14T04:26:09.9489128Z No leftover cmd process, continuing 2025-03-14T04:26:09.9499083Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9499868Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9500449Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9500873Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9501358Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9502224Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9502837Z 2025-03-14T04:26:09.9513372Z No leftover sccache process, continuing 2025-03-14T04:26:09.9523607Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9524340Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9524934Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9525360Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9526046Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9526953Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9527607Z 2025-03-14T04:26:09.9537057Z No leftover git process, continuing 2025-03-14T04:26:09.9546475Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T04:26:09.9547181Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:9 char:5 2025-03-14T04:26:09.9547762Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:26:09.9548184Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:09.9548843Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T04:26:09.9549666Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:26:09.9550282Z 2025-03-14T04:26:09.9999699Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0000254Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0000835Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0001274Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0001684Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0002100Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0002404Z 2025-03-14T04:26:10.0147685Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0148222Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0148814Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0149309Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0149785Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0150365Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0150669Z 2025-03-14T04:26:10.0292844Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0293467Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0294054Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0294575Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0295006Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0295433Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0295761Z 2025-03-14T04:26:10.0440851Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0441399Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0441993Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0442447Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0442870Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0443287Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0443579Z 2025-03-14T04:26:10.0581484Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0582029Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0582614Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0583087Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0583496Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0584054Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0584367Z 2025-03-14T04:26:10.0720741Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0721309Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0721887Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0722335Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0722740Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0723163Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0723465Z 2025-03-14T04:26:10.0863434Z You cannot call a method on a null-valued expression. 2025-03-14T04:26:10.0864162Z At C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1:21 char:5 2025-03-14T04:26:10.0864755Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:26:10.0865199Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:26:10.0865619Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:26:10.0866038Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:26:10.0866351Z 2025-03-14T04:26:10.1879112Z Caption CommandLine ProcessId 2025-03-14T04:26:10.1879630Z 2025-03-14T04:26:10.1880006Z System Idle Process 0 2025-03-14T04:26:10.1880590Z 2025-03-14T04:26:10.1880871Z System 4 2025-03-14T04:26:10.1881262Z 2025-03-14T04:26:10.1881907Z Registry 168 2025-03-14T04:26:10.1883470Z 2025-03-14T04:26:10.1884124Z smss.exe 408 2025-03-14T04:26:10.1884601Z 2025-03-14T04:26:10.1884903Z csrss.exe 524 2025-03-14T04:26:10.1885445Z 2025-03-14T04:26:10.1886425Z csrss.exe 600 2025-03-14T04:26:10.1886824Z 2025-03-14T04:26:10.1887131Z wininit.exe 624 2025-03-14T04:26:10.1887536Z 2025-03-14T04:26:10.1887902Z winlogon.exe winlogon.exe 696 2025-03-14T04:26:10.1888362Z 2025-03-14T04:26:10.1888668Z services.exe 744 2025-03-14T04:26:10.1889136Z 2025-03-14T04:26:10.1889945Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-03-14T04:26:10.1890446Z 2025-03-14T04:26:10.1890968Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-03-14T04:26:10.1891572Z 2025-03-14T04:26:10.1892036Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-03-14T04:26:10.1892647Z 2025-03-14T04:26:10.1893044Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-03-14T04:26:10.1893533Z 2025-03-14T04:26:10.1894350Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-03-14T04:26:10.1894929Z 2025-03-14T04:26:10.1895368Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2025-03-14T04:26:10.1895913Z 2025-03-14T04:26:10.1896490Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 480 2025-03-14T04:26:10.1897059Z 2025-03-14T04:26:10.1897612Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 484 2025-03-14T04:26:10.1898200Z 2025-03-14T04:26:10.1898807Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-14T04:26:10.1899511Z 2025-03-14T04:26:10.1899810Z dwm.exe "dwm.exe" 1152 2025-03-14T04:26:10.1900225Z 2025-03-14T04:26:10.1900975Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1260 2025-03-14T04:26:10.1901720Z 2025-03-14T04:26:10.1902207Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1340 2025-03-14T04:26:10.1902781Z 2025-03-14T04:26:10.1903424Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1368 2025-03-14T04:26:10.1904097Z 2025-03-14T04:26:10.1904579Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1392 2025-03-14T04:26:10.1905152Z 2025-03-14T04:26:10.1905658Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1444 2025-03-14T04:26:10.1906302Z 2025-03-14T04:26:10.1906783Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1468 2025-03-14T04:26:10.1907368Z 2025-03-14T04:26:10.1909184Z 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 1508 2025-03-14T04:26:10.1911084Z 2025-03-14T04:26:10.1911606Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1564 2025-03-14T04:26:10.1912206Z 2025-03-14T04:26:10.1912833Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1604 2025-03-14T04:26:10.1913709Z 2025-03-14T04:26:10.1914253Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1724 2025-03-14T04:26:10.1914831Z 2025-03-14T04:26:10.1915392Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1732 2025-03-14T04:26:10.1915969Z 2025-03-14T04:26:10.1916494Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1740 2025-03-14T04:26:10.1917116Z 2025-03-14T04:26:10.1917576Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1852 2025-03-14T04:26:10.1918180Z 2025-03-14T04:26:10.1918697Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1876 2025-03-14T04:26:10.1919317Z 2025-03-14T04:26:10.1919872Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1884 2025-03-14T04:26:10.1920527Z 2025-03-14T04:26:10.1921059Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1952 2025-03-14T04:26:10.1921738Z 2025-03-14T04:26:10.1922256Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1992 2025-03-14T04:26:10.1922902Z 2025-03-14T04:26:10.1923856Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2028 2025-03-14T04:26:10.1924583Z 2025-03-14T04:26:10.1925137Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2036 2025-03-14T04:26:10.1925799Z 2025-03-14T04:26:10.1926361Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2064 2025-03-14T04:26:10.1927027Z 2025-03-14T04:26:10.1927519Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2116 2025-03-14T04:26:10.1928157Z 2025-03-14T04:26:10.1928811Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2168 2025-03-14T04:26:10.1929555Z 2025-03-14T04:26:10.1930054Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2340 2025-03-14T04:26:10.1930648Z 2025-03-14T04:26:10.1931140Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2380 2025-03-14T04:26:10.1931765Z 2025-03-14T04:26:10.1932171Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2640 2025-03-14T04:26:10.1932685Z 2025-03-14T04:26:10.1933327Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2728 2025-03-14T04:26:10.1934018Z 2025-03-14T04:26:10.1934607Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2736 2025-03-14T04:26:10.1935221Z 2025-03-14T04:26:10.1935709Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2744 2025-03-14T04:26:10.1936318Z 2025-03-14T04:26:10.1936844Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2752 2025-03-14T04:26:10.1937454Z 2025-03-14T04:26:10.1937957Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2760 2025-03-14T04:26:10.1938567Z 2025-03-14T04:26:10.1939145Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2768 2025-03-14T04:26:10.1939824Z 2025-03-14T04:26:10.1940315Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2780 2025-03-14T04:26:10.1940947Z 2025-03-14T04:26:10.1941444Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2792 2025-03-14T04:26:10.1942033Z 2025-03-14T04:26:10.1942511Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3020 2025-03-14T04:26:10.1943016Z 2025-03-14T04:26:10.1943530Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2060 2025-03-14T04:26:10.1944126Z 2025-03-14T04:26:10.1944778Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2464 2025-03-14T04:26:10.1945562Z 2025-03-14T04:26:10.1946050Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3108 2025-03-14T04:26:10.1946639Z 2025-03-14T04:26:10.1947300Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3136 2025-03-14T04:26:10.1948063Z 2025-03-14T04:26:10.1948692Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3472 2025-03-14T04:26:10.1949400Z 2025-03-14T04:26:10.1949994Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4084 2025-03-14T04:26:10.1950711Z 2025-03-14T04:26:10.1951220Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 2716 2025-03-14T04:26:10.1951889Z 2025-03-14T04:26:10.1953589Z 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 2592 2025-03-14T04:26:10.1955395Z 2025-03-14T04:26:10.1956114Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 712 2025-03-14T04:26:10.1956939Z 2025-03-14T04:26:10.1957299Z vds.exe C:\Windows\System32\vds.exe 2052 2025-03-14T04:26:10.1957806Z 2025-03-14T04:26:10.1958342Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1180 2025-03-14T04:26:10.1958968Z 2025-03-14T04:26:10.1959361Z msdtc.exe C:\Windows\System32\msdtc.exe 3440 2025-03-14T04:26:10.1959845Z 2025-03-14T04:26:10.1960431Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1184 2025-03-14T04:26:10.1961112Z 2025-03-14T04:26:10.1961616Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1164 2025-03-14T04:26:10.1962197Z 2025-03-14T04:26:10.1962832Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2008 2025-03-14T04:26:10.1963517Z 2025-03-14T04:26:10.1964012Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4268 2025-03-14T04:26:10.1964613Z 2025-03-14T04:26:10.1965203Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4856 2025-03-14T04:26:10.1965876Z 2025-03-14T04:26:10.1966410Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4892 2025-03-14T04:26:10.1967057Z 2025-03-14T04:26:10.1967597Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5036 2025-03-14T04:26:10.1968239Z 2025-03-14T04:26:10.1968850Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4208 2025-03-14T04:26:10.1969687Z 2025-03-14T04:26:10.1970510Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1420 2025-03-14T04:26:10.1979287Z 2025-03-14T04:26:10.1980892Z 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 5100 2025-03-14T04:26:10.1982582Z 2025-03-14T04:26:10.1983161Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5092 2025-03-14T04:26:10.1983691Z 2025-03-14T04:26:10.1984109Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4820 2025-03-14T04:26:10.1984616Z 2025-03-14T04:26:10.1985124Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2404 2025-03-14T04:26:10.1985767Z 2025-03-14T04:26:10.1986267Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 788 2025-03-14T04:26:10.1986874Z 2025-03-14T04:26:10.1987374Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4044 2025-03-14T04:26:10.1987980Z 2025-03-14T04:26:10.1988391Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4156 2025-03-14T04:26:10.1989091Z 2025-03-14T04:26:10.1989680Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2176 2025-03-14T04:26:10.1990497Z 2025-03-14T04:26:10.1991040Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2540 2500 1484 2025-03-14T04:26:10.1991664Z 2025-03-14T04:26:10.1992226Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3488 2025-03-14T04:26:10.1992755Z 2025-03-14T04:26:10.1993188Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4832 2025-03-14T04:26:10.1993726Z 2025-03-14T04:26:10.1994532Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\1d10cc75-f152-4e6f-bf8c-d47e15101a52.ps1'" 4976 2025-03-14T04:26:10.1995515Z 2025-03-14T04:26:10.1996104Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5804 2025-03-14T04:26:10.1996794Z 2025-03-14T04:26:10.1996802Z 2025-03-14T04:26:10.1996806Z 2025-03-14T04:26:10.2258362Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T04:26:10.2258660Z with: 2025-03-14T04:26:10.2258848Z shell: bash 2025-03-14T04:26:10.2259050Z timeout_minutes: 5 2025-03-14T04:26:10.2259267Z max_attempts: 3 2025-03-14T04:26:10.2259481Z retry_wait_seconds: 90 2025-03-14T04:26:10.2260520Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-03-14T04:26:10.2261563Z polling_interval_seconds: 1 2025-03-14T04:26:10.2261836Z warning_on_retry: true 2025-03-14T04:26:10.2262067Z continue_on_error: false 2025-03-14T04:26:10.2262296Z env: 2025-03-14T04:26:10.2262487Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:10.2262924Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:10.2263492Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:10.2264037Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:10.2264449Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:10.2264798Z EXTRA_DELETE_DIR: /c/13849515284/build-results/ 2025-03-14T04:26:10.2265105Z ##[endgroup] 2025-03-14T04:26:10.6039274Z + '[' -n /c/13849515284/build-results/ ']' 2025-03-14T04:26:10.6040482Z + rm -rf /c/13849515284/build-results/ 2025-03-14T04:26:10.6475529Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2022-cpu-py3-38754270292.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-03-14T04:26:39.7086207Z Command completed after 1 attempt(s). 2025-03-14T04:26:39.7252252Z ##[group]Run handle C:\actions-runner\_work\ 2025-03-14T04:26:39.7252631Z handle C:\actions-runner\_work\ 2025-03-14T04:26:39.7268288Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:26:39.7268753Z env: 2025-03-14T04:26:39.7268978Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:26:39.7269380Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:26:39.7269917Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:26:39.7270425Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:26:39.7270827Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:26:39.7271129Z ##[endgroup] 2025-03-14T04:26:40.0960582Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:26:40.1010551Z Finished 2025-03-14T04:26:40.4974524Z 2025-03-14T04:26:40.4974972Z Nthandle v5.0 - Handle viewer 2025-03-14T04:26:40.4975332Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T04:26:40.4975672Z Sysinternals - www.sysinternals.com 2025-03-14T04:26:40.4975887Z 2025-03-14T04:26:40.5321014Z powershell.exe pid: 5648 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:26:40.5321660Z handle.exe pid: 5032 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:26:40.5322238Z handle.exe pid: 4440 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:26:40.5322824Z handle64.exe pid: 5236 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:26:40.6766897Z Post job cleanup. 2025-03-14T04:26:40.6894085Z Post job cleanup. 2025-03-14T04:26:41.1934013Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T04:26:41.2136482Z git version 2.47.1.windows.2 2025-03-14T04:26:41.2200226Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\64819715-49c6-475c-835c-2511359574ff\.gitconfig' 2025-03-14T04:26:41.2216407Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\64819715-49c6-475c-835c-2511359574ff' before making global git config changes 2025-03-14T04:26:41.2217240Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T04:26:41.2227469Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:26:41.2479485Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T04:26:41.2900794Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T04:26:41.6906390Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T04:26:41.7105574Z http.https://github.com/.extraheader 2025-03-14T04:26:41.7148406Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-03-14T04:26:41.7405019Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T04:26:42.1111652Z Evaluate and set job outputs 2025-03-14T04:26:42.1126565Z Set output 'test-matrix' 2025-03-14T04:26:42.1128625Z Cleaning up orphan processes